pf » Tag: html on Pete Freitag's Blog
February 25, 2008
Adobe AIR Tutorial for HTML / JavaScript Developers
I spent a some time this weekend preparing for the Adobe AIR & Flex 3 Launch Event at my ColdFusion user group. One thing I wanted to show people was how to build a simple Adobe AIR Desktop Application using HTML & JavaScript.
October 06, 2006
Uploading Files Like GMail Attachments
Google's GMail has a nice way of allowing you to add multiple attachments to an email. Rather than showing you 10 file upload boxes at once, the user attaches a file, you can click a button to add another attachment.
June 07, 2006
Watch out for Autocomplete
I ran into a funny problem today that had to do with the Autocomplete feature in Firefox. If I had autocomplete turned off on my computer it would have been very hard to debug this issue, but I quickly realized that autocomplete was the problem.
May 03, 2006
Howto Build a Form That Isn't Annoying (Part 2)
This is the second part of my multi-part series called: How to build a form that isn't annoying. After posting part 1 I received lots of great feedback in the comments.
February 13, 2006
Textile for ColdFusion
A few weeks ago I mentioned that I had an open source project in the pipeline. Well I've been really busy so I haven't had a chance to release it until now...I built a UDF for converting textile markup into HTML markup.
You can learn more about textile here.
January 11, 2006
Styling Your forms with CSS and Labels
I had a comment asking about styling forms using CSS with the label tag in my last blog entry, so I thought I would write another post to show an example.
October 07, 2005
Turn off autocomplete for credit card input
Memo to web developers building sites that accept credit card numbers:Always, always set autocomplete="off" in the input tag.
September 01, 2005
Cheat Sheet Roundup - Over 30 Cheatsheets for developers
Lets face it, unless you have a photographic memory, no developer can remember all the different functions, options, tags, etc. that exist. Documentation can be cumbersome at times, thats why I like cheat sheets.
June 15, 2005
How to add RSS Autodiscovery to your site
I sometimes see web sites or blogs that have RSS feeds, but fail to include the one line of HTML that enables RSS autodiscovery. Even some well known blogs such as 37 Signals - Signal Vs Noise omit the feature.
May 19, 2005
Regex to Replace Multiple Blank Lines with One
I'm working on a function to strip HTML, but preserve things like paragraph spacing. In removing HTML tags, sometimes you end up with lots of blank lines...
April 06, 2005
Blocking Mozilla / Google Prefetch
Mozilla browsers support a feature called link prefetching, which allows a web page to tell the browser to prefetch a url if it is idle. Google has been using this technique in their search results, telling Mozilla to start loading the first result. I also noticed that MXNA 2.
April 04, 2005
How HTML Validity Affects E-Mail Deliverability
ClickZ has a good article on how HTML Validity affects e-mail deliverability.The article points out that AOL is checking for valid HTML in email messages, and will reject mail with a 554 HVU:FO error response.
AOL HVU:FO Error:
March 11, 2005
Where are my ALT tooltips in Firefox
I was wondering why Firefox doesn't show tooltips when you use the alt attribute in img tags like IE does. Turns out IE should not be displaying alt messages in tooltips, the title attribute is designed for that.But don't stop using the alt attribute, thats required for accessibility.
Subscribe to my RSS Feed:
RSS
RSS
Pete Freitag is a software engineer, and web developer located in





