Wednesday, 18 June 2014

Enter Integrr Number only


Enter Integer only in text fileds
onkeyup="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')"

Thursday, 12 June 2014

How to Get a Google Adsense Account Approval

1. Create a Blog or a website.
2. Upload genuine content
3. Upload more and more relevant content
4. Submit your web page URL to search engines
5. Create an account with Google Analytics and Google webmasters
6. Link your websites with the Analytics and Webmasters account
7. Optimize your web page
8. Ensure the Quality of the content of your web site
9. Wait for at least 6 months and during that time increase the traffic to your web site.
10. Once you have completed the above steps and satisfied them, Now apply for a Google AdSense account.

Monday, 19 May 2014

How to convert USB into Bootable device?

Open command promt as administrator
1.DISKPART
2.LIST DISK
3.SELECT DISK 1
4.CLEAN
5.CREATE PARTITION PRIMARY
6.SELECT PARTITION 1
7.ACTIVE
8.FORMAT FS=NTFS
9.ASSIGN
10.EXIT
E:
(E is your dvd drive letter)
CD BOOT
BOOTSECT.EXE /NT60 G:
(G is your usb drive letter)
copy dvd contents to your usb.

Feet/Inches to Meters Converter & Lbs to Kgs Converter

 <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8" />   <title>Feet/Inches ⇄...