Browse category Development

Simplicity made complicated: character encoding

by · June 24, 2010

5
 

What could be simpler than a string? And yet strings tend to get tied up and knotted, and give us a hell of a time… specially when in a hurry. They may seem sleek, clean and simple, but ugly hairy beasts hide in the shadows…

 

Bing Powered 404 for non-WordPress websites

by · June 17, 2010

4
 

Ok, after my last post on using the Bing Search Wrapper for handing 404 errors in WordPress I had several people tell me that while they liked the idea, they didn’t want to install WordPress just so they can have intelligent 404 errors. Several other people pinged me and suggested a way that you could […]

 

How I learned to stop worrying and love the wizard – Part 3

by · June 14, 2010

2
 

In part 1, we discussed how to use the new Flash Builder 4 Data Connection Wizard to connect to a PHP API. We used FB4’s prototyping feature to build a simple class that allows us to read/write users from a WordPress user list. In part 2, we discussed how to use that data connection to […]

 

Callbacks in ActionScript

by · June 7, 2010

4
 

What do you do when component A needs to update itself only after component B completes an asynchronous task. In Flex, it is pretty easy to solve this problem using a simple concept called Callbacks.

 

WordPress 404 Plugin built on Bing Wrapper

by · June 4, 2010

21
 

One of the things I’ve always hated about WordPress is the stock 404 error message. Out of the box, WordPress just tells users “I’m sorry, I can’t find what you are looking for.” Granted it is better than the stock Apache 404 page but it isn’t much more helpful. This post talks about a new WordPress plugin that utilizes the Bing Search Wrapper to display a more helpful 404 page.

 

Making Flex Builder PHP Friendly

by · May 31, 2010

0
 

Flash Builder 4 looks like a new IDE, but since it’s built on Eclipse, you get all the benefits and plugins. So why not use them?

 

Learning to be Flexible

by · May 25, 2010

0
 

Last year in the thick of web2project development, we realized something obvious: The vast majority of people don’t need the full system, they just need a way to see their just their information in a useful way. Towards that goal, we started shopping around for options to simplify and an Adobe AIR app quickly became a leading candidate. Fast forward a few months and I finally had the time to try out Flash Builder 4.

 

ORM Designer

by · May 12, 2010

0
 

ORM Designer is a tool for graphical creation and editing of Doctrine and Propel models and metadata.

 

How I learned to stop worrying and love the wizard – Part 2

by · May 11, 2010

1
 

In part 1 of this article, I showed you how to create a data service using the new Data Service Wizard. While the solution is not ideal for all situations, it is helpful to use when you have the PHP classes already built or use their Sample Class feature for fast prototyping. (Emphasis on the word prototype)

 

Less Code isn't Always Better

by · April 29, 2010

6
 

Everyone says “I could build that in an afternoon/weekend/marathon session of caffeine-fueled code-debauchery” but to actually do something well, unsurprisingly, it usually takes longer. Blue Parabola’s own Keith Casey takes a look at a forum built in only 964 bytes.