Browsing Month 'November, 2007'

What’s it about??: After this tutorial,an option will be available whenever you right-click any folder which will display all the files and sub-folders inside that folder and save it to a text file. Create a .bat fileOpen Notepad and copy-paste the following data in it. Quote: cd %1dir /a /b /-p /o:gen >C:\filelist.txtstart notepad C:\filelist.txt [...]

Display Tabbed Items

Hey, have you ever been to a site like www.rediff.com and observed that clicking on a particular tab will display news about that tab ? (See illustration below) Illustration 1: Clicking on ‘Headlines‘ will display all headlines Illustration 2: Clicking on ‘New‘ will display all general news Illustration 3: Clicking on ‘Business‘ will display all [...]


© 2012 @ Classic Tutorials