29 June 2010

Learn Full Web Building Tutorials For Free

        In this site (http://www.w3schools.com) learn for free of cost. In this site practical block also present for practicals of any web building languages as shown below


                    

 Web building languages are listed below :


  • HTML
    • HTML5
    • XHTML
    • CSS
    • TCP/IP
  • Browser Scripting
    • JavaScript
    • HTML DOM
    • DHTML
    • VBScript
    • AJAX
    • jQuery
    • E4X
  • XML
    • XML
    • DTD
    • XML DOM
    • XSLT
    • XPath
    • XQuery
    • XLink
    • XPointer
    • Schema
    • XSL-FO
    • XForms        
  • Server Scripting
    • SQL
    • ASP
    • ADO
    • PHP
    • ASP.NET
    • .NET Mobile
   And much more......


Try to learn your self on http://www.w3schools.com 

26 June 2010

Enable the right click on web page

Some web pages are disabled right click for different different purposes. This web pages use some java scripts to disable the Right click on them. So to enable the right click on them we have to use some java scripts which performs the operation on web pages. So follow the following steps :


       
           1.  Copy the following javascript
      
                  javascript:void(document.oncontextmenu=null)

            2.
 Open the web page which is disabled the right click.



        3. Go the address bar of the same page or window.


        4. Paste the javascript in the address bar of the window.


        5. And hit the Enter ◄┘ and you have done it ....


    and test this javascript is worked or not ...... if not worked then please try it again.

19 June 2010

Download Hiren's BootCD 10.5

for More details Visit us

Hiren's Boot CD (HBCD) is a collection of the multiple software. In this CD various useful tools are listed below:
  • Antivirus Tools
  • Backup Tools
  • BIOS/CMOS Tools
  • Browsers & File Managers
  • Cleaners
  • CD\DVD Burnig Tools
  • FileSystem Tools
  • Hard Disks Tools
  • MBR ( Master Boot Record ) Tools
  • MultiMedia Tools
  • MS DOS Tools
  • Network Tools
  • Optimizers
  • Partition Tools
  • Password Tools
  • Process Tools
  • RAM testing Tools
  • Recovery Tools
  • Registry Tools
  • Remote Control Tools 
  • Security Tools
  • Startup Tools
  • System Information Tools
  • Testing Tools
  • Tweakers
  • Other Tools

Description Of Hiren's Boot CD

                This Hiren's Boot CD is a bootable CD. With help of softwares included in this CD we can recover the lost data , recover the windows password, remove virus, burn CD/DVD, access internet, run mini Windows XP, manage files, change boot order, make USB bootable, create image files of any mounted or unmounted hard disk partition, backup of device drivers, remove BIOS password , explorer tool for accessing Linux ext2 and ext3 filesystems under windows, run mini Windows 98, image viewer, remove junk files, access NTFS -Ext2FS - Ext3FS partitions from dos,testing and repair (regenerates) bad sectors for detected devices or HDD, low level formatting, recover a bad hard drive, Directly update and modify the MBR, multi boot managing, music player-Movie viewer-Picture viewer for dos, access another computer from COM/LPT port, Recover Windows XP/Vista network passwords, Repair your Windows XP Winsock and TCP/IP registry errors, Image Viewer/Editor/Converter and Optimizer, recovery of data in Linux, create, copy, paste, delete, hide, resize or move partitions without losing data, Format/make bootable any USB flash drive to FAT, FAT32, or NTFS partition, Removes Content Advisor Password from Internet Explorer, find the license keys and serial numbers of your programs, Recovers mail passwords of Outlook Express, MS Outlook, IncrediMail, Eudora, etc. , recover password of IM, Utility to set-reset windows passwords,Recovers lost the product key of your Windows/Office, Enables/Disables Windows logon password validation,Recovers all wireless network keys,reset administrator/user password, Access any remote computer via Internet just like sitting in front of it, even through firewalls, edit startup programs, temperature meter, test the HDD,CPU,video,test CRT/LCD/TFT screens for dead pixels and defective screens, remove Windows Genuine Advantage Notifications and much more...

         Download Hiren’s BootCD PE x64 (v1.0.1)


16 June 2010

View Facebook chat history

If you have to view chat history of ABC friend then go to ABC's profile and copy the ID of ABC user from the address bar of your browser as like show in below :


             http://www.facebook.com/profile.php?id=XXXXXXXX


   And go to address bar of your browser and paste the java script given below :


            javascript:buddyList.itemOnClick(XXXXXXXX);


Note: XXXXXXXX is the id of user or your friend in this java script


     That set and you have done it. Just hit the Enter ◄┘ and you got the chat history of your friend at the bottom. :)