-
Archives
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
- December 2009
- November 2009
- July 2009
- May 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
-
Meta
Category Archives: work
I wish CSS was smarter…
There’s a wonderful technology for XML called XPath. XML as you may know is a structured markup language that represents a document as a tree. XPath allows you to find parts of that tree (called nodes, actually there are several … Continue reading
Posted in web, work, xml
Leave a comment
The Toyota Way
Today I read Elegant Solutions: Breakthrough Thinking the Toyota Way [pdf], by Matthew May. It’s an inspiring read that really challenges some notions of what should drive business. The most impressive part (and perhaps the most in need of pronoun … Continue reading
Posted in left-brain, right-brain, society/culture/news, work
Leave a comment
My (First) Spin-Off
Well folks, I’m spinning off my left-brain into a new blog. I’ve decided that I’ve been mixing too many different types of information into this site and want to separate out my work-type thoughts into a new blog and keep … Continue reading
Posted in apple/mac/ipod, blogtech, privacy/secrecy/security, programming, technology, web, work, xml
6 Comments
Javascript Logging
Today I wrote a handy-dandy snippet of Javascript to allow me to use Firebug-style logging for non-Firebug browsers. This is great for keeping track of things in Javascript, though its woefully underpowered compared to Firebug. Here’s the initial code: window.console … Continue reading
Posted in programming, web, work
Leave a comment
Writing a REST Webservice: part 2 “REST Requirements”
Today’s REST topic concerns the environment in which you can serve a REST web service. If you noticed from yesterday’s article our table “A Blog Broken Down” explaining our representations showed several URIs. There are few ways to store your … Continue reading
Posted in web, work, xml
6 Comments
Writing a REST Webservice: part 1 “What is REST?”
I’ve been working a lot recently with Yahoo’s great Javascript toolkit, YUI and have used it to talk to some web services I’ve created for various apps done in the REST style. REST is an architectural style that encourages the … Continue reading
Posted in web, work, xml
Leave a comment
Building the One Repository
Yesterday I completed work on a task that I’ve been ducking at work for about a month: combining all of our software repositories into one, big repo.
Posted in technology, work
Leave a comment
sed is great!
Today I finally got around to working smarter I learned how to use sed. I’ve been working on a project at work for a few weeks that consists of a few hundred or so ASP files. Each of these files … Continue reading
Happy Day!
I got great news for a Friday afternoon–gainful employment! Administrative Information Systems has decided to transfer my position be my new home. Quite fun. I will be keeping my existing projects too, which is pretty sweet. Today I met with … Continue reading
Read Faster By Reading More!
Wait, that’s not the moral of this anecdote from O’Reilly Radar…
Posted in anecdotes, funny, work
Leave a comment