Tuesday, November 29, 2005

A Preview of Flex Beta 1

I know it's all over the blogs already but here's a link to the new features in the Flex 2 Beta 1 release.

Mark Anders' Blog: Flex Friday Demos: A Preview of Flex Beta 1

Monday, November 28, 2005

CSS Templates

Found this on digg. Looks like good stuff, I hate wasting time trying to line things up just so. I'm all for anything that will make that easier :)

intensivstation :: CSS Templates :: Templates

Wednesday, November 23, 2005

OMNOVA Design Center Ver. 2.0

Well we launched phase 2 of the OMNOVA design center today. It didn't go quite as smoothly as we hoped but then again, it never does. The new version has a second product line with about 4500 SKU's and some pretty cool new features. Check it out at the link below.

Design Center

Tuesday, November 22, 2005

WiFi Sniffing

Good story about WiFi sniffing at a coffee shop I frequent. Be very carefull what you do on public WiFi networks.

Network Intrusion / Invasion

Wednesday, November 16, 2005

Sony BRAVIA - The Advert

Got this link from a friend today. Very cool, they didn't use any CGI, it's all real bouncey balls.

Sony BRAVIA - The Advert

Tuesday, November 15, 2005

Study Predicts Political, Economic Turmoil If UN's Internet Governance Schemes Succeed - Yahoo! News

Not sure how big of a threat this actually is but it sounds pretty scary to me. The UN has enough problems of its own, they don't need to worry about controling the Internet.

Study Predicts Political, Economic Turmoil If UN's Internet Governance Schemes Succeed - Yahoo! News

Here's a quick tip for ya....

If you're encrypting querystring variables and then pulling them into Flex (I think Flash will do the same thing) be sure to check your string for a plus sign ("+"). We spent over two hours this morning trying to figure out why a web service call was bombing. Turns out Flex will replace a "+" with a space (" ") so the id it was passing to our web service had a space in the middle of it which caused it to fail. To fix it we did a replace on the back end to put the "+" back in. Good times....

Monday, November 14, 2005

XD: Design for Devices

I've been interested in working with mobile devices for a while now but I just haven't gotten around to actually doing it. Not to mention trying to find a mobile phone here that supports Flashlite, isn't exactly the easiest thing to do. Anyway, here's a good article on design for multiple devices...

XD: Design for Devices

Friday, November 11, 2005

Macromedia Flex Apps

OMNOVA Solutions - Design Center

Active Dashboard

Here are a couple of Flex apps we've built so far. My co-worker is a Flash/Flex genious, he built all the front end stuff. I mainly built the back end. The data is all pulled using .NET web services and SQL server databases. I think they turned out pretty well. Our biggest problem initially was figuring out how to make Flex read in the data from the web service. We eventually learned that the results set had to be structured as an array of objects. In the future I think we'll be using Coldfusion to write the web service and CFC's. It's a lot simpler :)

Macromedia XML News Aggregator

Macromedia XML News Aggregator

Great source for Macromedia related news and events.

My New Tech Blog

Seems like everyone else has a blog about usefull stuff so I guess I should try to also. My goal is to use this space to talk about projects, post code snippets and ask for help. Hopefully someone out there will find this stuff helpful :