Search Results

1
vote

Source Control for Web Development

I recommend SVN, and along with it Pragmatic Version Control with Subversion from The Pragmat …
0
votes

Best Javascript drop-down menu?

I've been an (unabashed) fan of the Yahoo! User Interface Library. They have a nice menubar system that's easy to implement. Great …
1
vote

Best practice: Self-referential scripts on a web site

The strongest argument behind the single file approach for form handling is that it's simply easier to maintain. Allow me play devil's advocate: if your original two file approach works and …
0
votes

Which browsers and operating systems do you target on new websites?

Target none. Test against many. …