Nemikor - nemikor.com - Nemikor Blog
General Information:
Latest News:
Creating Application-specific jQuery plugins 17 Aug 2010 | 12:25 pm
When building an application with jQuery, it’s very likely that you will end up writing some code that would be easiest to use directly in a jQuery chain. When the functions you’re writing solve gener...
Creating Application-specific jQuery plugins 17 Aug 2010 | 08:25 am
When building an application with jQuery, it’s very likely that you will end up writing some code that would be easiest to use directly in a jQuery chain. When the functions you’re writing solve gener...
Long polling in Node.js 22 May 2010 | 01:19 am
Note: Node is currently under heavy development and the API is in a state of flux. This article was written to be compatible with v0.1.95, the most recent version of Node at the time. The examples in ...
Long polling in Node.js 21 May 2010 | 09:19 pm
Note: Node is currently under heavy development and the API is in a state of flux. This article was written to be compatible with v0.1.95, the most recent version of Node at the time. The examples in ...
Building stateful jQuery plugins 16 May 2010 | 01:07 pm
Background Over the past few years, jQuery has dominated the web development community with its simple, yet brilliant, API. The “find elements, do something” pattern and ability to chain function cal...
Building stateful jQuery plugins 16 May 2010 | 09:07 am
Background Over the past few years, jQuery has dominated the web development community with its simple, yet brilliant, API. The “find elements, do something” pattern and ability to chain function call...
Using multiple versions of jQuery 3 Oct 2009 | 04:52 pm
Whenever a new version of jQuery comes out, there are several reasons to upgrade; new features, bug fixes and performance are generally the most common. However, it’s not always possible to upgrade as...
Using multiple versions of jQuery 3 Oct 2009 | 12:52 pm
Whenever a new version of jQuery comes out, there are several reasons to upgrade; new features, bug fixes and performance are generally the most common. However, it’s not always possible to upgrade as...
Creating dialogs on demand 8 Aug 2009 | 08:40 am
In a previous article, I explained how to load a page into a dialog. The article focused on a simple solution to keep it easy to understand. However, that simplicity does come with a drawback; the pag...
Creating dialogs on demand 8 Aug 2009 | 04:40 am
In a previous article, I explained how to load a page into a dialog. The article focused on a simple solution to keep it easy to understand. However, that simplicity does come with a drawback; the pag...