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...21. June 2008
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...29. April 2008
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...19. April 2008
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...
28. June 2008
3 Comments