25 July, 2008

Finding some late night coding time.

Nicholas has started sleeping through the night, as of last week, and while it hasn't been every single night yet, its happened more often than not. I'm glad for Staci, since she's not a night owl like me, staying up past 10 or 10:30 was harder on her.

This also means I've found some time to work on my project sites and blogs.

...click to continue reading.

20 June, 2008

Subversion 1.5 released

The feature I've been looking forward to the most, merge tracking, made it into the latest Subversion release. I'm not sure why, but branching/merging has been a conceptually scary thing for me for a long time. I'd always be afraid that somehow I'd mess up the merge and lose updates or somehow mangle my code beyond repair.

...click to continue reading.

23 May, 2008

Management Anti-patterns

Sandy sent me a link listing anti-patterns as applied to management practices. For those not up on the jargon, an anit-pattern is a bad practice that is repeated frequently. I first heard this term in terms of programming patterns and anti-patterns, but I've since heard it used in non-programming contexts.

...click to continue reading.

22 February, 2008

Using OpenId for Authentication

Cal Evans wrote a straightforward and excellent tutorial on how to to use Zend_Auth and its OpenID adapter to authenticate users today.

...click to continue reading.

2 January, 2008

Are you working with Customers or Collaborators?

Zed Shaw provides a very useful insight into what makes a project work.  I'm posting this here a) so that I can refer to it again in the future and b) the hypothesis passes my "Yup-I've-been-there" test.

...click to continue reading.

16 November, 2007

A comprehensive look at PHP5 DateTime

Don't expect to find it here, but Laughine Meme posted the most comprehensive one I could find.  You would think that with the introduction in 5.

...click to continue reading.

5 November, 2007

Deals with the devil

After two summers during high school where I had the pleasure of working with Visual Basic and Access, you couldn't pay me enough to program with an MS designed language again.  And, even though I have a basic understanding of Java, very few interesting web sites use Java as their foundation.

...click to continue reading.

30 October, 2007

Let's hope this never breaks ...

Why do newbies like to tightly couple systems to the point that a simple change is very likely to result in everything breaking?  Is it just a lack of experience, ie not having a big system fail on you? Its a shame if failure is the only thing you learn from.  The other part of the equation is that too often we're measured by how much code we write, not how much good code we write.

...click to continue reading.

27 August, 2007

Initial thoughts on Python and Django

In an effort to learn a new skill and get some much needed exposure to another programming language, I've started learning Python.  Its a very neat language, and its use of whitespace to organize code pleases the code style nazi that Sandy has instilled in me.  Reading the code itself, its refreshing how uncluttered it can be without curly braces, dollar signs, and semi-colons all about.

...click to continue reading.

15 May, 2007

Better merge tracking coming to Subversion

The more I use subversion, the more I find ways to make it do more heavy lifting for me.  I'm not talking about the kind of subversion that gets you a one way ticket to gitmo, but the open source version control system.  I use it to manage my websites here, to keep them updated with the development copies I work on at home.

...click to continue reading.
 1  2     »

Stats

  • 13 posts

My Bookmarks

Mellow Morning Django vs Symfony

a good comparison of both frameworks - not too high level and includes code examples to illustrate points.

Thursday, Aug 28, 2008 at 05:35 PM

the.codist{} - A Tale Of Two Waterfalls

All from a simple question and an iterative and interactive approach to the discovery of what the customer actually needed.

Thursday, May 8, 2008 at 02:31 AM

realm3: Getting Started With VIM and PHP

useful tips and linsk for getting the most out of vim when you're edittng at the command line

Thursday, Feb 21, 2008 at 03:53 PM

New OOP features in PHP 5.3

Wednesday, Feb 20, 2008 at 07:35 PM

On PHPUnit and Software Metrics - Sebastian Bergmann

links to software quality tools for PHP

Friday, Feb 8, 2008 at 08:26 PM

Visual Guide to Templates in Eclipse | Eclipse Zone

Toread and figure out how to better use templates

Monday, Feb 4, 2008 at 06:51 PM

More links