↧
Smart Query Strings
Have you ever had a time when you started out displaying some simple information in a backend, and you wanted to allow simple paging, so you print out the page numbers as links and they have urls like...
View ArticleSmart Query Strings part 2: AJAX
This is a version of the PHP snippet I wrote last post, but for JavaScript (specifically jQuery for AJAX calls). Basically, using the same type of call as before, you can use this to keep track of...
View Article