js1k contest – writing a pool game with only 1024 bytes
I was looking for some Javascript contest the other day and found this awesome JS1K contest http://js1k.com/2011-dysentery/.
I was looking for some Javascript contest the other day and found this awesome JS1K contest http://js1k.com/2011-dysentery/.
By “slow” here I mean the slow run-time, not the load time of resources. In the past one year and...
In an ExtJS panel (Ext.Panel) where the content area is huge but the Panel size is limited, users usually use...
ExtJs has two well-known layouts called Accordion and Vbox. Basically, in a vertical list of panels, AccordionLayout manages multiple Panels...
Currently, ExtJS 3.1.1 doesn’t support Vertical TabPanel. Here is my simple custom Vertical TabPanel ux class. Currently, it supports the...
As we all know that in Client-side Javascript, the Window object is the global variable, a host object, that contains...
One of the reasons quite a number of programmers don’t like Javascript because it’s weird, behaving differently on different browsers.....
JSMag is currently kinda the only Javascript magazine for enthusiastic front-end developers. I’m a subscriber of this magazine, finding it...
This is the first episode in the collection of Great Javascript articles by world’s top-notched Javascript gurus. Our entry this...
Following another question on ExtJS forum, I’ve created a sample of how to use vType for ExtJS newbies. Basically, in...
Today at work, I happened to write a function that removes white spaces from a string. After trying different ways...
This blog entry was written following a question of an user in ExtJS forum: How to drag n’ drop a...