General »

[26 Sep 2011 | No Comment | ]
New Facebook Changes: Timeline, Subscribe to User and Twitter

Facebook had it’s F8 conference last week and it had announced quite a few changes, most notably Timelines.

Computers, General, Windows »

[23 Sep 2011 | No Comment | ]
Create a Desktop Background Slideshow for Windows 7

Ever wondered how you can create a slide show (a rotating series of pictures) as your desktop background.
You can use your own pictures or pictures that Windows provides as part of a theme.

Watch this video to learn how to create a desktop background slide show (1:48)

Computers, General »

[8 Sep 2011 | No Comment | ]
Promote YouTube Channel on Your Website

There are two ways to promote a youTube channel on your website. You can embed the channel on the website or add a subscribe to channel button. Here are the code to do so.

Computers, General, Tools and Productivity »

[2 Sep 2011 | No Comment | ]
SQL: Difference between DELETE and TRUNCATE

One of the questions I got asked today is what the difference is between the SQL commands DELETE and TRUNCATE. So here we’re looking at the differences between DELETE and TRUNCATE.

Computers, General »

[17 Aug 2011 | No Comment | ]
Postgres/MySQL – How to Show A Specific Range of Rows

In Postgres and MySQL database, there is a neat functionality which returns results from a specific range of rows. This is done using LIMIT and OFFSET. The examples in this article demonstrate how they work.