Download JPG’s with ColdFusion from a Linux server

[lang_en] I am working on a Flex and ColdFusion file upload/download component and came across the fun Linux and Windows file format issues. The files will upload correctly but if you try and pull down a JPG file form the linux server with ColdFusion’s tag with the default charset it will not come down correctly. <cffile action="read"    file="#folder#/#filename#"...

Read More

Flex 2 MXNA RSS Reader Example #2 (HTTPService)

This example RSS Reader does exactly what my first Macromedia XML News Aggregator (MXNA) RSS Reader Example does, except it uses HTTPService to do it with. MXNA can be found here http://weblogs.macromedia.com/mxna/. This example shows how to load external XML data with HTTPService(ie: RSS feed or Atom feed) and parse through the data. It display the data using a repeatar class and uses navigateToUrl to provide links back to the blog posts...

Read More

Flex 2 MXNA RSS Reader Example

This example RSS Reader is specific to reading the Macromedia XML News Aggregator (MXNA). MXNA can be found here http://weblogs.macromedia.com/mxna/. This example shows how to load external XML data (ie: RSS feed or Atom feed) and parse through the data. It display the data using a repeatar class and uses navigateToUrl to provide links back to the blog posts themselves. To see the application run go to http://renaun.com/flex2/MXNARSSReader/ To...

Read More