Archive | XHTML RSS feed for this section

jQuery : Auto iFrame Height

20. April 2009

89 Comments

ShareThis article will show you how to automatically adjust the height of an iFrame to the height of the content inside of the iFrame with the use of the jQuery JavaScript library and the jQuery autoHeight plugin.

Continue reading...

HTML Entities

11. September 2008

1 Comment

HTML Entities

ShareWhen you use HTML special symbols on your website pages, it is better to use the actual unicode HTML entities to ensure (X)HTML validation and proper encoding of the content on your pages to all users.

Continue reading...

Embed Quicktime Movie

29. April 2008

4 Comments

ShareEmbedding a Quicktime movie player into your webpage work similarly to embedding Flash files, making use of the OBJECT, EMBED and PARAM tags inside your HTML code. You can play .MOV, .MP4 and .MPEG files with the embedded Quicktime movie player.

Continue reading...

HTML : Option Groups/Sections

28. April 2008

0 Comments

ShareHave you ever wanted/needed to create a select drop down menu with options divided into sub-sections or groups with labels? See the screenshot below.

Continue reading...