Tag Archives: work

Alternating row styles with Javascript

I am writing a list that outputs a large amount of data in a vertical structure, with many rows the list gets hard to tell which entry is which. Now, normally I would do this via PHP, something like < … Continue reading

Posted in Code, design, fun, javascript, Technology, work | Tagged , , , , , , , , , | Leave a comment

Safari's CSS Support for multiple backgrounds on the same Style

I was browsing just now and fond something pretty interesting, Safari supports multiple background image declarations for the same style tag. .box {   background: /* Upper-left */ url(./corners_01.png), /* Upper-right */ url(./corners_02.png), /* Lower-left */ url(./corners_03.png), /* Lower-right */ … Continue reading

Posted in apple, Code, design, Technology, work | Tagged , , , , , | Leave a comment

Death to Internet Explorer 6

This morning, much like every morning, I wake, prepare for the day, walk my partner to work, get home and read through my emails and RSS subscriptions before I start my working day. This morning I came across a post … Continue reading

Posted in Life, Technology | Tagged , , , , , , , , , , , , , , , , , , | 1 Comment

CodeIgniter & Spaw Editor

I have released an updated version at http://sheldon.lendrum.co.nz/codeigniter-spaw-editor-tabs_411/10/. This new version allows CodeIgniter and SPAW TABS ! Recently I have been working on a large project for a National Sporting team, It has been a process and it is almost … Continue reading

Posted in Code, design, Technology, work | Tagged , , , , , , , , , , , , | 17 Comments

Clearing your DNS Cache in OS X

Anytime you visit a website or do any other kind of DNS (Domain Name System) lookup, the IP address conveniently gets cached. Well today a Graphic Designer I was working with to finish up a site, just couldn’t access the … Continue reading

Posted in apple, Code, Technology | Tagged , , , , , | Leave a comment

Starting off using a Framework.

The last few days I have started coding with a PHP Framework. I am using an opensource framework Code Igniter by Ellislab. I have never used a framework for coding before so this is quite a change from my normal … Continue reading

Posted in Code, Technology, work | Tagged , , , | 1 Comment

Holding Pages

As a regular internet explorer, I visit a lot of different sites, as a web designer/programmer I am always looking and learning from every half decent site i see. One thing that I really dont understand, is a holding page … Continue reading

Posted in design, work | Tagged , | Leave a comment

Project Management and Developers

Robert Kern of www.robertkern.com has found this great article about Project Management and the view from a web developer written by Brandon Ching. I think it is a great article.

Posted in Life, work | Tagged , , | 1 Comment