pf » Tag: javascript on Pete Freitag's Blog

Adobe AIR Tutorial for HTML / JavaScript Developers

web 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.


This entry was:

Ext CFC

coldfusion 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!


This entry was:

CFDUMP For JavaScript

web 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.


This entry was:

GoogleBot Runs AJAX?

web 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.


This entry was:

Howto Build Server Side AJAX Suggestions with script.aculo.us

web 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.


This entry was:

Uploading Files Like GMail Attachments

web 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.


This entry was:

Tracking JavaScript Events with Google Analytics

web 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.


This entry was:

FireFox Click Wheel does not fire onclick Event

web 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.


This entry was:

AJAX Tutorial with Prototype

web 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.


This entry was:

AJAX Presentation Outline

coldfusion web Here's an outline of the presentation on AJAX that I gave today at my ColdFusion users group meeting.


This entry was:

Add an Amazon Wishlist to your Blog or Site

web 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.


This entry was:

Cheat Sheet Roundup - Over 30 Cheatsheets for developers

apple coldfusion databases java linux web 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.


This entry was:

AJAX on IE - back to the IFRAME

web On Internet Explorer in order to write AJAX based web applications you have to use an ActiveX object.

var request = new ActiveXObject("Microsoft.


This entry was:

GreaseMonkey User Scripts

web 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.


This entry was:

Venkman JavaScript Debugger Firefox Extension

web 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:


This entry was:

Subscribe to my RSS Feed: solosub RSS
Tags