One of the best aspects of WordPress is that it gives you remarkable control over your feeds, allowing you to pick and choose what you would like to display and in what way. Granted, that applies to WordPress in general, but it is infinitely useful…
Category: Scripting
Just a brief update. I have made one of the major changes to the menu generator 1.0 that it sorely needed. That was, of course, to add a full range selection of colors to choose from. Utilizing a great javascript widget I have been able…
With the completion of my 15 CSS menus recently, I decided to code up something to generate those menus more easily. This is very much a version 1.0, and is simplistic in features. At some point, I do hope to add more features but one…
I’ve decided to embark on a little project I’ve been wanting to do for some time. Sort of my version of Tidy, except covering some really old proprietary tags also. The other benefit of this, aside from the obvious, is that this will (ideally) also…
The eyeOS project is one that I have been checking in on from time to time. I’ve been keeping close watch on it because it seems to have a great deal of potential. For those who are not aware, eyeOS is exactly what people have…
As anyone who has tried to validate a website to a Strict doctype knows, the target=”_blank” attribute is no longer allowed. The most common question is Why? and there is a simple answer. In web standards, (X)HTML is for content, CSS is for style, and…
Fun with Lists 1 There are a lot of ways to use Ajax, some of which are definitely better than others. People have been working on some great encompassing scripts that will simplify the handling of multiple Ajax uses on a website. A few of…