• Home
  • About
  • Resume
  • Contact
  •  

    Toasting Bill Gates

    June 27th, 2008

    Today marks the flood of press regarding Bill Gates’ departure from Microsoft and it is interesting to see just how much positive and effusive press this is generating. Probably the worst of these puff pieces about Gates is Anil Dash’ post Bill Gates and the Greatest Tech Hack Ever.
    Read the rest of this entry »


    Testing your domain names

    November 20th, 2007

    This is probably an obvious point to some people but considering some recent issues I had with a clients website I would like to recommend that when you are looking for a domain to register that you test the name for interesting typos that may lead your visitors to, for instance, gay porn websites when they leave out a vowel in your domain name.


    Potomac.org Letter Campaign form

    October 29th, 2007

    Letter Campaign sampleIn addition to an Event page I also did a form for the Potomac.org website to do letter writing campaigns. The image to the left is a sample with dummy text.

    The idea is that the site has a page where concerned citizens can enter their details and send an email message to a legislator or other body to express their opinions on a subject. The site is built using Wordpress and the intent was to give the site’s administrators a tool that they could use to easily create a form that would allow for it to be edited but also be safe from inadvertent coding errors making the form or form processing invalid.
    Read the rest of this entry »


    Potomac.org Event pages

    October 29th, 2007

    The Potomac.org website required an Event page to allow them to display events on the site and allow users to easy view and browse events.

    Main Event page
    Read the rest of this entry »


    Wordpress category browser finished

    October 19th, 2007

    So the final version of the Flex Wordpress category browser was posted to my news blog today. Strangely enough I actually rewrote the entire app from scratch on my laptop. Not sure why.

    Wordpress category browser

    I’ve added some tooltips and datatips for the date column, a loader to indicate when, and what, data is being loaded as well as local data caching.

    It was a fun app and its always good to be able to build useful applications when you are learning a new language. This certainly does show the benefit of Flex as a web application development tool since this entire application is just 142 lines of code.

    I think my next application will be some sort of editing tool so I can learn to write two-way code that polls and stores data remotely.


    Category browser up and running

    October 16th, 2007

    The Flex Worpdress category browser I wrote is now up and running on my news blog.

    Its a simple Flex example that uses two php pages, and some Wordpress API calls, to display data about posts on the website. The only minor changes to the app from my last post are the addition of a “launcher” to view pages as well as some local data caching. So now it will store the XML data locally and then use that cache if you request the same category again.


    CF 8 up and running

    October 12th, 2007

    After a belated attempt to get CF 8 running on my Mac it is now installed and serving up pages.

    I’ve been doing some tests with an old CFForm based form builder that I was working on last year and I am going to use that code base as a sample to work on some Flex data components and code.


    First Flex app

    October 10th, 2007

    So I’ve managed to put together a working Flex app.

    Wordpress category browser

    Its a simple application that loads an XML file of the parent and child categories on one of my blogs and then allows you to double click a category to load a new XML file that contains the article data and summaries for that category.

    The data is generated via two php files that hook into the Wordpress API to generate data and then format it into an XML file. The data is also made “XML safe” prior to creating the XML files.

    I spent a bit of time tonight getting the layout working the way I want to so not all of the functionality is there. Next up is the ability to double click on an article title to open it in a new browser window as well as a caching system and some sort of better feedback when you load data.


    Flex Yahoo search app

    October 8th, 2007

    Another quick Flex application. This time to poll a Yahoo web service for search results. Enter a search string, click “Search: and then click/double click on the results.
    Read the rest of this entry »


    Flex RIA example

    October 4th, 2007

    So I was fooling around with Flex Builder attempting to try to learn some Flex so I can build a php based data mining application. The example is pretty basic but at the same time it it actually rather impressive.
    Read the rest of this entry »