Search
-
Recent Posts
- Adobe MAX & the Department of Energy
- Customizing the Login Box – Part 4 – Preventing Duplicate Records with FB4, PHP and mySQL
- Customizing the Login Box – Part 3 – Validation with FB4, PHP and MySql
- Customizing the Login Box – Part 2 – Implementing “Forgot Password” with Flash Builder, PHP and MySql
- Customizing the Login Box – Part 1 – Setting a “Remember Me” Cookie – FB4, PHP and MySql
Tags
Categories
Archives
- August 2011 (1)
- March 2011 (3)
- February 2011 (6)
- January 2011 (1)
- October 2010 (1)
- September 2010 (1)
- June 2010 (2)
- April 2010 (5)
- February 2010 (2)
- October 2009 (2)
- August 2009 (1)
- March 2009 (3)
- January 2009 (3)
- December 2008 (3)
- November 2008 (14)
- October 2008 (3)
- September 2008 (1)
- July 2008 (2)
- May 2008 (2)
- April 2008 (1)
- March 2008 (1)
- January 2008 (2)
- December 2007 (2)
- November 2007 (4)
- October 2007 (14)
- September 2007 (4)
- April 2007 (1)
- January 2007 (6)
- August 2006 (1)
Author Archives: Dan Orlando
Customizing the Login Box – Part 4 – Preventing Duplicate Records with FB4, PHP and mySQL
In this part of the series, we’re not so much focusing on the login part of the component we’ve been building, but rather the registration form. More specifically, we want to check the database prior to adding a new user … Continue reading
Customizing the Login Box – Part 3 – Validation with FB4, PHP and MySql
In this tutorial we will continue with the Login Box that we have been building in the last several tutorials. In this tutorial we are going to cover how to validate using a string validator and email validator. There are … Continue reading
Customizing the Login Box – Part 2 – Implementing “Forgot Password” with Flash Builder, PHP and MySql
In this tutorial, you will implement forgotten password functionality to a login box. The overall goal here is for the user to enter there email address into a TextInput field and have a PHP service check the database for a … Continue reading
Customizing the Login Box – Part 1 – Setting a “Remember Me” Cookie – FB4, PHP and MySql
In this tutorial you will learn how to add a “Remember Me” check box to your current login component, or into the login app that we built in the two-part tutorial, “Creating a Login Box”. Either way, by the end … Continue reading
Creating a Login Box with FB4, PHP and mySQL – Part 2
Welcome back for part 2 of building a login box using Flash Builder 4, PHP, and mySQL. In this tutorial we will connect the application to the database using FB4′s built-in data-centric development tools using PHP. What we are looking … Continue reading
Creating a Login Box with FB4, PHP and mySQL – Part 1
Most standalone applications require a login box of some sort. That is why today we will begin our journey into building a login and registration form that will be reusable for many types of applications, or may act as a … Continue reading
Data Centric Development with Flash Builder 4 – Part 2
In Part 1 of this entry, you created a working application that allows you to populate a DataGrid using PHP and MySQL. You then added the ability to create, delete, and edit the information in the database. Here is what … Continue reading
Data Centric Development with Flash Builder 4, Part 1
I’ve been helping a friend of mine learn Flex for the past month or so and I decided to write up a blog post on something we worked on together over the weekend – using Flash Builder 4 to connect … Continue reading
Adventures in Printing with Flex 4
I was recently tasked with a Flex print requirement that turned out to be far more complex than I could have anticipated. I knew that Flex wasn’t particularly good when it came to printing (which is probably an understatement), but … Continue reading
Deep Linking with Flex 4 using Fragments
The objective of deep linking is typically centered on creating functions that either serialize the current state to the URL or deserialize the URL and use that information to change the state of the application. This makes it possible to bookmark a specific state of your Flex application…. Continue reading
Posted in ActionScript, Flex 4, RIA
Comments Off