Author Archive

LRU Cache In Javascript

Jun 08, 2010 2 Comments

About two weeks ago, I was questioned about a LRU ( least recently used ) Cache in javascript , so I started doing some research on it and apparently I found a good idea to implement that . now the question is what is a LRU cache and why would we need it .
well basically [...]

Read more

Releasing jQuery Module Loader beta Version

May 14, 2010 No Comments

Its been 2 to 3 month , I was thinking about having a module loader in javascript .
so it will make my web applications more reliable and increase the readability of my code .
Now Let’s study one common scenario :
In large web development applications usually the backend Developer creates the Action File and [...]

Read more

Coder To Coders

May 09, 2010 No Comments

Hi Everyone , this is my first post , I am going to add cool stuff about Front-End and Back-End programming languages
some cutting edge techniques ,ideas  that would definitely be a  milestones in our programming life .
Let’s do this

Read more