Home made tab and slider module for joomla1.5

Posted by & filed under Joomla, Joomla Extention, Tips and Tricks.

Change Log: Update 14, January, 2010 WOW, This extension has been approved by JED Team. Pls visit it and place you rating. Update 8, June, 2010(Must see) Fixed a bug for php error, it was a typo error Transition parameter was missing for slider, it’s fixed now Download file is updated! Please reinstall or update… Read more »

Listen

Submit form of iframe from parent window

Posted by & filed under Java script.

In phpxperts yahoo group there was a thread about how to submit a form in a iframe outside the iframe I mean from parent window. I replied my idea using js but the iframe should be in same domain. The js code is like let me give u whole code. make a new file named… Read more »

Listen

childNodes problem in FF !!!

Posted by & filed under Java script.

I was working with js and got a peculiar problem (it’s was unknown to me ) about childNodes count in firefox and opera. Internet explorer showed perfectly. suppose my html is like Now the js: Here childNum will give diff values for diff browser. FF, Opera counts the whitespaces . textnodes as child but IE… Read more »

Listen

Detect browser name and version using js

Posted by & filed under Java script.

I was trying to detect browser version and browser name using java script. I got so many techniques but I am happy with jquery’s one. It’s pretty simple and small block of code. Just check the bellow code that I got from jquery. As it is not possible to use the whole js library all the time but I like to use some part of it or follow the techniques for cross browser tasks. :D

Listen