jQuery TinyScrollbar doesn’t work in hidden container or tab or div : Why ?

Posted by & filed under Java script, Tips and Tricks.

Q: jQuery TinyScrollbar doesn’t work in hidden container or tab or div : Why ? Answer: I think this is problem  with jquery or as how the DOM works. When any parent div is hidden using css property display:block;  jquery can not determine the width, height etc for any child element (example div)  and this… Read more »

Listen

New installation instruction for tinybn in joomla1.5.14+

Posted by & filed under Bangla Computing, Java script, Joomla, Joomla Extention.

Here I am back with tinybn(bangla writing plugin for popular wysiwyw editor tinymce). Oh please don’t think that I am trying to show you smiley face with new version of tinybn but new installation instruction for joomla 1.5.14+. Today a new user informed that the raw installation instruction for joomla 1.5.x is not correct …… Read more »

Listen

RSS news ticker using jquery and Slick RSS module in joomla

Posted by & filed under Java script, Joomla, Joomla Extention, jquery, Rss, Tips and Tricks.

Let me clear first about what is Slick RSS Slick RSS is a joomla module that Parse and Display RSS Feed News with DHTML Teaser Tooltip. For details pls visit this link. ok , let me tell what I am going to do next. That module is great to show rss feed from another site… 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

Tinybn for jce as a joomla plugin

Posted by & filed under Java script, Joomla, Joomla Extention.

Dear Friends, I know there is no update on tinybn for many days and it has so many bugs but I am not gone yet ! heh heh. I think who are very familiar with joomla and it’s content editor tinymce, are also familiar with jce(joomla content editor), a joomla conent editor based on tinymce… Read more »

Listen

Simple Ajax Tab for wordpress (Manchuwpajaxtab) v1.1

Posted by & filed under Ajax, Java script, Wordpress Plugin.

Simple Ajax Tab for wordpress or just Manchuwpajaxtab is a small plugin/widget for wordpress to show some important features of a blog in one place and make them ajax based so the loading time of blog is minimun. Here Recent Posts, Recent Comemnts, Tag clouds, Archives, Blogroll and Categories are packed together as tab..ajax based… 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

JS Tips and Definition…Personal Interest

Posted by & filed under Java script.

typeof-returns indicating the type of operator used in two format typeof operand typeof (operand) Link Listen

Listen

Javascript compressor

Posted by & filed under Java script.

Here’s a tool to compress java script. Listen

Listen