Archives / 2009 / October

  • Can URI and URL be used interchangeably ?!

    Wednesday, October 28, 2009

    Have you encountered yourselves hesitating when trying to use the terms URI or URL? I have. Apparently the difference between a URI and a URL is a very debated topic on the web. And it's also a source of confusion for many people, including myself.

    Almost every comparison that I find seem to be a tongue-twister, which vaguely describes that they are related but they're not the same (aha! you see? I did it too, I said something but actually said nothing. PLOP!). The truth is that there's a different RFC describing the scheme of each, URI's and URL's. If you go through the W3C documentation you'll find that they have a documentation page trying to clarify the confusion around URI's.

    Read more about this blog post. »
  • Oxite: Customizing the comments area

    Tuesday, October 27, 2009

    Continuing my Oxite series of blog posts I'll address the comments area. For my taste oxite is missing a couple of things on the comments listing and comments posting department. It doesn't have a way to ensure that the comment being posted is not being generated by a bot. I've already been a victim of this and to be honest I'm not a fan of SPAM, so let's stop that! Oxite also doesn't have a special style for comments posted by the site admin. In this blog post we are going to address this issues by implementing a css class that helps the reader identify a site administrator comment from a blog comment's list and a captcha validation for the comments input.

    For these tasks I'll be using css and reCAPTCHA, which is owned by google and it's used among popular sites as Facebook, The New York Times, StackOverflow, TicketMaster, etc. It's worth pointing out that reCaptcha was initially conceived in Carnegie Mellon University, where the term "CAPTCHA" was initially coined. The term contrives from the acronym "Completely Automated Public Turing test to tell Computers and Humans Apart."

    Read more about this blog post. »

Post Ranking