CSS: Providing seven essential vitamins and minerals since 1996.
Have a steaming hot, delicious slice of Standards.

Technical Blog

Tech Pundits and Microsoft

February 16, 2010 by richard

The pundits always seem to see history repeating itself, e.g., "The last time Apple had a head start, Microsoft came in and cleaned their clock". A statement which compares Apple's success with the iPhone to the original Mac's debut and success in the '80s.

More

jQuery Slideshow Crossfade Addendum

December 21, 2009 by richard

For the handful of folks wanting to see my jQuery slideshow with a crossfade effect, the following code includes the necessary modifications so that at the moment one slide begins to fade out the next begins to fade in.

More

Tinkering

October 16, 2009 by richard

Over the past few weeks I've been delving into a lot of things that have always been on my todo list, but always seemed too esoteric or complex to explore.

More

Grrrrrrr Abode AIR!

July 18, 2009 by richard

Since it came out a couple years ago, I've held onto a fascination of sorts with the Adobe AIR runtime. The idea of developing desktop applications with web technologies is very appealing to me. In the past few days I've finally got around to writing Adobe AIR support directly into my Hierophant PHP framework.

More

Making a Slideshow with jQuery

May 8, 2009 by richard

Recently, I had the good fortune to see my newest book published, Beginning JavaScript and CSS Development with jQuery. Suffice to say, I've become a pretty big fan of jQuery, and how effortless it makes certain development tasks. If you're not familiar with jQuery, consider having a look at my book, which provides a relatively comprehensive introduction to this ever more ubiquitous JavaScript library.

More

...is now available on Amazon! Go buy a copy!

More

Exploring Polymorphism in PHP

September 26, 2008 by richard

This is one of those weird programming terms that I never bothered to learn, but discovered that I had already been using for a long time.

Polymorphism is an object-oriented programming design pattern. When you create an object, you have one or more methods (or functions) that each have a predefined purpose, each being a tidy, reusable black of code that you can use over and over again. The concept of polymorphism allows you to have one reusable block of code, i.e., a function, and have another reusable block of code that implements the same functionality of the other block verbatim, in addition to extending that functionality in some way.

More

Archive

Copyright © 1998-2010 Richard York, All Rights Reserved.
PHP Powered XHTML 1.0 CSS
Execution time: 0.138 seconds