News > Tags > code

CSSTitle: Tooltips with Style

A demo of the CSSTitle library is now available.  This library makes it easy to apply... (Read More)

Smart XML, Part 1: Encoding and Decoding Entities

One of the major challenges in building a strong framework for web applications is XML handling. PHP 5's XML functions,... (Read More)

Immutable Object Members in PHP 5

In object-oriented programming, it is often useful to access members of an object within another object, like so: ... (Read More)

Another Ruby Except Method

In a previous article I documented an "except" method for arrays in Ruby.  This method ... (Read More)

Except Methods for Arrays in Ruby

While working on the next generation of an adventure game engine I wrote, ... (Read More)

Using Cookies in JavaScript

Cookies can be a useful tool for storing small pieces of data like user preferences in rich web applications. JavaScript is... (Read More)

Two Helpful Tricks for Cross-Browser Compatibility

One of the biggest hassles in modern web development is cross-browser compatibility. If you've ever thought you were... (Read More)

Making a Popup Window with HTML and JavaScript

The DND library is a powerful JavaScript component that makes it easy to add drag-and-drop capabilities to web page elements.... (Read More)

Select Boxes with Style

Update,... (Read More)

A Smarter Select Tag for HTML Forms

One of the often repeated tasks I've noticed in web development is the need to write logic for selecting an option in a... (Read More)

Account

Register Account

Forgot Password

More Articles

End of Life for PHP 4

Chris Shiflett...

Migrating to Phrameworks 1.0.1

Nobody can say I don't drink my own Kool Aid.

CSSTitle: Tooltips with Style

A demo of the CSSTitle library is now available.  This library...

Shoot Em Up

Just a quick note to mention that Galactic Front is back...

More XML Woes

"XML is like violence. If it doesn't solve your problem, you're not using enough of it." ...

Smart XML, Part 2: Converting HTML Entities for XML

Yesterday I discovered a bothersome feature in PHP 5's DOM library.  Loading XML data into a...