-
How I use utm_source, utm_medium, utm_campaign from Google Analytics
My friend Adam called me this evening to ask how I’ve used the Google Analytics tracking codes utm_source, utm_medium, and utm_campaign. He’s working on an app to help marketers generate HTML e-mails, and is thinking about automating the inclusion of these tracking codes. The utm_medium is pretty straightforward in that the medium would be values…
-
Small-caps, web text, and CSS
There’s a trick to getting small-caps to work on the web, and it’s counter-intuitive. Let’s say you had an abbreviation, like CSS, that you wanted to put into small-caps, say with a little extra tracking. You might think you could use the CSS property font-variant: small-caps, and you’d be good to go. Not so. Here’s…
-
The problem with the line break (BR) tag
-
Google Analytics for WordPress (version 4.09) trips HTML validation when tracking outbound links
-
I got to help UXmatters with print styling
-
jQuery: Show password checkbox
-
XSL to get text from Apple Pages documents
-
HTML form fields that, when not selected, do not even send a field name upon submit
Checkboxes and radio buttons that have not been checked and multiple select lists that have no selection submit nothing upon submission of the form. It’s as though they aren’t even there. At first, this may seem obvious (Well, yeah, you didn’t select them, dummy!), except that it runs counter to every other form field. If…
-
Ladies and gentlemen: introducing REGEXER.COM!
My friend Adam has been tapping at the keyboard and pacing again. This time, he’s working on a project called Regexer. For many programmers and Web developers, having to write up a regex (regular expression, a pattern matching utility found in many programming languages) involves having to dig out a book or look up a…
