Skip to main content

Posts

Showing posts from 2009

Facebook Widget for Nokia S60V5

Facebook widget is  a free widget that you can find in the recommended section of Ovi Store . Installation is pretty straight forward and there are no initial settings to be bothered about. You can straight away start "facebooking" from your 5800s! The welcome screen is the very familiar login screen.Home screen gives you access to most of the facebook features like news feed from your friends, events (you can accept/deny events), messages, notifications, pokes etc. At the bottom of the screenshot, you can see links to navigate around facebook (Home, your profile, friends, photos and inbox). You can set your status by navigating to your profile. One can see a camera icon on the top left  corner of the widget, clicking on which opens up a pop-up, giving you the option of uploading photos from your phone gallery and even capture a photo using the built-in camera. Navigating through photos is one of the best features of this client, letting the users browse through albu

Nokia S60V5 Themes

   Click on the image to download the themes

Yoono Desktop Lets You Connect to Social Networks and IM

With the multitude of social networks and IM services out there, it can be very hard trying to keep track of them all. Today i found a solution for that.Yoono desktop application which lets you keep track of your social networks and instant messages from one central place. A second screen is displayed where you sign into your account, lets take Facebook as an example. You can easily add a new social network or IM service to it at any time after the initial setup.   There are some different options you can select to change the way your notified and what displays in the notification area. Download Yoono Desktop for Windows or Mac OS X

Demonoid is Back Online

After several months of being offline, the popular tracker Demonoid is back online. I was able to access my account and my stats were still intact. Hopefully Demonoid will continue to thrive and all of you who are members can access your accounts. Expect some glitches, as all it's members and the rest of the internet come by for a visit.

Nokia 5800 Reset

There are 2 ways to reset nokia 5800.Hard Reset & Soft Reset. Soft Reset The reset will restore all the phone's settings to factory default and delete all user info. You need to use the dialer to enter this code. *#7370# Hard Reset Hard reset only works if you had previously updated the phone to v20. Please make backup before applying this type of reset, since it will restore the phone's settings as well as erasing all the data in the phone memory. Switch off the phone. Press GREEN + RED + CAMERA + ON simultaneously until you see the "Select Country" option. Note: The default password is 12345. You need to press and hold the key until the number appear. Please do not confuse "revert to factory settings" with soft reset. "Revert to factory settings" can be achieved from Menu > Settings > Phone > Phone mgmt. > Factory settings or *#7870# code, and will only restore the phone to its factory setting without deleting data.

SQL Script to Create Tables

Continued from previous post “ SQL Script to Create Database ” IF NOT EXISTS ( SELECT * FROM sys.objects WHERE object_id = OBJECT_ID (N ' [dbo].[Product] ' ) AND type in (N 'U' )) BEGIN CREATE TABLE [dbo].[Product](     [ProductID] [int] PRIMARY KEY IDENTITY (1,1) NOT NULL,     [Name] [varchar](50) NULL,     [Description] [varchar](100) NULL,     [Modified] [timestamp] NOT NULL ) END GO SET IDENTITY_INSERT [dbo].[Product] ON INSERT [dbo].[Product] ([ProductID], [Name], [Description]) VALUES (1, N 'Red Bull' , N 'This drink gives you wings.' ) INSERT [dbo].[Product] ([ProductID], [Name], [Description]) VALUES (2, N 'Orange Juice' , N 'This drink goes better with Red Bull.' ) INSERT [dbo].[Product] ([ProductID], [Name], [Description]) VALUES (3, N 'BBQ Chicken' , N 'Yummy chicken for your tummy.' ) INSERT [dbo].[Product] ([ProductI

SQL Script to Create Database

USE master GO if exists ( select * from sysdatabases where name =' MyDatabase ')         drop database Chinthaka go DECLARE @device_directory NVARCHAR (520) SELECT @device_directory = SUBSTRING ( filename , 1, CHARINDEX ( N 'master.mdf' , LOWER ( filename )) - 1) FROM master.dbo.sysaltfiles WHERE dbid = 1 AND fileid = 1 EXECUTE (N' CREATE DATABASE MyDatabase   ON PRIMARY (NAME = N' ' MyDatabase ' ', FILENAME = N ' ' ' + @device_directory + N' MyDatabase .mdf' ')   LOG ON (NAME = N' ' MyDatabase _log' ',  FILENAME = N ' ' ' + @device_directory + N' MyDatabase .ldf ' ' ) ' ) go exec sp_dboption ' MyDatabase ','trunc. log on chkpt.','true' exec sp_dboption ' MyDatabase ','select into/bulkcopy','true' GO set quoted_identifier on GO USE [

How To : Add Follow Me on Twitter to your blog

Twitter is a developing popular social network.so everybody would like to communicate through twitter.If we have a way to connect twitter with our blog it will be easy for our followers.So lets see how we can do it. Step 1 Add HTML/JavaScript Page Element Step 2 Add this code segment to it. <center><a href=http://twitter.com/ yourusername ><img width="142" src=" http://img18.imageshack.us/img18/7093/twitterbutton0108.png " height="48" title="Follow Me"/></a> </center> Change yourusername with your twitter id Step 3 Save it.that’s all.

How To : Add Any Application to the Desktop Right-Click Menu in Vista

This is very important sometimes.Because we can use this to open our favourite applications instantly.After the hacking done this is what you get as the output I think now you know what I'm talking about.ok lets start to do it. Step 1:Browse to the Registry Key Just type regedit in your vista search box to open the registry. Browse for this key. HKEY_CLASSES_ROOT\Directory\Background\shell Step 2: Create the Menu Item Key Name To complete this step we’ll need to create a new key, the name of which is exactly what is going to show up on the desktop menu. Right-click on the “shell” key, and then choose New \ Key from the menu. Give the new key the name that you want to show up on the desktop context menu. For this example I’ll be using Notepad. Step 3: Create the Command Key Next you’ll need to create the command key that will actually hold the command used to launch the application. Right-click on the new Notepad key, and then choose New \ Ke

iTunes 9 released for Windows & Mac

Apple has just released the latest iTunes 9 at the Apple Rock and Roll event. iTunes is a free application for Mac and PC. It plays all your digital music and video. It syncs content to your iPod, iPhone, and Apple TV. And you can add to your collection anytime, 24/7.     This updates includes many new features and improvements like Tunes LP, iTunes Extras, Genius Mixes, Improved Syncing and the redesigned iTunes Store. Learn more   Download Now (89MB)

SpeedyFox

Tool to Increase speed of Firefox browser Mozilla Firefox is preferably the most popular and best internet browser worldwide. The main problem with Firefox is its long start-up time and high memory consumption. So, I've found an amazing tool which fixes this problem easily. SpeedyFox is a free tool which aims to speed up your Firefox. After optimizing Firefox with this tool, you will get up to 3 times faster startup speed, browsing history will become faster, and performing operations with cookies will be quicker than before. SpeedyFox increases speed by compacting the fragmented databases without loosing any data. It automatically detects your Firefox's default profile. To use it , select your profile and click the Speed Up My Firefox button. The whole optimization process is safe as it does not effect your history, bookmarks, passwords, etc.

Microsoft SQL Server 2008 Management Studio Express

Microsoft offers a free tool, the Microsoft SQL Server 2008 Management Studio Express, as a convenient means of managing and editing entries in SQL databases through a GUI. The SQL Server 2008 license comes with the full version of the Management Studio, but the Express version is still very functional for the day-to-day operations. However, finding the stand-alone version of the software is quite a pain. Most people don't need to install a SQL server on their machine, but that is the most promoted means of getting the Management Studio Express. You can download it from here https://www.microsoft.com/downloads/details.aspx?FamilyID=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&displayLang=en ( 32-bit (168.3 MB) or 64-bit (176.5 MB)) Before you Install: Microsoft .Net Framework 3.5 SP1 Windows Installer 4.5 Windows PowerShell 1.0 How to Install: Once the installer starts, select "Installation" from the left column. The options on the right will change to mat

Internet Explorer 8 Final Standalone/Offline Installer

Microsoft released the final build of highly anticipated Internet Explorer 8 (IE8). IE8 is packed with new features such as smart address bar, session saving, tab groups, CSS 2.1 support, accelerators, web slices, instant search as well as various other reliability and security enhancements. Also, web browsing/loading speeds on IE8 were considerably faster compared to predecessors. It's definitely a huge improvement over Internet Explorer 7 and perhaps the best IE release yet by Microsoft . The new IE8 feature list is quite long and would mess up the post if published here. Those who want more info can find the full list here . You can now download the full installer for IE 8 final directly from Microsoft . It's a recommended upgrade for anyone who is using IE7 or pre-release/RC builds of IE8. Download links Windows XP (32-bit) Windows XP (64-bit) Windows Vista (32-bit) Windows Vista 64-bit Windows Server 2003 (32-bit) Windows Server 2003 64-bit Windows Server

Bandwidth Monitor

Bandwidth Monitor monitors bandwidth usages through computer it's installed on. The software displays real-time download and upload speeds in graphical and numerical forms (refer to screen shot below), logs bandwidth usages , and provides daily, weekly and monthly bandwidth usage reports . Bandwidth Monitor monitors all network connections on a computer, such as LAN network connection, Internet network connection, and VPN connection. Bandwidth Monitor also offers useful built-in utilities: speeds stopwatch , transfer rates recorder , and bandwidth usage notification . And, the software supports running as a system service that monitors bandwidth usages and generate traffic reports automatically without log on. Bandwidth Monitor works with the majority network connections including modem , ISDN , DSL , ADSL , cable modem , Ethernet cards , wireless , VPN , and more. It's full compatible with Windows 98 , Windows Me , Windows NT 4.0 , Windows 2000 , Windows X

Windows Vista SP2

Windows Vista SP2 is an update to Windows Vista and that supports new kinds of hardware and emerging hardware standards, and includes all updates delivered since SP1. Service Pack 1 is a prerequisite for installing Service Pack 2. Please make sure that your system is running Service Pack 1 before you install Service Pack 2. For 32-bit Windows Vista(349MB) For 64-bit Windows Vista(578MB)

How To : Add a Search Box to Your Blog (Header)

One of the important widgets in a blog is of course a search box you may leave the archive widget , but do not miss a search box . With increasing number of posts, it is of course not possible for your readers to find a post from the never ending list in your blog archive, in that case only a search box can help them to find what they want. According to my own blog statistics, out of every 500 page impressions at least 50 impressions belong to internal blog search. In case you want to display the search box in the Header region, just like BloggerStop, follow these instructions: Log in to Blogger -> Layout -> Edit HTML and mark the ' Expand Widget Templates ' box. Now find (CTRL+F) this: #header { ..... ..... ..... } And immediately BELOW/AFTER it, paste this code: #header .searchbox { text-align:$endSide; // $endSide = Right & $startSide = Left margin: 25px; // Distance from right or left side } Now search these lines: <div class=

Resolving CREATE DATABASE Permission denied in database 'master' error on Vista and SQL Express

Have you encountered the error 'CREATE DATABASE Permission denied in database 'master'' even though you are logged into Windows Vista with administrator privileges. Reason for the error : Windows Vista users that are members of the Windows Administrators group are not automatically granted permission to connect to SQL Server, and they are not automatically granted administrative privileges. Resolution: Grant rights to the administrator. Follow these steps: Step 1: Go to Start > All Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Surface Area Configuration. Step 2: Click on 'Add New Administrator'. Step 3: In the 'SQL Server User Provisioning on Vista' dialog box, look out for the 'Member of the SqlServer SysAdmin role ' in the 'Available Privileges' box. Transfer it to the 'Privileges that will be granted to' box. Click Ok. Note: You will be able to see 'Add New Administrator

TeamViewer Portable + Full

TeamViewer TeamViewer establishes connections to any PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer! Features: One solution for everything While most competitors offer different packages for remote support, remote administration, training and sales (and also charge for them...) TeamViewer is the one-stop solution for everything you need: TeamViewer includes all modules in one simple and very affordable package. Remote administration of unattended servers TeamViewer can also be used to control unattended computers and servers. Installation as a system service even allows remote reboot and reconnect. File transfer TeamViewer comes

Internet Download Manager Portable

Internet Download Manager Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download accelerators and managers that segment files before downloading starts, Internet Download Manager segments downloaded files dynamically during download process. Internet Download Manager reuses available connections without additional connect and login stages to achieve better acceleration performance. Download | 2.45MB

Windows Updates Downloader

Are you a person who would like to do experiments with your Operating System.Then you must be tired of installing Windows Updates again and again.Because whenever you install fresh copy of windows into your computer Windows Updater will start to download all the updates( of course you have downloaded before ).But the problem is you have to download them again because they will include all the Security Updates, Critical Updates, Operating System Updates etc. I'm tired of download them again and again.So i searched a way to download them separately.So i can burn it to a DVD and install when i install a fresh copy of Windows.Finally i got the BEST SOLUTION for my problem.  " Windows Updates Downloader " This is a simple software which gives you a list of Windows Updates and Download them into a folder you like.So you can store the downloaded Windows Updates.You just have to download the software and download the List of Update.Then download the updates to your compu

How To : Add Animated Label Cloud to your Blog

After few tries i found how to create the animated label cloud for blogger.So i thought sharing what i found This can be done using few easy steps Step 1: Goto Dashboard > Layout > Edit HTML Step 2: Find the Code Below <b:section class='sidebar' id='sidebar' preferred='yes'> Step 3: Paste the below code immediately after above line <b:widget id='Label99' locked='false' title='Labels' type='Label'> <b:includable id='main'> <b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content'> <script src='http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js' type='text/javascript'/> <div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda

Norton Internet Security 2009 16.5.0.135

Norton Internet Security 2009 Strong on protection, light on system resources, award winning! Stay protected from the latest online threats. Norton Internet Security runs quietly in the background to detect and block today's complex threats and to protect your identity when you buy, bank, or browse online. The friendly and efficient product design helps minimize confusing security alerts and system slowdowns that can get in the way of your online experience.Norton Internet Security™ provides essential protection from viruses, hackers, spyware, spam and other privacy threats. A comprehensive set of security tools, Norton Internet Security helps keep you safe online as you surf and email, swap files, download programs, and chat. In addition to protecting against viruses and unwelcome intrusions from the Internet, NIS also allows you to automatically block annoying banner ads and pop-up windows, set up parental site blocking options for restricting access to specific Web sites, and

Jolicloud: A netbook exclusive Operating System, prepares for launch

JoliCloud is an Ubuntu linux based OS, developed with netbooks in mind. Since netbooks are low on processing power and most of them are used mostly for surfing the Internet it would be apt to use an OS which would not only boot up in a jiffy but will also be completely dedicated towards the use of web-applications. JoliCloud has somewhat blurred the line between a web-application and a desktop based application. Since it is based on Ubuntu Linux, it can run all applications compatible with Ubuntu, like Gimp and OpenOffice.org, and you can also install web-applications which would create desktop icons for one click access to those web-sites. This is done by using Firefox's prism. So every time you install a web-applications, JoliCloud creates a shortcut on the desktop using Prism and thus you can launch separate instances of these applications, like twitter or Facebook in separate, single Firefox Windows. The operating system also lets you subscribe to feeds from other JoliClou

Add a Mac-style dock bar to your Windows with RocketDock

Mac is always known for its study of beauty . Be it their ultra slim laptops or cool operating Systems. Windows on the other hand has mostly lagged behind. The statement does feel a little aged when I write this with Windows 7 installed on my system. What windows has still not given up is the task bar and when compared to Mac's dock it still looks…well, ugly. Not that I can live without it, since I have always been on Windows, it seems outrageous to even auto-hide the task bar. But since I also love the way desktop looks in Mac, I have installed Rocket dock to gain that look. Its a tool that will create a Mac-style dock on your desktop. You can insert your desktop shortcuts into this dock and your minimized windows would show in it as well. Here is how my desktop looked after installing RocketDock : Its very customizable, you can delete the existing icons, add new, change the visual style of the dock, its position and so much more. This is how it looks when you hover yo

My Networking Project

After i bought my laptop i thought of networking my laptop with my pc.so i did it.now i'm writing this post to help anyone who like to network to pcs Things You need 2 Computers (2 Laptops / 2 Desktops / Desktop-Laptop) ADSL Router (Only if you want to Connect both pcs to internet) 2 Ethernet Cables (Only if you are using Router.if not 1 Ethernet Cable is enough) Both computer must have Windows Vista Installed(Bcoz it's vry easy than Windows XP) How we do it Networking Part Connect the Ethernet Cables to the Ethernet Port to the PC Connect the Ethernet Cables to the Router Goto Control Panel-> Network and Sharing Center then you will see a section called " Sharing and Discovery " in this section you have to enable " Network Discover " and " File Sharing " Follow the steps from 3 to 5 in both pcs Now the Networking Part is Done :D Sharing Part Create a new folder and rename it as Shared (Or what ever you want :) ) Go to th

Sinhala for Windows Vista & Wnidows 7

Here is the best solution for the people who want to type in Sinhala .But unfortunately i could not find the Windows XP version of this software.This will only works with Windows Vista and Windows 7 .You just have to download this software form here and install it to your pc.Then you are done.have fun with sinhala !!! Here's the layout of the keyboard

Windows 7 Transformation for Windows XP

Finally windows x's live realeased the windows 7 transformation pack for windows XP with some new features. New 3rd-party applications ViGlance - Windows 7's Superbar emulation Improved 3rd-party applications ViStart - build recompile in native mode increasing its performance with Windows 7 skin TrueTransparency - Improved stability with version 1.0 plus SevenStyle's skin Functionalities update Automatic theme applying - Setup now applies themes automatically without user's interaction after restart Multi-user Login UI support - Allowing to see user accounts in horizontal view with multiline support Setup personization - Allowed ViSplore and WinFlip and support load/save configuration Superbar tweaks - Get Superbar UI with registry tweaks You can Download it from here Seven  Transformation Pack will replace many of the resources in Windows XP Boot screen Welcome Screen / Logon Screen New msstyles files (visual styles) New desktop and fil

Windows Vista™ Ultimate Mix(R) SP2

Vista Ultimate Mix SP2 is the perfect modified OS version of "Microsoft Windows Vista Ultimate SP2 32Bit DVD ". Only the RIGHT components were removed to create a liter, faster and smoother (Best Vista experience). All the best registry tweaks for performance have been added. Activation crack and lots other extras have been added as well. Platform: Windows Release Date: 05-12-2009 Version: Based on Vista Ultimate 32-Bit Fully Unattended: Yes Digitally Signed for Security: Yes CD -Key: N/A Size: 3.1 GB Rar files: 17 Image Format: ISZ *Faster Browsing With IE ! *Latest Direct X Version! *Dreamscene Update Integrated! *Upgrade and Repair Options Are Available! *4GB Of Ram Is Supported In This Version! *All System Files Are Optimized For Best Performance! *Registry Tweaks For Better performance and Many Other Useful Registry Tweaks: "Take Ownership" in context menu, search in context menu, Additional Avalon Effects ( DWM ), Slow Motion E