Psyked *
it’s easy once you know how.Link: 10 useful tools for developing, evaluating or debugging web pages.
Posted by James - 10/02/10 at 09:02:36 pmThis link contains a slew of good tools for web development: http://www.webcredible.co.uk/user-friendly-resources/web-dev/web-development-tools.shtml
Link: disturb media
Posted by James - 17/09/09 at 11:09:18 amAnother 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.
Link: Using Deferred instantiation in Flex
Posted by James - 16/09/09 at 09:09:01 amHere’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
Link: Flex – Creating Custom Components
Posted by James - 22/06/09 at 09:06:49 amhttp://www.defusion.org.uk/archives/2007/11/25/quick-link-flex-creating-custom-components/
Link: POSTing XML data, without using HTTPService
Posted by James - 21/06/09 at 06:06:49 pm[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-
Video Tutorial Link(s): Getting started with Regex
Posted by Mark - 09/04/09 at 11:04:06 amEver 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)
Link: Interesting application for making games..
Posted by Dan - 20/02/09 at 10:02:33 amIts made by Microsoft for making windows and 360 games
http://creators.xna.com/en-GB/




