Javascript: Power tools of Firebug for developers and designers
Every developer now adays use Firebug to tackle the Javascript, which is obviously one of the most powerful innovation in the domain of Web. However, most people don’t know the correct use of this...
View ArticleYUI Tabview and IE: Rendering Problem Solved
YUI Tabview is the easiest way I came around to organise your web pages into tabs, rather than using multiple selective navigation. YUI Tabview can easily be used to organise a very long page into...
View ArticleYUI Panel: Changing buttons and re-using a panel on same page
YUI is a natural Javascript library, it is different from jQuery and other Javascript frameworks due to its closeness to original JS where it supports you to build widgets and enhance the user...
View ArticleYUI Calendar: Using and modifying multiple calendar picker instances on...
In this third installment of how to create and modify existing widgets from YUI Javascript library, I will explain how to create multiple instances of calendar widget of YUI2. There are many examples...
View ArticleYUI Dialog: Hiding the Dialog Panel in IE – Bug Resolved
This fourth installment in YUI series is basically about firing a bug which appears to be IE (Internet Explorer) only. This is when you have opened an iframe in dialog widget and showing another...
View ArticleGet String Length Tool
Just a bit of background, I was working on live data coming through from Java applets into Javascript, there were strings which I had to match, the conditions were like if (thisID === “blahblahblah”)...
View ArticleYUI Button: Mimicking the native Select dropdown to avoid IE width problem
This is the 5th installment in YUI series. This installment uses YUI button widget and YUI keylistener utility. Although this post and example mimics the default SELECT element behaviour and look but...
View ArticleTutorial: Creating an Ajax based form using Zend Framework and YUI
Many of you would already know that Dojo is JavaScript framework of the choice for Zend Framework. However, Zend framework itself is very loosely coupled that you can use whatever JavaScript framework...
View ArticleTutorial: iOS Twitter app in 60 seconds using MoSync and Sencha Touch
Assumption for this video tutorial is that viewer don’t know Sencha Touch and MoSync at all, that’s why it is a bit longer than 60 seconds :;) Introducing MoSync – SDK for Cross Platform Mobile App...
View ArticleIntegrating InMobi Ads into jQueryMobile and MoSync based app
Recently I was developing a HTML5 app for a client using jQueryMobile and MoSync Reload with Wormhole Library (an amazing client which let you develop about 70% times faster compared to using native...
View Article