- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- TopStyle (2 days)
- javascript.com (17 hours)
- JavaScript Tip Archive (14 hours)
- webreference.com (2 days)
- Jim Waldo (546 days)
- petes eats (383 days)
- flaver (377 days)
- spikefu (739 days)
- Developer Dispatch (15 days)
- FlashComponents.net (1298 days)
Presentation from yesterday (i18N in Flex)
Here is the presentation material from yesterday. i18N (Internationalization) in Flex Applications (PDF PPT) Please share any feedback that you may have to improve next presentations. (translate)
Effective Indoctrination
My latest corporate indoctrination seminar experience. Not as bad as you might expect.... (translate)
Ever wonder about the XML config files in ColdFusion
As most of you know, every setting in the CF administrator is stored in XML files in the CF application folder. There are a few setting in these xml files that are not available in the CF admin. Though, trying to find out what XML file contains what settings have often lead me to turn to google and blindly do search after search, until I found some blog entry talking about using the jrun-web.xml file to change the port number of the built in webserver not the web.xml file. So, I thought... Someday when I have lots of time, I (translate)
Camera Raw, DNG Converter 4.6 now available
Camera Raw 4.6 and the DNG Converter 4.6 has been posted to Adobe.com for Mac and Windows. This release adds support for raw formats from the following 15 camera models: Canon 1000D (Digital Rebel XS/EOS Kiss F) Canon 50D Fuji FinePix IS Pro Kodak EasyShare Kodak Z1015 IS Leaf AFi II 6 Leaf AFi II 7 Leaf Aptus II 6 Leaf Aptus II 7 Nikon D700 Nikon D90 Nikon Coolpix P6000 Olympus SP-565 UZ Pentax K2000 (K-m) Sigma DP1 Sony A900 Lightroom/Camera Raw PM Tom Hogarty notes, "You won't find this update listed on our traditional Camera Raw (translate)
Open Source Contributions and MAX
I'm late in posting this, but congratulations are in order for Josh Buhler and Brian Telintelo for having 10 patches accepted. In return I've bought them each 3 Adobe-related books and we've paid for their MAX ticket in San Francisco.... (translate)
Seeing political links in color
Andy Baio and Joshua Schachter teamed up to create a totally interesting project for the political season: a way to immediately visualize the links from political blogs on Memeorandum based on how they tend to link -- to more conservative (shown with red tint) or more liberal (shown with blue tint) blogs. They write: ...we used a recommendation algorithm to... (translate)
The Basics of Form Guides
What is a form guide? A form guide is a wizard based in Adobe Flash that you can create as an alternative method for your users to enter data onto your form. A user is literally guided through the data... (translate)
Refactoring - Good or Bad?
If you anything like me, you go to make a change to some code you wrote a year ago and wince. I want to drive right in and replace my horrible clunky code with my nice new shiny code. (translate)
Building 3D Flash Sites that Work
http://www.airtightinteractive.com/news/?p=166 (translate)
ValidateThis! - Object Oriented Validations Demo Now Online
I have put together a demo of my validations framework for ColdFusion that I have been working on for the past several weeks. It's available here. The demo shows how the framework can take a simple xml file, which describes the business rules for an object, and generate client-side and server-side validations on the fly. It is a proof-of-concept, running in an environment identical to that which would be used in a real application. It is a simple, one-page example, but is utilizing Coldspring and Transfer behind the scenes. From the demo page one can view the xml file that (translate)