-
Loading
-
Archives
- January 2012
- July 2011
- April 2011
- February 2011
- November 2010
- October 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
-
Meta
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 class, cool, effects, html, javascript, mootools, php, site, style, work
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 apple, css, safari, style, Technology, work
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
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 class, design, develop, development, download, frame free, image, install, php, project, safari, wordpress, work
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 design, leopard, mac, remote, terminal, work
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
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
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.