Category: Development

Order json object by timestamp string

Here’s some code I found useful to sort a json object by timestamp. MORE

December 27th, 2010 | Categories: Development | No comments |

Where to Start – Front End Web Development

A few people asked me if I could show them how to get started in front end web development, so I wrote this little article. If I were start from square one learning front end web development I would start by reading up on the following topics. I’m going to cover just the basics here. MORE

November 30th, 2009 | Categories: Development | 2 comments |

RSS Widget – AS3

NOTE: I’ve found an alternative to loading multiple RSS feeds. Check it out here.

This short tutorial demonstrates how to create a simple RSS reader in actionscript. This actionscript code loads multiple RSS feeds (XML files) into Flash, parses the data and displays all the content in a widget. The files are totally customizable. MORE

March 13th, 2009 | Categories: Actionscript, Development | 2 comments |

Load Multiple XML Files – AS3

Something I’ve found extremely useful for building Flash applications has been using a manifest XML file that contains multiple XML files to load in my Flash applications. I’m going to show you how to dynamically load multiple XML files (RSS feeds) into Flash MORE

March 13th, 2009 | Categories: Actionscript, Development | 8 comments |

HTML Codes

Here’s a quick reference to HTML codes and special characters. I often have to look these up so I just made a quick table with all the codes MORE

December 5th, 2008 | Categories: Development, HTML | No comments |