Category: HTML

HTML Native Autocomplete

HTML Native Autocomplete – no JavaScript necessary… <input type=”email” size=”40″ list=”defaultEmails”> <datalist id=”defaultEmails”> <option value=”jbond007@mi6.defence.gov.uk”> <option value=”jbourne@unknown.net”> <option value=”nfury@shield.org”> <option…

Intro summary and details tags in HTML5

A brief introduction to the <summary> and the <details> HTML5 Tags

Get the Plain Text Version of a Web Page

This command fetches a web page, converts it to text and shows it. lynx -dump http://www.example.com/

Install dependencies for HTML Validator

Installing the dependencies for HTML Validator extension for Firefox on linux. sudo yum install compat-libstdc++-296 compat-libstdc++-33 tidy

Heading Fonts Styles

Some fonts/styles that could be used in headings – ie. <h1> tags. font:17px “Trebuchet MS”,Verdana,Arial,Helvetica,sans-serif; font:20px Georgia,Times,serif; [tags]font,style,heading,css[/tags]

Decompiling CHM File to HTML

hh.exe -decompile <FolderName> <Chm_File_Name> Example hh.exe -decompile “E:\Backup\” E:\All Song4s.chm [tags]windows,chm,help,decompile,html,file[/tags]

Submition to Social Bookmarking sites.

<div id=”social-bookmarking”> <strong class=”social-tagline”>Share this…</strong> <ul> <li><a href=”http://del.icio.us/post?url=http%3A%2F%2Fwww.technacular.com%2F2007%2F02%2F12%2Fcollection-of-sites-providing-free-web-icons-and-buttons%2F&title=Collection+of+Sites+Providing+Free+Web+Icons+and+Buttons” title=”del.icio.us”><img src=”http://www.technacular.com/wp-content/plugins/sociable/images/delicious.png” title=”del.icio.us” alt=”del.icio.us” class=”sociable-hovers”></a></li> <li><a href=”http://digg.com/submit?phase=2&url=http%3A%2F%2Fwww.technacular.com%2F2007%2F02%2F12%2Fcollection-of-sites-providing-free-web-icons-and-buttons%2F&title=Collection+of+Sites+Providing+Free+Web+Icons+and+Buttons” title=”digg”><img src=”http://www.technacular.com/wp-content/plugins/sociable/images/digg.png” title=”digg” alt=”digg” class=”sociable-hovers”></a></li>…