Have you ever needed to paginate your data (blog posts, links, images or anything else) using jQuery but were a little unsure of just how to achieve the effect? In this post, I’m going to show you just how easy it can be. Let’s decide on a good example to demonstrate pagination. How about...
Professional development is one of the key elements to improving your skills as a designer or developer. In this article I’m going to provide you some of the popular tips I’ve previously shared on Behance, Scribd, DeviantArt and my own blog, that’ll help you be the best. If...
Thanks to Amazon Associates, this month I have a new widget to display my book recommendations in..and boy have I got some good books for you guys to check out. The first (and a title I’ve been looking forward to for quite some time) is John Resig’s Secrets of the JavaScript Ninja. For anyone...
Like me, if you’ve ever wanted to use a Web Service from a site that doesn’t have that many code examples or a solid API, chances are you may have considered using cURL – a great extension to PHP that allows you to authenticate with websites just like a normal user would. The benefits of...
If you’ve ever wanted to consume services from a popular website that doesn’t offer full code examples before, chances are you may have considered using cURL with PHP to achieve your project. cURL is amazing because it essentially allows you to simulate a user and go through any page on a...
When I first attempting to code up a pure PHP Facebook app, one of the first problem’s I encountered was I wanted to create a friend selector using as little FBML or FBJS code as possible. This proved slightly difficult as any external PHP file I would create to query Facebook using FQL via Ajax...