Skip to content

SiteKickr Web Development

search
search
Jun13CSS, Style & Presentation

Apply style to a specific table column – using minimal markup

If you wish to apply a certain CSS style to, say, all rows in the 4th column of a table, you might think assigning a…

Jun10Server / Performance, SQL / Database

SQL Conditional Update – Update only if NULL

When you find yourself needing to update a record column only if the column is currently NULL (where you don't want to overwrite actual data),…

Jun10June 10, 2011Algorithms, ColdFusion

ColdFusion SQL Bulk Insert based on structure keys

I realize this particular requirement might be rare, but it comes in handy when you have an XREF (cross-reference) table which ties two tables together.…

Jun08June 8, 2011Server / Performance, SQL / Database

MySQL Bulk Update with ColdFusion

The example below demonstrates the use of the MySQL CASE statement to cleverly construct a bulk update statement. A huge performance boost over performing individual…

Jun07CSS, Style & Presentation, HTML

Use DLs instead of tables for key / value lists

If you're looking to display a simple key/value list, such as a list of user's contact information, a table might be overkill. I'd suggest the…

Jun06Server / Performance

Mod Rewrite w/ HTTP Authentication

Putting a site behind HTTP Authentication is a pretty simple task, but when your site is being served by another application server – let's say…

Jun05June 5, 2011Brick Wall, SQL / Database

MySQL AsText returns BLOB

I've seen many posts regarding this issue, but most point to a bug in MySQL 5.0, resolved in 5.1. This may be true, although I'm…

Jun04June 4, 2011Brick Wall, SQL / Database

MySQL GeomFromText Polygon returns null

Trying to add a POLYGON using GeomFromText? I don't know about you, but although it's documented as being able to "construct a geometry value of…

Jun04ColdFusion

ColdFusion function / CFC – dynamic arguments

Passing a dynamic number of arguments to a ColdFusion function is possible, but the method isn't obvious. ColdFusion provides the argumentCollection attribute, which assists the…

Jun03June 3, 2011Brick Wall

Constant Contact REST API – New Subscriber

This is not a typical post, but I just had to share as it took me a good afternoon of trial error to figure out…

Posts navigation

Previous 1 … 29 30 31 … 37 Next
© 2025 SiteKickr