Tuesday, 28 August 2012

Lock Folder without any Software

1 comments
Sometimes you have been asking for an alternative way to lock folders without the use of any alternative software. It’ll 5 steps ahead only, check now! Steps: 1) In Notepad copy the code below. 2) The default password is “paragtyagi”. Change your password in the code, where it shown as paragtyagi in yellow background. Password may be any combination of alpha or/and numeric. 3) Save this file as “locker.bat”. 4) Now double click on locker.bat. 5) ...
Continue reading →

ImTOO Video Converter Ultimate 6.8.0.1101: Download + Licence Code

3 comments
About: ImTOO Video Converter Ultimate is best video converter program that can easily and quickly convert between HD videos like H.264/MPEG-4 AVC, AVCHD (*.m2ts, *.mts), MKV, HD WMV, MPEG2/MPEG-4 TS HD Video, convert videos from HD to SD, convert general video formats such as AVI, MPEG-4, WMV, DivX, H.264/AVC from one to another, extract audio file or pictures from video, and even create video from pictures. Features: • Convert ...
Continue reading →
Monday, 27 August 2012

HTML Forms: Using "div" tag instead of "table" tag

2 comments
Name: Age: Shoe size: Comments: Go ahead - write something... The CSS looks like this:       div.row { clear: both; padding-top: 5px; } div.row span.label { float: left; width: 100px; text-align: right; } div.row span.formw { float: right; width: 235px; text-align: left; } div.spacer { clear: both; } The HTML looks like this: <div ...
Continue reading →