HOT CSS
Free Beautiful Css templates, Web designer tricks from expert
Pages
(Move to ...)
Home
Tutorial
Css
jQuery
SEO
Opencart Expert
Woocommerce Expert
Wordpress Expert
Joomla Expert
▼
Showing posts with label
html
.
Show all posts
Showing posts with label
html
.
Show all posts
Monday, March 3, 2014
Beautifull HTML5 Love Heart for Valentine, 8 March, Women Gifts
›
I had to prepare this a few days ago, but I hope that it’s not too late. I want to introduce you the pleasant html5 examples for women, es...
Friday, February 28, 2014
Tutorial XHTML 1.0 STRICT Page Structure
›
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"...
Tutorial View Source of RSS Feed in Firefox
›
Firefox likes to assume when you click on a link to an RSS feed that you want to subscribe to it in some fashion. That might be true most of...
Tutorial Video For Everybody (HTML5 Video with Flash Fallback)
›
<!-- first try HTML5 playback: if serving as XML, expand `controls` to `controls="controls"` and autoplay likewise --> <...
Tutorial Use Firebug in Any Browser
›
Just include this script on the site and you'll get a Firebug console that pops up for debugging in any browser. Not quite as full featu...
Tutorial Turn Off Autocomplete for Input
›
Just use the autocomplete attribute: <input name="q" type="text" autocomplete="off"/> This would be us...
Tutorial Top & Bottom Halves Layout
›
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd...
Tutorial Tooltips for Acronyms
›
I love CSS I love <acronym title="Cascading Style Sheets">CSS</acronym>.
Tutorial The Common DOCTYPES
›
HTML 4.01 Strict <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> XHT...
Tutorial Test Page
›
A simple XHTML 1.0 Strict page structure that includes: Basic CSS Reset Loads jQuery from Google Sets up DOM-ready block for jQuery <!...
Tutorial Stop IE Page Load Flicker
›
Otherwise known as Fajax (fake ajax). For example, when submitting a form and the next page is mostly similar to the new page, the entire pa...
Tutorial Standard List Navigation
›
<ul id="nav"> <li><a href="#">Home</a></li> <li><a href="#">...
Tutorial Set iPhone Bookmark Icon
›
Place this in your <head> section, and set the href attribute to an image to a 57px x 57px PNG file. <link rel="apple-touch-i...
Tutorial Serving Up Universal IE 6 Stylesheet
›
All good browsers plus IE 7 and up get REGULAR-STYLESHEET.css, browers IE 6 and below get a special stylesheet with stripped down basic-but-...
Tutorial Proper Tags for Displaying Content Edits
›
The proper way to mark up changes to an HTML document, when you wish to retain the old content while displaying the new. I <del>hate...
Tutorial Post Data to an iframe
›
Doesn't take any JavaScript or anything. You just have the form's target attribute match the iframe's name attribute. <form ...
Tutorial Open Link in a New Window
›
HTML attribute (valid in HTML5 now): <a href="http://chriscoyier.net" target="_blank">This link will open in new ...
Tutorial Multiple File Input
›
File inputs can have an attribute of "multiple" which then allows multiple files to be selected in the file section dialog box. Fi...
Tutorial Meta Tag to Prevent Search Engine Bots
›
To prevent all search bots from indexing a page: <meta name="robots" content="noindex"> To prevent just Google: ...
Tutorial Meta Tag For Forcing IE 8 to Behave Like IE 7
›
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Source: Microsoft Some reports that IE 8 in IE 7 m...
›
Home
View web version