Archive for the ‘Frameworks’ Category

Automated UI Tests: Holy Grail or Snake Oil?

Monday, January 4th, 2010

I think the title of this article says it all.

UI Test Automation Tools are Snake Oil

Michael Feathers, the author, is very solid.

It’s a very familiar ‘rabbit hole’ in the industry.  …  Personally, I think that in this day and age selling them [UI testing tools]  is irresponsible. Developing them open-source? Well, let your [...]

WordPress Copy Post Plugin

Wednesday, June 10th, 2009

Have you ever been in a place where you’re maintaining two blogs and want to copy posts from one to the other? I wrote a WordPress plugin that does just that.  In our case it copies from Dayspring’s internal blog to our public one.  This removes the tedium of having to copy content, comments, [...]

Ning’s Developer Platform

Tuesday, May 19th, 2009

Ning announced OpenSocial support in October 2008, and now Ning is formally opening up a developer platform. It’s in private beta and will launch in full later this month. OpenSocial is a framework pioneered by Google, primarily as a response to Facebook’s developer platform. Developers of applications can write their application once and be able [...]

Open Source Licensing: What Can I Do With It?

Friday, May 15th, 2009

When working with open source software, one of the key things it’s necessary to be aware of are the licensing restrictions. Open source does not mean “no strings attached.” In fact, there are some relatively rigid rules on how open source software can be used and customized, which often have impact on custom web development [...]

Behind the Firewall vs. Cloud

Friday, February 27th, 2009

Cloud computing is hot. But here’s an interesting article about the cloud model versus the downloadable / behind-the-firewall model that concludes that there are still arguments for downloadable and self-hosted software, chief being control.

Firewall vs. Cloud

And this one is about a cloud-based web app development platform which went under:

Coghead

In my opinion that’s one of the [...]

Drupal5: click on the menu, render a page — how it happens

Wednesday, November 5th, 2008

The process below basically covers it, thought there are other mildly related and incidental things happening along the way.  The steps are given below are in the order they actually happen in the code.  Looking at this process in this way, it seems so simple…

You click on a menu link (or any link, really) in [...]

Video of the best session at Google IO

Monday, August 25th, 2008

(In my opinion of course)

This was the session about Google Web Toolkit (GWT).  This was a session by the authors of a diagramming tool built on the web.

Check it out

Google Conf Day 1

Thursday, May 29th, 2008

The Conference has run about as they usually do.  Out of a day, there was one very good presentation and the rest were so so.   Seems to be about the norm.

The one great presentation was about GWT.  It was a use case presentation.  The presenters were the developers of the Lombardi Blueprint.

This is an on-line [...]

Tour de Force – Salesforce as Dev Platform

Tuesday, February 5th, 2008

This post is a brief summary of the keynote from Tour de Force introducing Salesforce.com’s strategy.

In general, it seems to me like there is movement in the industry toward providing a number of things as services at all levels of the software application stack ranging from applications that you can "buy" on a scalable, subscription [...]

Hibernate Mapping cheat sheet

Saturday, December 16th, 2006

I’ve been doing a ton of Hibernate mapping recently, and it seems like I’m always looking up options to match my database architecture.

Here is a nice one page summary of the mapping options.  You will need to do some reference checks in the complete docs, but it gives you some ideas.