nortypig

an experiential adventure

subscibe to the nortypig.com rss feed

Archive for the ‘programming’ Category

Drupal Developer’s Toolbox

Thursday, September 25th, 2008

Smashing Magazine’s Drupal Developer Toolbox has a very handy list of resources for working with the Drupal Content Management System.

Animated Sorting Algorithms

Wednesday, September 24th, 2008

Animated Sorting Algorithms - insertion, selection, bubble, shell, merge, heap, quick and quick3 sorts in random, nearly, reversed and few unique starting order.

PHP Performance Tips

Wednesday, September 10th, 2008

PHP (Hypertext Preprocessor) Performance Tips that are worth bookmarking.

Writing Secure PHP Code

Wednesday, September 10th, 2008

Writing secure PHP (Hypertext Preprocessor) code - tips that include Part 2 and Part 3.

A Visual Guide to Version Control

Wednesday, September 3rd, 2008

A Visual Guide to Version Control does a good job of explaining this more than ever needed project software.

Collaborate with Subversion

Saturday, July 5th, 2008

Ryan Irelan in A List Apart Issue 262 provides resources which can help you work SVN version control into your current business workflow for contractors. I’ve used SVN on several occasions and agree, although I did have it screw up an Eclipse Java Project over and over about two years ago (ouch). Its definately worth the effort.

Exceptional Performance

Tuesday, July 1st, 2008

Yahoo!’s Exceptional Performance team have solid tips for improving website performance - make fewer HTTP Requests, reduce DNS lookups, avoid redirects, make Ajax cacheable, post-load components, preload components, reduce the number of DOM elements, split components across domains, minimise the number of iframes and no 404s.

Graphic Design vs Web Design

Wednesday, June 25th, 2008

Roberto Baca has some expanded conversation to add to Andy Rutledge’s article titled the Employable Web Designer. The world of the web designer isn’t a specialisation of graphic design at all, its far larger and more complex than designing posters that have buttons. The moment you add human perception, information and interaction (plus an array of technologies and sciences) then we’ve well and truely passed graphic design by the wayside. True, graphic design is a part of what we do but its a bigger, more complex picture.