2010
01.04

I am fan of Prince of Persia game. I have played all parts of PC version. Now they are coming up with new latest version of game and also movie probably in May 2010. I am eagerly waiting for it. Just watch trailer and i hope you will also love to watch this movie.

2009
12.01

I found out this video from one my friend. After watching this video i though that this video must be shared with everyone.

Here is brief description about inventor and technology

Pranav Mistry demos several tools that help the physical world interact with the world of data — including a deep look at his SixthSense device and a new, paradigm-shifting paper “laptop.” In an onstage Q&A, Mistry says he’ll open-source the software behind SixthSense, to open its possibilities to all.

2009
12.01

Usually we share photos with our friends and relatives after some picnic or some special occasions. Currently i received lots of Picasa Web Album request to view photos. When i try to download it with picasa it was not allowed because Album was not set as downloadable by Album uploader. So i decided to find some plugin / software that download photos for me with original size. So if you don’t want to install the application (picasa software) or you use Mac or Linux, there are other ways to download a photo album also.

First you need Firefox browser. For Firefox, you can use plugin named DownThemAll, probably the best download manager add-on. After installing the extension and restarting the browser, go to the album you want to download, click on the “RSS” link from the sidebar and you’ll get the album’s feed. Right-click on the page, select DownThemAll/DownThemAll in the contextual menu, expand the Filters section and check “Images”. Don’t forget to enter the folder where you want to save the photos.

If you have anyother option also than please let us know so we can put it here which can benefit other users also.

2009
10.09

I actually download lots of stuff through torrents, and i know some basic of how torrents work. Torrents work in a fashion very much similar to local network’s file and printer sharing.

The first stage is creating a torrent. This must be done the first time by someone. Most Bit Torrent clients allow you to create a torrent. Basically you should gather all your files in one folder (preferable) and create a torrent file out of it. You must specify a tracker for the same. Once the .torrent file is created you can upload this .torrent file to any torrent masters such as mininove, piratebay, etc.

The next step is to load this torrent file in the torrent client (e.g. Vuze) and it starts seeding.

Anyone looking for the specific file (inside the torrent) or the torrent itself will hit the torrent site through google search and download the .torrent file. He/she will then load the torrent in the client and the torrent starts downloading – with you being the peer/seed and the other person being the peer/leach.

The contents of the torrent are divided into many pieces of equal size (256KB to 1 MB being most common). Any seeding or downlaoding is done piece by piece. The torrent tracker keeps track of what piece is owned by who. This way, piece by piece, the torrent contents are downloaded until all the pieces are with you. Once done, the torrent client automatically shifts the mode from ‘downloading’ to ’seeding’.

Some Basic terms of .torent files are like follwing when you download files

Leeches - People who download files but do not share files on their own computer with others

Seed or seeder - A computer with a complete copy of a BitTorrent file (At least one seed computer is necessary for a BitTorrent download to operate.)

2009
08.27

Page Peel Ads or Peel Away Ads are a non-distracting form of advertising. You have seen the corner ads that tempt you to peel them away to see what is underneath. Mostly websites like selling single software product or forums uses this.

First we check how it works.

Here’s How It Works.

The customer sees a small animated “peel” on the top right corner of a page.
image_1

Once he or she passes his mouse over it the Web site”Peels Away” to show the Ad.
image_2

Now here is code which i have taken from lots of website and modified it according to my need. This code works perfect in IE 6 & 7, Mozilla and Chrome. I have not tested other browsers.

I am not claiming that this code is purely mine and i have developed it totally but it was free and i did modification and put on this website for help of people who wants to make such type of advertisement on their website without paying a single penny.

First Download code from here

Unpacked Zip archive on your hard disk.

Create two image with size of 75×75 pixel and 500×500 pixel in .gif format.

Edit the file corner.js with a text editor. Change the URLs to the .swf files and the .gif images. For example, if you want to set up on http://www.my_site_name.com/, the URLs must point there.

Include corner.js file in html file after and before tag. If you add it before tag, it won’t work on Internet Explorer
example of code will be like

Here is once again explanation of which code to change in corner.js file


var jcorner987 = new Object();
jcorner987.ad_url = escape('Link');
jcorner987.small_path = 'http://www.my_site_name.com/small.swf';
jcorner987.small_image = escape('http://www.my_site_name.com/11.gif');
jcorner987.small_width = '100';
jcorner987.small_height = '100';
jcorner987.small_params = 'ico=' + jcorner987.small_image;
jcorner987.big_path = 'http://www.my_site_name.com/big.swf';
jcorner987.big_image = escape('http://www.my_site_name.com/1.gif');
jcorner987.big_width = '650';
jcorner987.big_height = '650';
jcorner987.big_params = 'big=' + jcorner987.big_image + '&ad_url=' + jcorner987.ad_url;

If you like my efforts and script, than a back link would be nice.

Rss Feed Tweeter button Facebook button Linkedin button