- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- TopStyle (26 days)
- javascript.com (4 days)
- webreference.com (4 days)
- JavaScript Tip Archive (6 days)
- Jim Waldo (955 days)
- petes eats (791 days)
- flaver (785 days)
- spikefu (1147 days)
- Developer Dispatch (335 days)
- FlashComponents.net (1706 days)
Are Coders Nice?
A few months ago, the team my husband works on was hiring a new developer, and I overheard my husband talking to a friend he was considering recommending for the position. I surprised myself by my gut reaction which was,... (translate)
Work Flow Optimizations for Short Development Cycle Team
One of the responsibilities of being a technical manager is to optimize work flows and create self sustaining systems for the teams that you manage. One of my teams operates on an extremely short development cycle. They begin coding in... (translate)
Livecycle Data Services 3.0 is out
Livecycle Data Services 3.0 is now available. There’s a free developer edition that you can download and play right away and our new and improved documentation (thanks to Michael Peterson) is here. I’m especially excited about all the new messaging features such as reliable messaging, message throttling, the new LCDS Edge Server, and a new Java [...] (translate)
Flickr mesh-up with actionscript 3, REST or SWX
Today I spend my afternoon to configure a part of a full Flash website that interact with Flickr and that retrieve data from my account without any appication authentication but only with my Flickr key. First of all I was really impressed about how many languages you can use to bring Flickr photos and use in [...] (translate)
PDF Portfolios & ColdFusion 9
I think that one of the coolest features in ColdFusion 9 is the ability to create PDF Portfolios. But this feature isn't one that I hear anyone talking about. Why? Well, I find that most ColdFusion developers--and I've talked to a whole lot about this--have never heard of PDF Portfolios. So what I need to do here first is point you to some info about PDF Portfolios themselves. The best place to start is with this Adobe Acrobat 9 help documentation. Check out all those cool features! Let's say you need ColdFusion 9 to send multiple pieces of content via (translate)
LCDS 3.0 released
LiveCycle data services 3.0 is finally available. Thanks for everyone who provided us valuable feedback and helped us improve the quality and usefulness of the product. The major changes to this release compared to the previous (lCDS 2.6.1) are: Model driven development of Flex applications – Fiber and the Flash Builder Modelling plugin improves the productivity of [...] (translate)
Next Stop: NFJS Rocky Mountain Software Symposium
I speak on Flex and Java Integration, Flex and Hibernate and Collaborative real-time RIA this Sunday (November 22, 2009) at the No Fluff Just Stuff (NFJS) Rocky Mountain Software Symposium in Denver, CO. If you are in Denver and coming to the show, I hope to see you there. Bookmark It Hide Sites (translate)
Validation in Flex with Hamcrest-AS3
Hamcrest? No, it isn't a fancy sandwich topping. Hamcrest is a framework for creating matchers, allowing matching rules to be defined declaratively (from Wikipedia). Hamcrest has been used by many popular unit testing frameworks including JUnit and FlexUnit 4. Hamcrest-AS3... (translate)
Java SOAP Client
I ran into a short problem writing a Java SOAP client. I was using the Axis[2] wsdl2java class to generate my Java classes. The latest version of wsdl2java has omitted the -T parameter that’s used to specify the SOAP version for the generate classes. The client’s soap endpoint only accepts SOAP 1.1 (not [...] (translate)
Google Closure: a new way of developing in JavaScript
Preface Every day million people make use of Google products and these products are written mainly using one well known language: JavaScript! What makes this online software stable, fast and responsive is a good use of the language and an... (translate)