Tuesday, November 10, 2015

Make HTML5 Elements Work in Old IE

(function() {
    if (! /*@cc_on!@*/ 0) return;
    var e = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,
dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,
output,progress,section,time,video".split(','),
        i = e.length;
    while (i--) {
        document.createElement(e[i])
    }
})()

Hotlink Script:
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

Detect Internet Explorer

<script type="text/javascript">
    if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) {
//test for MSIE x.x;
        var ieversion = new Number(RegExp.$1)
// capture x.x portion and store as a number
        if (ieversion >= 8)
            document.write("You're using IE8 or above")
        else if (ieversion >= 7)
            document.write("You're using IE7.x")
        else if (ieversion >= 6)
            document.write("You're using IE6.x")
        else if (ieversion >= 5)
            document.write("You're using IE5.x")
    } else
        document.write("n/a")
</script>

Detect Javascript On/Off, With Notification

<script type="text/javascript"> document.write("Welcome, you have Javascript on.") </script> <noscript>JavaScript is off. Please enable to view full site.</noscript>

If JavaScript is on the user gets a welcome message. If off, the user is instructed to turn it on.

Wednesday, February 20, 2013

Watch ASCII Star Wars in Windows XP, Vista, 7 and 8

Every one of us has watched Star Wars on television, computer or in a theater. It is the same movie with aliens fighting each other for galaxies and such stuff. There is nothing new in it. But wait, have you watched an ASCII (American Standard Code for Information Interchange) version of Star Wars and that too in Windows using telnet? A word mostly linked with computer wizards. Well if you have not, then you must do it now!

There is a complete copy of Star Wars done entirely in ASCII characters that you can watch in the Windows operating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.

A Picture showing Star Wars in command prompt

To watch it on Windows XP, Mac OS X and Linux
  1. Go to Start, Run. (Only for Windows users)
  2. Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of Mac OS X and Linux can directly execute this code in the terminal window.

On Windows 8, Windows 7 and Windows Vista

Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
  1. Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
  2. Type telnet and press Enter.
  3. In the following command prompt window, type "o" without quotes and press Enter.
  4. Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

 

Saturday, June 30, 2012

Trick for Downloading Youtube videos

Trick for Downloading Youtube videos .

Just remove 'm.' Or 'www.' From video url and add 'ss' infront of it and enjoy downloading video in differnt qualites..

Example in Mobile : http://m.youtube.com/watch?v=0LrT8N02vys

Remove m. and Add ss

http://ssyoutube.com/watch?v=0LrT8N02vys

EG in PC : http://www.youtube.com/watch?v=0LrT8N02vys
Remove www. and Add ss

http://ssyoutube.com/watch?v=0LrT8N02vys

Choose 3gp 240p,flv 240p,flv 360p,mp4 360p,mp4 460p,mp4720p etc

How To Get Someone’s Ip Address Through Facebook Read more: http://justtipsandtricks.com/how-to-get-someones-ip-address-through-facebook/#ixzz1zG4EZBxR


Hello Friends ! Today i am going to post the trick for getting someone’s Ip through Facebook.
Step 1 – First invite or ping that person for a chat on facebook .
Step 2 – Make sure your all other tabs in browser and other services in computer are closed. If Possible for you then delete all the cookies-cache and browsing history from your browser.
Step 3 – While chatting on Facebook go to Start >- Run >- cmd .
Step 4 – After Opening command Prompt Type  netstat -an command and hit Enter.
Step 5 – Now you will get Ip Address of all the established connections there .
trace facebook ip How To Get Someones Ip Address Through FacebookStep 6 – Note all the suspicious Ip’s and trace user using ip address tracer sites like whatismyip or ipmango.com .
Thats It !
You can use same trick for tracing ip of someone’s on Skype, gtalk and Yahoo Messenger .

Wednesday, January 4, 2012

How to Change IP Address in Windows 7

How to Change IP Address in Windows 7

To change IP address in Windows 7 please follow these steps:
  • "Start" - "All Programs", "Accessories" and right click on "Command Prompt" and then chose "Run as Administrator"
  • or
  • "Start" and then type in "Search" field "cmd"
  • Right click on "cmd.exe" and then chose "Run as Administrator"
  • Type "ipconfig /release"
  • type "ipconfig /renew"
To change IP address automatically in Windows 7 follow these steps:
  • "Start" and then go to "Control Panel"
  • Left click on "Network and Internet" and then choose "Network and Sharing Center"
  • On the left side choose "Change adapter settings"
  • Right click on your network card and from the drop-down choose "Properties"
  • Under the "Networking" tab
  • Choose "Internet Protocol Version 4 (TCP/IPv4)" or "Internet Protocol Version 6 (TCP/IPv6)" and then click on "Properties"
  • In next window you have option between "Obtain an IP Address Automatically" and "Use the following IP Address"
  • You need almost always to select "Obtain an IP Address Automatically" to change IP address automatically
  • Finally click on "OK" and your IP address should be changed

To change IP address in Windows 7 please follow these steps:
  • "Start" - "All Programs", "Accessories" and right click on "Command Prompt" and then chose "Run as Administrator"
  • or
  • "Start" and then type in "Search" field "cmd"
  • Right click on "cmd.exe" and then chose "Run as Administrator"
  • Type "ipconfig /release"
  • type "ipconfig /renew"

How to Put Google Adsense Below Post Title in Blogger?

Adsense is used by  majority  of expert bloggers for their website monetization because it is a cookie based contextual advertising syste...