Archive | JavaScript RSS feed for this section

jQuery : Auto iFrame Height

20. April 2009

57 Comments

This 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...

Wordpress : Using jQuery library with your plugin or theme

28. June 2008

10 Comments

When you develop a Wordpress plugin or theme, you might want to make use of the jQuery library included and distributed with the Wordpress package.

Continue reading...

WordPress : Using Javascript libraries with your plugin or theme

21. June 2008

27 Comments

When you develop a Wordpress plugin or theme, you might want to make use of some of the Javascript libraries distributed with the Wordpress package such as Prototype, Scriptaculous and jQuery.

Continue reading...

Embed Quicktime Movie

29. April 2008

1 Comment

Embedding 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...

JavaScript : Increment & Decrement Variable Values

19. April 2008

1 Comment

Using Javascript, you might want to define a variable when a page is loaded and change the value of that specific variable throughout the period of the interaction of the user with the page. You can define a variable in the HEAD section of the page like this :

Continue reading...