• Top 5%

    According to Kevin Rose (of digg and diggnation fame) I am in the top 5% of php developers. In the last episode of This Week in Tech, he mentioned that 95% of the resumes he receives for digg.com positions are from developers who haven’t even worked on a site that gets 1 million uniques, let alone anything near the 26 million digg gets.

    I have!

    *toot toot* (that’s the sound of my own horn)


  • Google’s Grand Central Offline

    I don’t use the service – last I checked they did not have any Canadian area codes available. As techcrunch reports, google’s phone service has been down for the morning. It’s worth noting that this is the first time a major google service has gone down for any length of time.

    I hope this does not represent a new trend for google. If you want to be a phone service you can’t go down, but more importantly to developers like me, if you want to be an app engine you certainly can’t go down.


  • CushyCMS or FTP Client?

    cushy.png

    CushyCMS is a new hosted Content Management System from Stateless Systems – the people who brought you bugMeNot.com, PDFMeNot.com and other similar services. It’s a dead simple CMS that requires no software install and no real programming knowledge. Found out about it via this Techcrunch post.

    I don’t like to make judgements about things I haven’t actually tried, but this app is so simple that I think the video is all the explanation I need – I mean that as a compliment.

    I’m a huge fan of simple solutions that solve specific problems really well and I think CushyCMS is a big step in the right direction. A lot of CMSes are extremely complicated to install, setup and do a poor job of actually managing content easily.  Cushy is simple to set up and simpler to use.

    It does a few things that I can’t really call good or bad,  just “interesting.”
    Hosting the CMS on a third party site definately makes it simpler to set up, but it has some obvious privacy concerns, you’re giving cushy access to your own site, not just setting up an account on an isolated service.
    Using the CSS class property to define content areas is also interesting. I really want to say that this is a good solution to the complexity of implementing a templating language. I just can’t stomach the ideal of defining a CSS class that isn’t actually used to display a visual style, it’s just wrong; but I’ll admit, it is a pretty ingenious solution.

    Even though I really really want to write a positive review about this app – I honestly think it’s a big step forward for simplicity – in it’s current itteration it has one serious flaw that makes it almost completely unusable. It is not at all possible to add any dynamic content! It’s only possible to edit existing HTML pages, with CushyCMS defined elements. The Administrator has to add individual pages with statically defined content areas. CushyCMS can’t even re-generate this content to create repeating elements within this HTML page. This means that Cushy can’t even be used to manage the even simplist newsletter, blog, photo gallery or photo gallery. Essentially, it’s only really good for managing what I would normally consider “static content areas,” things like about us, privacy policies, contact us pages, intro blurbs. For the most part this type of content doesn’t need to be updated often and therefore, doesn’t really need a management system.

    Because of this, CushyCMS is almost nothing more than a glorified FTP client.