Skip to content

SiteKickr Web Development

search
search
Mar12Algorithms, ColdFusion, Server / Performance, SQL / Database

Bulk inserts to reduce trips to database

By combining multiple inserts into one bulk insert statement, you can reduce the total number of statements sent to the database, speeding up combined execution…

Mar11March 11, 2011JavaScript

Background Image – Stretched and Constrained Proportions

This morning, we set about finding a way to stretch a site background image with the following requirements: The background must fill the height and…

Mar10March 10, 2011HTML, Web Marketing / SEO

Events SEO – Marking up with CSS, HTML & Microdata

There have been improvements in the HTML specification that now allow us to better mark up our event information. The microdata specification now allows us…

Mar07March 7, 2011JavaScript

Combining custom JavaScript with jQuery Mobile

If you've tried integrating your own JavaScript into a jQuery Mobile site, you might find that it executes only once, on the first page the…

Mar07JavaScript, One-Liner

PDFs / Docs in mobile browsers

Not all mobile browsers posses native support for PDF, DOC and other formats. But, by leveraging Google's Document Viewer, you're able to present these files…

Mar07March 7, 2011JavaScript

jQuery Mobile – l.data(“page”) undefined

In our experiments with jQuery Mobile, specifically when applying jQuery Mobile to an existing website, we've encountered one error more than any other. That error…

Mar04March 4, 2011ColdFusion, Web Developer Resource

Country, City, State and Other location information from IP Address

If you wish to determine a remote visitor's country, city, state, postal code and other location information, I'd personally recommend integrating with a web service…

Mar01June 20, 2011Server / Performance

Browser caching in 60 seconds

There are a multitude of articles out there on browser caching. If you're using Apache as your web server and want to cut to the…

Mar01March 1, 2011JavaScript, One-Liner

Valid XHTML Strict / target attribute

$('.target-blank').each(function() { $(this).attr('target', '_blank'); }); One line of jQuery, as shown above, allows you to omit your target attribute in favor of the XHTML Strict…

Feb27February 27, 2011CSS, Style & Presentation, HTML

Two column list – the elegant way

If you have two individual lists, instead of stacking them, you'll be able reduce scrolling by placing them side-by-side. The example below demonstrates one elegant…

Posts navigation

Previous 1 … 30 31 32 33 Next
© 2025 SiteKickr