HTML
<div>
<img src=”images/dog-over.gif” alt=”Dog” />
<img src=”images/cat-over.gif” alt=”Cat” />
<img src=”images/mouse-over.gif” alt=”Mouse” />
</div>
CSS
.preload{display:none;}
Posted on 27 September 2010.
HTML
<div>
<img src=”images/dog-over.gif” alt=”Dog” />
<img src=”images/cat-over.gif” alt=”Cat” />
<img src=”images/mouse-over.gif” alt=”Mouse” />
</div>
CSS
.preload{display:none;}
Posted in CSS, HTML - XHTML, Programming0 Comments
Posted on 02 September 2010.
Tom Duggin shows us how we can use HTML5 and CSS3 media queries to take control of our presentations across desktop browsers, mobile devices and slate computers.
Posted in CSS, HTML - XHTML0 Comments
Posted on 26 July 2010.
My favorites Jquery ajax librarys / plug-ins
Posted in HTML - XHTML, JavaScript - Ajax0 Comments
Posted on 28 June 2010.
While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for ecommerce sites in having what they call “mega drop down menus”.
According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites.I decided to experiment with different ways of implementing this technique and would like to share how I achieved this method.
more visit http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/
Posted in HTML - XHTML, JavaScript - Ajax0 Comments
Posted on 28 June 2010.
<!DOCTYPE HTML>
<html>
<body><audio src=”horse.ogg” autoplay=”autoplay” loop=”loop” controls=”controls” >
Your browser does not support the audio element.
</audio></body>
</html>
http://www.w3schools.com/html5/tag_audio.asp
Posted in HTML - XHTML0 Comments
Posted on 27 May 2010.
http://jilion.com/sublime/video
Posted in HTML - XHTML0 Comments
Posted on 12 November 2009.
What Does This Meta Tag Look Like?
This meta tag is usually placed beneath the title and meta description tags in the
<HEAD></HEAD> section of your pages’ HTML code, like this:<HEAD>
<TITLE>your DESCRIPTIVE KEYWORDS title goes here</TITLE>
<META NAME=”DESCRIPTION” CONTENT=”Your keyword rich marketing sales-pitch meta description goes here”>
<META NAME=”KEYWORDS” CONTENT=”your keywords,go here,separated by a comma,but not a space”>
</HEAD>
Posted in HTML - XHTML0 Comments
Posted on 13 October 2009.
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
Posted in HTML - XHTML, Programming0 Comments
Posted on 03 June 2009.
Since the first thread showing you how to execute Lightbox scripts from Flash was such a big hit, I decided to write another showing you how to gain even more functionality in this regard. Tonight I will be showing you how to initiate a Lightbox containing a Flash movie from a Flash movie, and how to initiate Lightbox groups containing images as well as Flash movies. All of the following scripts can be used in the same page if you wish, you just need to include all of the following delegates into your project. Continue Reading
Posted in Flash, HTML - XHTML, JavaScript - Ajax0 Comments
Posted on 19 May 2009.
The valid_elements option defines which elements will remain in the edited text when the editor saves. You can use this to limit the returned HTML to a subset.
This option contains a comma separated list of element conversion chunks. Each chunk contains information about how one element and its attributes should be treated. The default rule set for this option is specified below. Continue Reading
Posted in HTML - XHTML, JavaScript - Ajax0 Comments
