Archive

Archive for March, 2009

Yet Another Flogr Update

March 25th, 2009

Just wanted to let everyone know that I have made a small update to Flogr. This update makes it possible to run Flogr from anywhere, in any directory, including the CF Administrator.
To run Flogr, simply drop the ‘Flogr’ directory into any web directory at any level and browse to http://{path to Flogr}/Flogr.
To run Flogr as a Custom Extension in the CF Administrator follow these steps:

Drop the ‘Flogr’ directory into /CFIDE/Administrator.
Edit /CFIDE/Admin/customextensions.xml so that you have a node that looks like this:

<submenu label="Custom Extensions">
<menuitem href="flogr/index.cfm" target="content">Flogr</menuitem>
</submenu>

Log in to the CF Administrator and go to ‘Custom Extensions’ –> ‘Flogr’

You can get the latest version from here.

Source:Yet Another Flogr Update

admin Alagad

Creating a tile list using the FxList control in Flex Gumbo

March 25th, 2009

The following example shows how you can create a simple TileList control in Flex Gumbo using the FxList control and using a TileLayout layout with the default complex item renderer to display images.
Full code after the jump.

Source:Creating a tile list using the FxList control in Flex Gumbo

admin Flex, Swf ,

Using the wireframe theme with Spark controls in Flex Gumbo

March 25th, 2009

The following example shows how you can compile your Flex Gumbo application and specify the Wireframe theme by setting the theme compiler flag to ${flexlib}/themes/Wireframe/wireframe.swc.
Full code after the jump.

Source:Using the wireframe theme with Spark controls in Flex Gumbo

admin Flex, Swf ,

Setting a repeating background image on an FxApplication in Flex Gumbo

March 25th, 2009

In a previous example, “Setting a background image on an FxApplication in Flex Gumbo”, we saw how you can add a scaled background image to a Flex Gumbo FxApplication by creating a custom skin with a BitmapGraphic and setting the skinClass style in MXML, CSS, or ActionScript.
The following example shows how you can create a [...]

Source:Setting a repeating background image on an FxApplication in Flex Gumbo

admin Flex, Swf ,

Removing the vertical separator from the ComboBox control in Flex

March 25th, 2009

The following example shows how you can remove the vertical separator from the Flex ComboBox control by creating a custom ComboBox skin using ActionScript.
Full code after the jump.

Source:Removing the vertical separator from the ComboBox control in Flex

admin Flex, Swf ,

Setting a background image on an FxApplication in Flex Gumbo

March 25th, 2009

The following example shows how you can add a background image to a Flex Gumbo FxApplication by creating a custom skin with a BitmapGraphic and setting the skinClass style in MXML, CSS, or ActionScript.
Full code after the jump.

Source:Setting a background image on an FxApplication in Flex Gumbo

admin Flex, Swf ,

Effective PowerShell: The Free eBook

March 21st, 2009

Just found a free eBook on PowerShell, I have downloaded it here: Effective PowerShell.
PowerShell is a new recent command line shell and scripting language from Microsoft, the V2 CTP3 is available to download.
Have fun :) Ahmet

Source:Effective PowerShell: The Free eBook

admin Swf , ,

Removing the header separator on the DataGrid control in Flex

March 21st, 2009

The following example shows how you can remove the header separator skin on the Flex DataGrid control by setting the headerSeparatorSkin style.
Full code after the jump.

Source:Removing the header separator on the DataGrid control in Flex

admin Flex, Swf ,

Using a custom item renderer function with the FxList control in Flex Gumbo

March 21st, 2009

The following example shows how you can create a custom item renderer function with the Flex Gumbo FxList control by setting the itemRendererFunction property.
Full code after the jump.

Source:Using a custom item renderer function with the FxList control in Flex Gumbo

admin Flex, Swf ,

Introduction to security: the right tools for your needs.

March 19th, 2009

A few weeks ago, I followed a presentation at Digicomp called “From Ethical Hacking to IT-Forensic” presented by Juerg Fischer. The most interesting part I kept from the presentation (that was in German so may explain the little I remember from it :) ) was about the tools and resources useful for the differents phases of the penetration [...]

Source:Introduction to security: the right tools for your needs.

admin Swf , ,