pf » Tag: javascript 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.
December 12, 2007
Ext CFC
Brian Love has released Ext.cfc which allows you to easily use the Ext.js library with ColdFusion. This makes it easy to create a CFGRID like UI in JavaScript, without CFGRID, or ColdFusion 8.This was also covered on the Ext blog and Ajaxian - nice work Brian!
December 19, 2006
CFDUMP For JavaScript
Of all the tags in ColdFusion, CFDUMP has to be one of the handiest tags. Any ColdFusion developer who uses the tag has probably at some point wanted to use it in other languages.
December 06, 2006
GoogleBot Runs AJAX?
I saw this curious line in my log files today:212.36.25.102 - - [06/Dec/2006:17:00:50 +0000] "POST /suggest.cfm HTTP/1.1" 200 232 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
That's GoogleBot doing a POST operation to suggest.
December 06, 2006
Howto Build Server Side AJAX Suggestions with script.aculo.us
I'm a big fan of the script.aculo.us javascript library. I have been using some of the effects on a dashboard console for one of my clients, it has been quite nice to work with, and has really helped improve the user experience.I also used script.aculo.us on cssdocs.
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.
September 28, 2006
Tracking JavaScript Events with Google Analytics
Did you know that you can track JavaScript events with Google Analytics? I just found this out... It's pretty cool, because allows you to track things like outbound link clicks, AJAX calls, static files, and more.
May 08, 2006
FireFox Click Wheel does not fire onclick Event
I just noticed something today in Firefox (on Windows, probably the same on Mac haven't tested yet). Suppose you have a link with a JavaScirpt onclick event such as:<a href="deleteTB.
December 13, 2005
AJAX Tutorial with Prototype
Here's the AJAX prototype example that I used in my AJAX presentation today.I wanted to give an example of a good use of AJAX, and at the same time keep it simple. So I thought a good example
would be to build a zip code verifier.
December 13, 2005
AJAX Presentation Outline
Here's an outline of the presentation on AJAX that I gave today at my ColdFusion users group meeting.
November 23, 2005
Add an Amazon Wishlist to your Blog or Site
I built a simple tool that lets you create an amazon wishlist blog badge. It generates compliant HTML via some javascript that you can insert into your blog or website template, and style with CSS.Here's an example:
img.
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.
August 17, 2005
AJAX on IE - back to the IFRAME
On Internet Explorer in order to write AJAX based web applications you have to use an ActiveX object. var request = new ActiveXObject("Microsoft.
May 11, 2005
GreaseMonkey User Scripts
After hearing a lot about grease monkey I finally got around to installing it and playing with it, and it's pretty cool!.What is greasemonkey?
It's simply a firefox extension that allows you to run JavaScript User Scripts when the current page matches a URL pattern specified.
December 29, 2004
Venkman JavaScript Debugger Firefox Extension
I just came across a JavaScript Debugger Extension for Firefox. It's a little slow and clunky still, but it looks like it is in active development. The mozilla debugger looks much better than the Microsoft Script Debugger.Screen Shot:
Subscribe to my RSS Feed:
RSS
RSS
Pete Freitag is a software engineer, and web developer located in





