The Renaissance Vector - tagged with webdev http://www.heemels.com/feed en-us http://blogs.law.harvard.edu/tech/rss Sweetcron martijn@heemels.com 49 modules you should know | NodeOne http://www.heemels.com/items/view/1806/49-modules-you-should-know-nodeone

Nice summary of the most important Drupal modules.

]]>
Fri, 05 Nov 2010 03:55:00 +0100 http://www.heemels.com/items/view/1806/49-modules-you-should-know-nodeone
Openutils dbmigration - O p e n u t i l s http://www.heemels.com/items/view/1576/openutils-dbmigration-o-p-e-n-u-t-i-l-s ]]> Fri, 24 Sep 2010 17:37:00 +0200 http://www.heemels.com/items/view/1576/openutils-dbmigration-o-p-e-n-u-t-i-l-s Bort – A Base Rails Application | Ruby on Rails http://www.heemels.com/items/view/1377/bort-a-base-rails-application-ruby-on-rails

A nice basic Rails application, to be used to learn or build off.

]]>
Mon, 09 Aug 2010 14:09:00 +0200 http://www.heemels.com/items/view/1377/bort-a-base-rails-application-ruby-on-rails
Postmark – Email delivery for web apps http://www.heemels.com/items/view/1371/postmark-email-delivery-for-web-apps

A service to send and track bulk email.

]]>
Fri, 06 Aug 2010 16:36:00 +0200 http://www.heemels.com/items/view/1371/postmark-email-delivery-for-web-apps
Braintrust > IPv6 WWW Test http://www.heemels.com/items/view/1126/braintrust-gt-ipv6-www-test

This is some code to help you test what will happen when you turn on AAAA records for your website, by having your viewers load images on different hosts.

]]>
Thu, 03 Jun 2010 01:56:00 +0200 http://www.heemels.com/items/view/1126/braintrust-gt-ipv6-www-test
phpUnderControl http://www.heemels.com/items/view/541/phpundercontrol

phpUnderControl is an addon application for the continuous integration tool CruiseControl, which integrates some of the best PHP development tools.

]]>
Sun, 22 Nov 2009 15:28:00 +0100 http://www.heemels.com/items/view/541/phpundercontrol
Magento Articles for Professional Developers http://www.heemels.com/items/view/431/magento-articles-for-professional-developers

Good tutorials about extending the Magento e-commerce app.

]]>
Tue, 06 Oct 2009 16:39:00 +0200 http://www.heemels.com/items/view/431/magento-articles-for-professional-developers
Installing custom PHP on OS X http://www.heemels.com/items/view/420/installing-custom-php-on-os-x

A custom PHP module for the Apache 2 web server included in OS X. It contains some much needed PHP extensions, such as mcrypt.

]]>
Sat, 19 Sep 2009 20:05:00 +0200 http://www.heemels.com/items/view/420/installing-custom-php-on-os-x
Rails for PHP Developers http://www.heemels.com/items/view/418/rails-for-php-developers

Tips and tricks for PHP developers that are learning Ruby on Rails.

]]>
Fri, 18 Sep 2009 18:24:00 +0200 http://www.heemels.com/items/view/418/rails-for-php-developers
Rolling with Rails 2.0 - The First Full Tutorial - Part 1 - AkitaOnRails.com http://www.heemels.com/items/view/417/rolling-with-rails-20-the-first-full-tutorial-part-1-akitaonrailscom

A nice tutorial that shows how to implement some of the new features of Rails 2.

]]>
Fri, 18 Sep 2009 02:30:00 +0200 http://www.heemels.com/items/view/417/rolling-with-rails-20-the-first-full-tutorial-part-1-akitaonrailscom
A Visual Guide to Version Control http://www.heemels.com/items/view/370/a-visual-guide-to-version-control

An excellent visual guide on the reasons for and workings of version control software.

]]>
Sun, 19 Jul 2009 17:21:00 +0200 http://www.heemels.com/items/view/370/a-visual-guide-to-version-control
15 Best iPhone Applications for Web Designers http://www.heemels.com/items/view/355/15-best-iphone-applications-for-web-designers

A few nice iPhone apps, for web developers and designers. Some of them weird, others quite useful.

]]>
Thu, 09 Jul 2009 11:49:00 +0200 http://www.heemels.com/items/view/355/15-best-iphone-applications-for-web-designers
MySQLdiff - checking for differences in database structures http://www.heemels.com/items/view/314/mysqldiff-checking-for-differences-in-database-structures ]]> Tue, 26 May 2009 17:47:00 +0200 http://www.heemels.com/items/view/314/mysqldiff-checking-for-differences-in-database-structures .htaccess tricks and tips. http://www.heemels.com/items/view/259/htaccess-tricks-and-tips ]]> Fri, 27 Mar 2009 15:49:00 +0100 http://www.heemels.com/items/view/259/htaccess-tricks-and-tips Google Analytics jQuery plugin http://www.heemels.com/items/view/212/google-analytics-jquery-plugin

A plugin for the jQuery Javascript library, that makes calling Google Analytics a bit easier.

]]>
Wed, 25 Feb 2009 01:54:00 +0100 http://www.heemels.com/items/view/212/google-analytics-jquery-plugin
Tom Beardshaw › Tangled Up In Blue: Sweetcron theme http://www.heemels.com/items/view/168/tom-beardshaw-tangled-up-in-blue-sweetcron-theme

A nice theme for Sweetcron. Needs a bit more effort in the details but certainly better than my current one.

]]>
Wed, 14 Jan 2009 14:07:00 +0100 http://www.heemels.com/items/view/168/tom-beardshaw-tangled-up-in-blue-sweetcron-theme
Main - browsersec - Google Code - Browser Security Handbook landing page http://www.heemels.com/items/view/162/main-browsersec-google-code-browser-security-handbook-landing-page

Handbook by Google on web browser security.

]]>
Sat, 03 Jan 2009 16:59:00 +0100 http://www.heemels.com/items/view/162/main-browsersec-google-code-browser-security-handbook-landing-page
Coding Horror: Get Your Database Under Version Control http://www.heemels.com/items/view/135/coding-horror-get-your-database-under-version-control

Interesting article on adding version control to your database. I've been looking for information on this for months but it's very scattered. After trying Rails' ActiveRecord Migrations I was a bit spoiled, so after putting my company on Subversion, this is the logical next step.

]]>
Mon, 15 Dec 2008 01:20:00 +0100 http://www.heemels.com/items/view/135/coding-horror-get-your-database-under-version-control
RPX: Instant OpenID and Data Portability http://www.heemels.com/items/view/98/rpx-instant-openid-and-data-portability

A cool free web service to easily add OpenID login to your web apps. Provided by JanRain, creator of some of the most popular OpenID libraries.

]]>
Fri, 12 Dec 2008 11:05:00 +0100 http://www.heemels.com/items/view/98/rpx-instant-openid-and-data-portability
Open Source Web Design - Download free web design templates. http://www.heemels.com/items/view/26/open-source-web-design-download-free-web-design-templates ]]> Thu, 13 Nov 2008 11:58:00 +0100 http://www.heemels.com/items/view/26/open-source-web-design-download-free-web-design-templates