Images in a TextFlow - Flash Builder 4 |
| 29/07/2010 |
|
After reading an example regarding TextFlow (full article here, definately check it out) i found myself having the need to add images to a TextFlow. In this example you'll find quick and easy way to enable a user to add an image via dragging and dropping. |
| < Read More > |
Styling Components - Flash Builder 4 |
| 28/07/2010 |
|
Here are a few examples demonstrating how you can quickly style a basic component in Flash Builder 4 using some basic images and some CSS. This essentially
also applies to Flex 3, as you can use the same method.
|
| < Read More > |
Sudoku Generator - PHP |
| 16/07/2010 |
|
I recently stumbled across this absolute gem on the PHP Dev forums (you can find a link to your right) which generates random Sudoku tables! I've
altered it abit and made a few of my own additions to make it more readable and familiar.
|
| < Read More > |
Prevent Browser Close - Flex 3 |
| 29/04/2010 |
|
One of the most annoying things anyone who has ever used a computer has found, is when they're busily working on something then accidentally hit the close button, losing everything they've done for the past hour. Not only can this be terrible for data integrity, it can quickly teach you how many profane words you have in your vocabulary. |
| < Read More > |
Clock(Timers) - Flex 3 |
| 23/04/2010 |
|
Timers are most frequently used when you know a value is going to change beyond the users control over a period of time. They are thus used to automatically call functions to update them. I've used a simple timer in this example to update a date value; the current Time. |
| < Read More > |


