Friday, 13 January 2012

Cool JavaScript Tricks


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!
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

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)
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.getElementsByTagName("img"); 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)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
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 or text rotate instead of images.

TREMORS

Your browser will be very afraid of this code :) If the code below doesn’t seem to work, please replace > with > and < with <
javascript:function flood(n) {if (self.moveBy) {for (i = 200; i > 0;i–){for (j = n; j > 0; j–) {self.moveBy(1,i); self.moveBy(i,0);self.moveBy(0,-i); self.moveBy(-i,0); } } }}flood(6);{ var inp = “D-X !msagro na dah tsuj resworb rouY”; var outp = “”; for (i = 0; i <= inp.length; i++) {outp =inp.charAt (i) + outp ; } alert(outp) ;}; reverse

THE CALCULATOR

In case you are not in a mood to use the standard windows calculator and want your browser to do the dirty job for you, use this code.
javascript: alert(34343+3434-222);
You can change the numbers according to your choice and also try creative complex equations. Just put your arithmetic into javascript: alert( );

FINDING SPOOF WEBSITES

There are times when you are not sure that the website that you are visiting is authentic. Use this code whenever in doubt :-
javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");
And finally here is something that you can only get to hear if you ever worked in a Tech Support department :(

Thursday, 22 December 2011

How To: Download Torrent Files Fast Without Torrent Client

Are you tired of waiting for long number of hours or even days for your torrent downloads to complete? If you're looking for ways on how to download torrent files double the speed of BitTorrent or uTorrent, then, this post will help you.


BitTorrent and uTorrent are the two most popular and widely-used torrent clients today. They allow simultaneous downloads of big files using peer-to-peer connection. But the problem is, you cannot enjoy full download speed even if you've tweaked your third party torrent client to allocate more bandwidth for yourdownloads.


Fastest Way To Download Torrent Files Without Using Torrent Client:


One best way to download torrent files fast is to convert torrent into direOne best way to download torrent files fast is to convert torrent into direct link and download them using Internet Download Manager (IDM), the unbeatably fastest, lightweight and easy to use download manager on earth. IDM basically doubles or even triples your normal download speed. If you're on slow internet connection and sick of BitTorrent or uTorrent download speed of 20-50kbps, then, you better switch to this technique and enjoy uncompromised torrent download speed of about 100-150kbps.


So, how can we obtain direct links of the actual torrent files and instantly download them using IDM?


Torrific.com is a free web service that instantly generate direct link of large file out of .torrent URL. Torrific eliminates the need for you to download and install third party torrent clients such as BitTorrent or uTorrent.


Here's how to download torrent files via IDM through Torrific-generated direct link(I assume you've Internet Downloader Manager installed):






Here's how to download torrent files via IDM through Torrific-generated direct link (I assume you've Internet Downloader Manager installed):
1.Create Torrific account http://www.torrific.com/
2.Go to torrentz.eu or any other similar site and search for torrent you wish to download. 
3.Obtain torrent URL. To do this, right click "download this torrent" and select "copy link location". 
4.After you've copied torrent link, go back to Torrific and paste torrent URL to the textbox and hit GET button (Torrific will then process your request and you can optionally opt to receive direct link via email). 
5.Depending on the number of your torrent seeds, you should be able to see direct link for your file. 
6.If direct link for your torrent is now available, copy its URL, launch your IDM and start downloading!
Torrific may sometimes require you to wait for a couple of hours especially if your torrent has limited number of seeds or you avail the service many times. In order to avoid this, clear your browser's cache or create another account using dummy mail and start downloading torrents at the speed of IDM -- no BitTorrent or uTorrent needed!


Downloading torrent files via IDM is that easy. Just obtain direct link of torrent file using Torrefic and wait for Torrefic to generate direct link available for download.


If you like this post, kindly share it to your friends.

Copyright © 2009 Cool Tips & Tricks All rights reserved. Theme by Laptop Geek. | Bloggerized by FalconHive | Blogger Templates.