Multi Replace Software

Posted by Gaurav | 6:51 AM

How many time have you came across a situation where you wanted to replace your adsense ID across number of static HTML or PHP pages. This can be very tedious and time-consuming if you have to do this manually.

I had a similar problem but I was lucky to come across this "Multi Replace Utility" on net which can search and replace the required content across multiple file in just a click. This saved me hours/days of time.

If any one wants this software they can download it from here .
http://www.myonlinejunkyard.com/product.php?products_id=140

Following is the screen shot of this software...




Description from site :

Are you a webmaster that constantly duplicating website for clients? Kekoe's Multi-Replace Give you an awesome replacement tools. You could replace all those links with one click of button instead hand-code it every single time. Prepare To Save Time!

Ever wanted to play *.avi files in windows media player. Well you can now do this , thanks to codes available here .

Checking PageRank of inner pages can be very tiring, time consuming and sometimes not feasible. I came across this site on internet, Google Pagerank inspector,

Just Type in your Home Page URL, and it will automatically parse through all your pages and display PR of each page

If you want to transfer your blog to some one for any reason , you are required to transfer complete control to that user. Blogger allows you an easy interface to do this. Follow following steps.


  1. Login in to Blogger Dashboard.
  2. Select "Settings" link for blog that you want to shift to your own domain.
  3. Select "Permission" link
  4. Add email address of person you want to transfer your blog to.
  5. Wait till the person approves it, then add him as admin.
  6. The last action : Ask the person to remove you from the author of blog.

We all use Adobe acrobat reader
we all get annoyed by the fact that it takes 10-20 seconds to wait for the application to load..
To make it faster......
Here's how to do it:

    • Go to C:\Program Files\Adobe\Acrobat 7.0(or whatever version)\Reader\
    • Move all files from the plug-in folder to the optional folder.
    • (Cut and Pasteà cut and paste all the files and folders (do not just copy))

You're done!!
Now Acrobat Reader is as fast as a notepad.

1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.
5. Each time you open the file, Notepad repeats the process, appending the time and date to the end of the file and placing the cursor below it.

How To Make A Website Look Crazy

Posted by Gaurav | 11:27 AM

Code to make any website look crazy.

1. Open a website.
2. Clear the "Address Bar"
3. Paste following in the address bar

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);

Press enter and enjoy.

P.S: Work best on web page with many pictures.