pf » Archives for April, 2005
April 28, 2005
High Performance MySQL
I just received my copy of High Performance MySQL by Jeremy D. Zawodny (from Yahoo) and Derek J. Balling.
April 27, 2005
Please do not go to this website!
Via Loose Wire - Someone has registered the domain googkle.com, the site attempts to install spyware, viruses, etc.
April 27, 2005
Designing from the outside in
The O'Reilly Radar has an entry Designing from the outside in - the design philosophy of 37 Signals - the design firm that created the BaseCamp Project Management suite.
April 27, 2005
Firefox Tip: Begin Finding when you begin typing
Here's something a co-worker showed me today that is pretty handy. In Firefox, goto Tools - Options - Advanced - Accessibility, and check Begin Finding when you begin typing.
April 26, 2005
Eclipse Spell Checker Plugin
I just tried out an eclipse plugin for spell checking. It works with the CFEclipse plugin, Java, JavaScript, JavaProperties, XML, HTML, JSP, and PHP.While the dictionary could use some work, the plugin is pretty good.
Just download it and unzip to your eclipse directory.
April 21, 2005
Fooling Amazon
As I mentioned the other day I ordered Mac OSX 10.4 for $95 off of Amazon. Since Tiger is not out yet, and I selected free shipping, and group my packages into as few shipments as possible, Amazon was holding the other items that I ordered and waiting to ship them until Tiger arrived.
April 21, 2005
Spammers now using ASCII Art
I just got some spam emails within the last few days that contained ASCII Art messages. This is clever, and they did make it past spam assasin. The last one I got received a spam assasin score of 3.0, a 5.0 is required to classify a message as spam on our server.
April 20, 2005
Upgraded to BlueDragon 6.2
I just upgraded to BlueDragon 6.2 on our secondary web server, it was previously running BlueDragon 6.1. The process was pretty smooth, I was worried about having the server down for an hour while I upgraded, but it turned out that I only had a few minutes of down time.
April 20, 2005
Macromedia Flex Hosting?
I was wondering why there aren't any hosting providers that offer Macromedia Flex hosting (or should I say Adobe Flex hosting).
April 19, 2005
Identity Theft
I think I finally put my finger on why hard-core Macromedians are generally un-easy about the pending Macromedia acquisition. Its that everyone hates Adobe.
April 19, 2005
The Day After the Storm
I refrained from posting about the merger yesterday, though I had some thoughts written up - I never got around to posting them. Lots of people have commented on the topic since, Jason Kottke has a good summary of some of the recent talk about the merger.
April 18, 2005
Upgrade to Mac OS X 10.4 Tiger for $95
I just ordered my upgrade to Mac OS X 10.4 Tiger off of Amazon because they have a $35 mail in rebate if you order by May 1st.I also grabbed a copy of iWork 05 for $74, and iLife 05 for $69.99 (saving another $16). You can get some good deals at Amazon on Apple software.
April 15, 2005
Textamerica MoBlog Developer API
Textamerica has released their new developer api for mobloggers. They are also giving a $500 prize to the first 20 applications (with source code) which we deem to be the most useful to the Textamerica Community as a whole.The first example app is a Textamerica4j by David Czarneck.
April 14, 2005
Web Standards Browser Test
The Web Standards Project has a new web standards test for browsers called the Acid2 test. No web browsers can currently pass the test. Here's what Firefox (1.0.
April 14, 2005
Linux getting the shaft in ColdFusion 7
I was just looking at the Linux system requirements for ColdFusion MX 7. For supported linux operating systems, it lists: Red Hat Enterprise Linux AS & ES 2.1 or 3.0
SuSE Linux Enterprise Server 8.x
TurboLinux 8 Server (Japanese only)
In 6.
April 13, 2005
CFFUNCTION and CFARGUMENT don't support new types in ColdFusion 7
One thing I just realized today - that is a bummer, is that the new types supported by cfparam, and IsValid (eg integer, email, zipcode) in ColdFusion 7 are not supported by the returntype attribute in CFFUNCTION, and not supported in the type attribute of CFARGUMENT. Whats up with that?
April 13, 2005
Web Distrbuted Data Exchange
That's what WDDX stands for. It was created in 1998 by the folks at Allaire (headed by Simeon Simeonov) 7 years later the web is just starting to embrace the concept. Granted, not many folks are using WDDX, rather they are using SOAP, or REST web services.
April 12, 2005
Phishing - Over 90% at risk
A study conducted MailFrontier shows that 92% of the 12,000 people surveyed got at least one question wrong in the 10 question email phishing survey. The study was conducted in the UK.
April 12, 2005
ReturnPath aquires BondedSender
ReturnPath has announced that they are aquiring BondedSender from IronPort Systems.BondedSender is a dns whitelist that companies must pay a bond ($$), and go through a TRUSTe privacy certification in order to get listed on.
April 12, 2005
SSL for International Domain Names
I didn't know that you couldn't buy SSL certs for international domain names (naive americans). I have only ever bought them for .com names.
April 11, 2005
Objection - Firefox Extension for removing Local Shared Objects
Greg Yardley has created a firefox plugin called Objection in response to my, and other blog posts about the privacy concerns of Local Shared Objects, or Flash Cookies.The plugin adds a clear button for Local Shared Objects to the privacy options in Firefox.
April 08, 2005
How to Remove Search Plugins in Firefox
Search Plugin's in firefox are a pretty cool feature, especially since they are so easy to make. However if you want to remove an installed search plugin I can't find any way to do this inside firefox. It should be in the extensions manager, or something like it.
April 08, 2005
Related Posts
As you may have noticed I recently added tags to my blog. The main reason I implemented tags was so that I could find related posts based on mutual tags. So if two posts have similar tags, they will show up in as related.
April 07, 2005
Laszlo gripes resolved
About a month ago I linked to Geert Bevin's post about his frustrations with Laszlo (an xml to swf generator). Geert, has posted an update since moving to the latest version of Laszlo.
April 07, 2005
Save your self some typing
If you want to save yourself some typing, note that cf_sql_varchar is the default value for the cfsqltype attribute in the cfqueryparam tag.So you can omit the cfsqltype attribute, if your type is cf_sql_varchar at the expense of some readability.
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 06, 2005
Thread Priority, and Yielding
Suppose you have a page that is only run by background processes, or a page that can take a lot of resources, but you don't want it to. Since ColdFusion MX is written in Java, you can access the thread object that your CFML request is running as.
April 05, 2005
6 Tags for ColdFusion beginners
The ColdFusion Developers Journal has an article called: CF Six Pack by Greg Cerveny which lists 6 tags new developers should be using.I pretty much agree with all the tags on the list, except for cfsetting, I think if your a newbie, just enable whitespace suppression in the CF admin.
April 05, 2005
CFIMAP Rocks - And so does IMAP
BlueDragon's CFIMAP tag is awesome! I use IMAP for my email, and because of that I tend to store a lot of mail, especially old mailing list messages. I was telling our linux dude, Steve, that I wanted a way to remove messages in certain folders that are older than, say 30 days.
April 05, 2005
QuickSilver
I have read things about QuickSilver for a while, but never got around to trying it. Well I finally installed it, and had my ah-ha moment with it.
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:
April 02, 2005
c|net Falls for April Fools Joke
This is what happens when media companies take bloggers too seriously. Or perhaps we shouldn't be taking the media too seriously?Matt Raible posted an april fools joke saying he was going to work for Microsoft, much like Rob Rohan's april fools post.
April 01, 2005
Connection Failure with Yahoo Web Services and ColdFusion
If you tried using the Yahoo Web Services with CFHTTP and your cfhttp.filecontent variable had the value: Connection Failure, or if you had throwonerror="true" and you got the error: Connection Failure: Status code unavailable it is due to an encoding issue.
Subscribe to my RSS Feed:
RSS
RSS
Pete Freitag is a software engineer, and web developer located in




