How to hide/show flash and embed using javascript

Some times I need to hide all flash and embeded objects on page (for example to make them not overlay pop-ups etc.), it can be done using next simple javascript code: (more…)

Show/hide elements on page using javascript

In between your <head> tags put this java script in (you may put it between <body> tags too): (more…)

How to add class “last” to last menu item (li) in Joomla 1.5 (mod_mainmenu)

Create new file default.php and place it in /[your_template]/html/mod_mainmenu/, add next content to it: (more…)