Archive | JavaScript RSS feed for this section

Wordpress : Using jQuery library with your plugin or theme

28. June 2008

3 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

13 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

0 Comments

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

0 Comments

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