pf » Archives for January, 2005
January 30, 2005
Web Application Form Layout
As web application developers we spend quite a bit of time building web forms. As such, you might find Luke Wroblewski's Web Application Form Layout guide handy.Luke is the author of Site-seeing: A Visual Approach to Web Usability.
January 27, 2005
a9 Search Engine adds Yellow Pages
January 26, 2005
jTDS 1.0 Released
The jTDS Project has released version 1.0 of the jTDS JDBC driver for SQL Server and Sybase. After 3 1/2 years of development, 21 releases and 100K downloads, jTDS is finally considered stable enough and JDBC feature complete to grant the first official production release.
January 25, 2005
SHA or MD5 Digests in ColdFusion
If you need to create a message digest, you can use Java's MessageDigest class. Here's an example:<cfset digest = CreateObject("java", "java.security.MessageDigest")>
<cfset digest = digest.getInstance("SHA")>
<cfset result = digest.digest(str.
January 21, 2005
Function to Remove Extended Characters
I wrote a function today that I thought I would share. What it does is replace extended, or unicode characters with HTML/XML character entities. EG: the character à becomes à.
January 21, 2005
SPF and DomainKeys Plugin for Thunderbird
Joshua Tauberer's Sender Verification plugin for thunderbird now supports Yahoo! DomainKeys.I have been using the plugin for a few days now, and it works pretty well. You might need to tell it some IPs of mail servers on your network, but the interface makes it easy to do this as needed.
January 21, 2005
Macromedia names new CEO
Macromedia promoted Stephen Elop (former COO) to Chief Executive Officer on Wednesday (surprised no one posted anything yet). Rob Burgess will continue as Executive Chairman, and Chairman of the Board.Macromeida Press Release
January 20, 2005
Amazon DevCon
The web developers at Amazon have been treated to a private conference with 16 top speakers in web technology. Jeff Barr has been blogging a summary of each talk on the Amazon Web Services Blog.
January 19, 2005
O'Reilly Designer's Notebook Series
O'Reilly has launched a new book series called the Designer's Notebook Series. I just receivedthe books today from O'Reilly. They sent me Photo Retouching with Photoshop, and Illustrations with Photoshop, the first two books in the series.
January 19, 2005
PostgreSQL 8 Released
January 14, 2005
Amazon RSS Feeds for Finding Deals
I have (finally) added RSS feeds for finding Amazon deals to my Dealazon project.There are six standard feeds:
Hot Deals RSS Feed - most popular products that are on sale.
January 13, 2005
Color Contrast Checker
I just found this Color Contrast Checker web site on del.ic.ious. You just give it your foreground (text) color and background color, and it will tell you if there is enough color contrast "when viewed by someone having color deficits or when viewed on a black and white screen" (W3C).
January 12, 2005
Understanding MSDE 2000's Limitations in Web Applications
If your using Microsoft's light weight version of SQL Server MSDE for a web application you should understand the limitations, so you can properly configure your database connection.
January 06, 2005
More on Sunbird and Subscriptions
Apple hosts several calendars that you can subscribe to with Sunbird or iCal at: http://www.apple.com/ical/library/. To subscribe to a calendar with Sunbird, simply use File - Subscribe to Remote Calendar. Enter a name for the calendar, and the url (for US Holidays use: webcal://ical.
January 06, 2005
Mozilla Sunbird
Mozilla Sunbird is a cross platform standalone calendar application from the Mozilla Foundation. Though in the "experimental stage" it is pretty nice, and uses the same format as iCal on your Mac, so you can share and publish you calendar cross platform.
Subscribe to my RSS Feed:
RSS
RSS
Pete Freitag is a software engineer, and web developer located in





