Skip to content

WorthPosting

  • Home
  • About

Month: July 2008

Cat Links Uncategorized

Css trick – Preload images

Posted on July 10, 2008September 9, 2026

The 2008 trick for preloading images with CSS went something like this: Neat idea, quietly broken: in CSS, when the

Continue readingCss trick – Preload images

Cat Links Uncategorized

Button Submit Once!

Posted on July 10, 2008September 9, 2026

Double-submits are as old as forms on the web: the user clicks “Submit”, nothing appears to happen fast enough, they

Continue readingButton Submit Once!

Cat Links Uncategorized

PHP and Microsoft MSSQL SERVER

Posted on July 10, 2008September 12, 2026

Back in 2008, connecting PHP to SQL Server was a weekend-destroying exercise. The mssql extension relied on an ancient Sybase-era

Continue readingPHP and Microsoft MSSQL SERVER

Cat Links Uncategorized

NOD32 blocking WampServer

Posted on July 9, 2008September 9, 2026

WampServer 2 had been working fine on Vista, then it suddenly stopped: the browser just hung and no local page

Continue readingNOD32 blocking WampServer

Cat Links Uncategorized

A textarea with maximum characters allowed

Posted on July 9, 2008September 12, 2026

Back in 2008 the standard way to limit a textarea was a clipboard-ready script from Dynamic Drive: keypress handlers, document.all

Continue readingA textarea with maximum characters allowed

Cat Links Uncategorized

Display time in page title using JS

Posted on July 9, 2008September 12, 2026

A fun 2008 trick: a snippet (credited to Mike Cullen, featured on Dynamic Drive) that updated document.title every second so

Continue readingDisplay time in page title using JS

Cat Links Uncategorized

Vars from PHP to JS and Back

Posted on July 9, 2008September 12, 2026

Passing values between PHP (server) and JavaScript (browser) confuses everyone once, because the two run at completely different times: PHP

Continue readingVars from PHP to JS and Back

Cat Links Uncategorized

Check if Cookies are Enabled

Posted on July 9, 2008September 9, 2026

If your app depends on cookies — sessions, CSRF tokens, consent flags — it is worth detecting early whether the

Continue readingCheck if Cookies are Enabled

Cat Links Uncategorized

Maximize the maximum values in php scripts

Posted on July 9, 2008September 12, 2026

PHP scripts that upload files, import data, or synchronize two databases often die halfway through for one reason: the default

Continue readingMaximize the maximum values in php scripts

Cat Links Uncategorized

Add a custom favicon to your site

Posted on July 9, 2008September 12, 2026

Mysteries Of The Favicon.ico — How To Create A Favicon In Photoshop A Favicon is a little custom icon that

Continue readingAdd a custom favicon to your site

Posts navigation

Older posts
Newer posts
  • Home
  • About
Copyright © 2026 WorthPosting | Signify by WEN Themes
Scroll Up