Let's say we have a university website running on a CMS and a couple of student blogs running on a blogging tool like WPMU. Then on the university website homepage we need to pull several latest blog teasers from the student blogs. We can accomplish this quite easily with a free PHP class called SimplePie. What the library does is it fetches the blog RSS or Atom feed that we provide and parses it into an easy to use formatted data. Keep Reading
One of the rules in today's web is if you have forms on your website, you need to have some kind of spam prevention measure implemented. Here Shaiful will talk us through the several methods that can be used and why CAPTCHA isn't one. Keep Reading
As web developers, we are often caught in the situation where the things don't go too well. Working or troubleshooting with normal HTML takes times. Syazwan discloses four of his most favourite Firefox extensions that no developers can ignore without losing sleep. Keep Reading
When working with databases, one of the tasks that may popped up every once in a while is the need to replace some little snippet of text and all its occurrence throughout the table, to a different text. If you need to perform a quick search and replace on your MySQL database records, Shaiful reassures that you should just take a seat and read on, casually. No biggie. Keep Reading
AddThis is a neat little tool embedded into a webpage to make bookmarking and link sharing easier, more interactive and not to mention, cooler too. Here's how you customize AddThis while keeping the W3C validator happy. Keep Reading
HTML/CSS
My Take on HTML 5
HTML5 is packed with cool new features, code slimming advantage and a few slick solution to the current way we build front-end components of a website. Syazwan gets up, close and personal about the appeal of HTML5. Keep Reading