The site I designed for Junction, a new open source project started by my friend Alex Schearer, went live today.
Junction is an ORM wrapper—It connects your database to your application, abstracting away the need to write SQL queries. Rather than writing queries, you simply create the data objects needed by your application—Junction keeps the database in sync for you. We’re hitting the ground running today with an alpha release.
The logo and one-page site were a fun little project. I may write a brief tutorial on how I created the light thread effect in the header. Check it out at junctionphp.com

Ennnnteresting! Having worked with Django’s ORM extensively now, I can say definitely say that ORM is one of the most useful tings ever — especially if you hate SQL, as I do.
The site looks great — love those icons, and you should definitely write up that effect in the header!
Very interesting. It seems that there are more and more ways to write really great code and things like this make it so much easier for those of us who dont think fluently in SQL.
For what its worth on the design, you might want to tone down the white on black a little - it’s a bit hard on the eyes. A nice #e9e9e9 wouldn’t be too bad and still make it pop. Just a thought.
Good call on the contrast Joshua. I’ve sent an updated stylesheet with lower contrast on the headlines to Alex—it’ll be up tomorrow.
I’m with Jeff. I can’t stand writing SQL queries so the more options there are out there to avoid it the better. Sure it’s been a while since I’ve had to write one, but I’m sure there are lots of people out there who can use an ORM in PHP.
Yes, this site looks great and you’re right, those are some slick icons. Nice work.
[…] Introducing Junction » This Summary is from an article posted at RobGoodlatte.com on Tuesday, October 02, 2007 […]
Cool looking site Rob, I love the subtle icons!
I am on the opposite side of the fence, I like to write SQL. Especially working with frameworks that use ActiveRecord and are not optimized whatsoever. However, I am not anti-ORM. This definitely looks pretty nice and I am sure it will benefit a lot of people.
I won’t ask any development questions since you were the designer. he. I like the simplicity of the site.
An interesting topic. Being a PHP developer I will be looking into this. It is sometimes hard to keep on all the new things being developed out there.
You have an interesting blog! I am happy to have stumbled across it.
I like how you maintain your grid with bullet points in the margins. Nice touch.
Cool Rob!
I’ve been doing a lot of work in Rails & CakePHP lately and love the ORM model. It would be great to have a nice standalone wrapper.
Is it just me or is junctionphp.com down at the moment? Temp outage or has the project died?