Friday, November 1
Shadow

Tag: JavaScript

New Improved Blogumus: A flash animated label cloud for Blogger!

Technology
Hi Friends, did you notice the animated flash tag cloud (aka Blogumus) placed in the sidebar of this blog. Hover your mouse over the Flash object to see the animation begin, isn’t that cool. "Blogumus" is a Flash based tag cloud widget which uses scripts converted from Roy Tanck's WP Cumulus plugin for Wordpress. I am sure many of you might also be looking for to learn how to convert this for use in Blogger powered blogs. In this post, I'll explain how you can add Blogumus to your own Blogger layout with ease! Recently a lot of people have been  complaining that after successful installation of Blogumulus,the flash based tag cloud doesnt animate or worse is showing some kind of pluggin missing error. A more careful observation revealed that the error was some access related issue...

JS Popup Windows

Technology
Heya Friends, Do you want Popup windows on your blog or websites. If yes then I guess you reached at the right place in this post I will share how to use Popup windows in your blog/websites. Popup windows are new browser windows opened from a web page. The popups are opened programmatically using JavaScript. Popup windows were over used and exploited by many websites during the earlier days of the web. This resulted in the later versions of browsers blocking popup windows (and there were popup blocker plugins ). Eventually, popup windows became almost extinct now. Automatically opening popup windows is considered a very bad practice . Popups are still used for opening help page or displaying form submission results. However these popups require user action to open (rather than...