Archive May 2012

Interesting Stuff on the Web – 7

Release 7 of five chosen quality articles/tutorials/tools from different blogs.

If you want to add your article or know any informative article related to web development, send it to me from Contact page. Remember only original and quality articles will be added.

Get File Size from Input Control

A cross browser code snippet in JavaScript for getting file size from input element/control.

Interesting Stuff on the Web – 6

Release 6 of five chosen quality articles/tutorials/tools from different blogs.

If you want to add your article or know any informative article related to web development, send it to me from Contact page. Remember only original and quality articles will be added.

Load More Using KnockoutJS, PHP/CodeIgniter (Part 1)

Everyone has used social networking sites and almost all of them implement Load More functionality to load additional posts/messages. Load More is actually alternate way of pagination.

There are two kinds of Load More functionality. First is to load additional content when the user hits the scrollbar at the bottom of the page. Another kind is to load new content only when user clicks on “Load More” button. Personally I prefer the second one because it reduces the load on server and load content only when user wants it and in this article we will take a look at implementing this second kind.

Interesting Stuff on the Web – 5

Release 5 of five chosen quality articles/tutorials/tools from different blogs.

If you want to add your article or know any informative article related to web development, send it to me from Contact page. Remember only original and quality articles will be added.