1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: 10 useful tools for developing, evaluating or debugging web pages.

This link contains a slew of good tools for web development: http://www.webcredible.co.uk/user-friendly-resources/web-dev/web-development-tools.shtml

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: disturb media

disturbmedia

Another cool website to check out – disturb media.  Stunning use of imagery, quirky navigation and neuvo-marketing speil, nice finishing touches all around make this one inspirational website.  Just make sure you stick around long enough for the background images to do their snazzy cross-fades.

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Using Deferred instantiation in Flex

Here’s a useful example – showing how you can implement deferred instantiation in Flex, but with Actionscript instead of mxml.

http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=15826

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Flex – Creating Custom Components

http://www.defusion.org.uk/archives/2007/11/25/quick-link-flex-creating-custom-components/

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: POSTing XML data, without using HTTPService

[This came up a while ago, but I thought I'd promote the link I found that solved my woes.]

The situation: I’m trying to interact with a REST API, via Flex and AIR.  Now, I know that the HTTPService class exists in Flex to make it really quick and easy to send and recieve data, but the downside of the HTTPService class is that it assumes a little top much.  It assumes for example, that any data you’re trying to send comes in a name/value pair – which my data doesn’t. The REST webservice I’m using requires raw XML data, but the HTTPService class doesn’t do that.

The solution?  Well, there’s only one – don’t use the HTTPService class, and code everything yourself.  Thankfully, this link I found tells you exactly how to do that, along with examples.

http://tacfug.org/blog/index.cfm/2007/3/26/Flex–Posting-XML-without-using-mxhttpservice-

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Video Tutorial Link(s): Getting started with Regex

Ever wanted to learn how to use regular expressions but always thought they looked too complicated?

‘In the Woods’ are doing a series of tutorials on how to use them.

Day 1: http://blog.themeforest.net/screencasts/regular-expressions-for-dummies/
Day 2: http://blog.themeforest.net/screencasts/regex-for-dummies-day-2/
Day 3: http://blog.themeforest.net/tutorials/regex-for-dummies-day-3/
Day 4: http://blog.themeforest.net/screencasts/regex-for-dummies-day-4/

For most of the tutorials they have a quiz at the end, just to make sure you were paying attention! (It also gives you an insight into the topics they’ll cover)

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Interesting application for making games..

Its made by Microsoft for making windows and 360 games

http://creators.xna.com/en-GB/