HTML Quick List from W3Schools. Print it, fold it, and put it in your pocket.
HTML Basic Document
<!DOCTYPE html><html><head><title>Title of document goes here</title></head>
<body>Visible text goes here...</body>
</html>
Basic Tags
<h1>Largest Heading</h1><h2> . . . </h2><h3> . . . </h3><h4> . . . </h4><h5> . . . </h5><h6>Smallest Heading</h6><p>This is a paragraph.</p><br> (line break)<hr>...
Thursday, December 20, 2012
Help! How to recover Windows admin password?
9:16 AM
No comments
How to reset administrator password on Windows 7/vista/server/xp/ even with all versions and all service packs using Offline NT Password & Registry Editor
If you lost administrator’s password and hence couldn’t log on to Windows, this article might helps you solve the problem.
Offline NT Password & Registry Editor is a program that can reset password of any user on Windows and it worked on all versions of windows 7/vista/server/xp...
BIOS Password Removal for Laptops
8:42 AM
No comments
Synopsis: The mechanics of BIOS password locks present in current generation laptops are briefly outlined. Trivial mechanisms have been put in place by most vendors to bypass such passwords, rendering the protection void. A set of master password generators and hands-on instructions are given to disable BIOS passwords. [click here]
When a laptop is locked with password, a checksum of that password is stored to a so-called FlashROM – this...