Archive

Posts Tagged ‘Tips/Tricks’

Getting Visitors IP Address in PHP

Oct 26th, 2009

Find the visitors’ real IP address and know how to store it in database. Discussion about the various ways to handle the IP address for storing and comparison.

Permanent 301 Redirect, using HTML and PHP

Oct 25th, 2009

In case, you do not have option of using server side header directive then you can use HTML method of 301 permanent redirect.

Hi5 Image Downloader

Oct 13th, 2009

I got a tool to download all images from Hi5 Account. Otherwise I need to visit each image and view it browser for getting full size image. then I have to save each individual images

Images in Gmail’s Email Body

Sep 8th, 2009

Gmail does not allow directly to add insert images on email body. But there is a hack.If you want to insert images from online page then just copy that image. For copy image, right click, and click on View Image or View Background Image.

Now, only a image will be visible on the browser. Now [...]

Get Data from Internet

Aug 23rd, 2009

We are munching data from various sources and we need a way to go this without programming knowledge. Perhaps keeping this in mind, Yahoo has introduced YQL (Yahoo Query Language). It is like SQL where we will issue command for the result.
What is Yahoo Query Language?
The Yahoo! Query Language is an expressive SQL-like language [...]

Google Reader adds “Send To” feature

Aug 19th, 2009

Sharing has come to Google feed reader also. You can directlyshare whatever you are reading from feed reader. You may have noticed ‘Send To’ link at the bottom-right. Enjoy!
Read for more: Google Reader adds “Send To” feature

Integrate another Email Account with Gmail Account

Mar 22nd, 2009

Integrating another email account with Gmail is quite easy and free. You can integrate another email account (office account, etc) with google and send the email from gmail as an another account.
This can be useful for many reason. This can help you check your emails on various email account from single gmail account. You [...]

Increase Ubuntu Performance

Jan 25th, 2009

Ubuntu is already fast but it can be faster. I felt it is not so fast or good in gui when I installed ubuntu on my grand old PC. It was not refreshing the screen properly on mouse movement. and another very bad thing was Firefox title bar was not showing properly(no min./max button [...]

Bookmark/Jump in document; Interlink section of the document with different section of another document

Nov 26th, 2008

1) Bookmark/Jump in document
<span id=”a1″>This can be referenced by somewhere (id=1) </span>
For linking to the section in the same document:<a href=”#a1″ rel=”external”>go to section where id is 1. </a>. TestPlease, create a long data document to check the usability of this.
2) Interlink section of the document with different section of another documentSuppose there is an [...]

Table’s Width Fixing Hack

Nov 26th, 2008

fix html table width. It is a hack using javascript where I do not have a privilege to increase upper table width.