Related Content
Drupal Files Migration Script Using Phing
The other day I needed to copy a Drupal project from my source folder to another folder, so rather than manually copy the files I decided to create a Phing script that would do it for me in one go. This Phing script will export your Drupal project into another directory, change the database credentials and create zip and tar files of the project.
Wordpress DoS Attack Script Solution
There is a script knocking about on the internet at the moment that allows an attacker to run some code that will bring your Wordpress blog to its knees. This will more than likely cause your host to get annoyed as well.
Populating A TileList On Creation Complete Using XML In Flex
A TileList is part of a group of elements that allow you to add components in a specific order and orientation. The TileList controls the displaying of a number of items set out as tiles and so it best suited to displaying images as thumbnails.
External Script Files And Printing Objects With Flex
Yesterday I talked about using the Flex Script element to run code within the mxml file, you can also use the source attribute of the Script element to referenc
Creating Some Simple Flex Interface Elements
Following on from my previous blog post about installing Flex on Windows I thought I would go through how to create an interface using mxml.
Installing Flex 3 On Windows
Flex is a powerful SDK that allows you to build Flash applications that can then be embedded into any web page. The SDK is that Flex uses quite large and covers a whole range of things from interface controls to data processing. To program in Flex you need to use ActionScript 3.
Add new comment