SUBSCRIBE VIA RSS


Subscribe to our feed

Topics

Stack Overflow


The old fashioned way

TWITTER

  • enjoying some diet coke and good tunes. 7 hrs ago
  • are we still supposed to cut those plastic rings that come with six packs before throwing them away? 1 week ago
  • does anyone know how the ipad might handle multiple users? like, say u want to have one at home with different email accounts for each user? 1 week ago
  • More updates...

RECENT TUNES

December 31, 2009 – 5:44pm “Could not create database for c…o use near” error with Doctrine / Symfony

I was trying to use the symfony command line tools to rebuild my test database and I couldn’t get past this error: More…

Posted in  Web Development   |     |  1 Comment »   |  delicious   |  Digg

October 17, 2009 – 8:24pm The Secret Behind “SEO”

What is the secret to SEO?

“Make something great. Tell people about it. Do it again.”

from Spammers, Evildoers, and Opportunists by Derek Powazek:

The problem with SEO is that the good advice is obvious, the rest doesn’t work, and it’s poisoning the web. I’m going to tell you about the problems, and then tell you the one true way to generate traffic on the web, based on my own 14 years of hits and misses.

This is a great post, which I discovered through daringfireball. It’s worth a read, either if you manage a website and have wondered about what “SEO” can (or in this case, can’t) do for you, or if you are a web developer and you get clients asking how they can improve their search visibility.

Posted in  Uncategorized   |     |  1 Comment »   |  delicious   |  Digg

October 17, 2009 – 6:20pm 6 Icon Packs You Will Actually Use

You can never have too many good icons…

6 Icon Packs You Will Actually Use.

Posted in  Design Web Development   |  No Comments »   |  delicious   |  Digg

October 9, 2009 – 5:29pm Symfony 1.3 Published Book…. Already?

Symfony 1.3 Book Cover

I just received a review copy of a new book published by Packt Publishing called “Symfony 1.3 Web Application Development“, available online. The book is written by Tim Bowler and Wojciech Bancer over at the UK based Agile Labs. It’s amazing that a book has been published for this new version of symfony even before the 1.3.0ALPHA1 was released.

The book covers all of the basics, including the forms framework and the admin generator. The code examples use Propel rather than Doctrine. I’m looking forward to seeing how in depth they go into the forms framework; to me it seems to be the most confusing aspect about symfony overall.

Posted in  Web Development   |  No Comments »   |  delicious   |  Digg

October 4, 2009 – 1:19am Symfony, Doctrine Upload File “validation failed”

After setting up a simple file upload using the symfony 1.2 forms class and a doctrine model, I hit this error right away:

500 | Internal Server Error | Doctrine_Validator_Exception
 1 field had validation error:
 * 1 validator failed on file (type)

The short solution: when using a doctrine form class and $form->save(), set the path option in your sfValidatorFile validator and do not attempt to save/set the file column yourself. If you are curious why this is, continue reading. More…

Posted in  Web Development   |     |  2 Comments »   |  delicious   |  Digg

September 28, 2009 – 1:41pm New Site Launched: Michigan Law Review

Over the weekend we launched a new website for the Michigan Law Review. This site uses a custom publishing platform we built using Symfony. We are also using cufon to generate titles using a custom font. I think it turned out great. More…

Posted in  Web Development   |  No Comments »   |  delicious   |  Digg

September 25, 2009 – 10:59am The Duct Tape Programmer – Joel on Software

Good point.

Zawinski didn’t do many unit tests. They “sound great in principle. Given a leisurely development pace, that’s certainly the way to go. But when you’re looking at, ‘We’ve got to go from zero to done in six weeks,’ well, I can’t do that unless I cut something out. And what I’m going to cut out is the stuff that’s not absolutely critical. And unit tests are not critical. If there’s no unit test the customer isn’t going to complain about that.”

via The Duct Tape Programmer – Joel on Software.

Posted in  Web Development   |  2 Comments »   |  delicious   |  Digg

August 24, 2009 – 1:04pm Entropy php5 with APC …

I decided to finally install some sort of PHP accelerator on my development machine to see if I could speed things up a bit.

My first attempt was to use PECL to install APC, but that didn’t work, so I had to rely on these instructions. They worked perfectly with my setup: OS X 10.5.8, entropy PHP Version 5.2.9 (release 7) running x86_64.

Apple – Support – Discussions – Entropy php5 with GD support and APC ….

Posted in  OS X Web Development   |  3 Comments »   |  delicious   |  Digg

August 24, 2009 – 11:28am Speedup: Profile your symfony app using Xdebug – Web Mozarts

Speedup: Profile your symfony app using Xdebug – Web Mozarts.

Haven’t tried this but hope to, soon!

Posted in  Web Development   |     |  No Comments »   |  delicious   |  Digg

August 20, 2009 – 12:24pm Getting a new developer started on an existing symfony project

Here is the basic process we use to get a new developer started on a symfony project. This flow assumes you already have created your symfony project and it checked into an svn repository somewhere, and that the developer is on a mac. More…

Posted in  Web Development   |     |  No Comments »   |  delicious   |  Digg