Posts

Showing posts with the label Java Script

Cool Javascript Tricks for Facebook

Image
COOL JAVASCRIPT HACK By Parth Patel Share On Google+ Add This To Delicious Tweet/ReTweet This Share on Facebook StumbleUpon This Digg This Today, I will list some very cool JavaScript hacks and tricks that you can use creatively or just have plain fun. To make each one of these codes work, all you have to do is copy and paste it into the address bar of your browser window and hit “Enter”. So here they are Play the “Lord of the web” This code lets you edit any page/website in real-time :) . With Firefox, you can even edit and save the modified pages to your computer. Very nifty code!   The Big Wheel This piece of code pulls off all the images from your web page and rotates them in a circle. Really makes any page go naked (without its images). The best place to test is a website with many images. (Google Images for an example) If you look carefully in the above code, its rotating the HTML “img” tag. Just replace it with “a” or “p” and watch some links...