Creative Geek Talk

Creativity , Interactivity and Technology

  • Home
  • Actionscript
  • Webdesign
  • Flex
  • Air
  • Wordpress
  • Posts
  • Comments
Prev Next
Organizing your mailaccount: part1 Dear geeks, Have already been in the same situation as me? Having several e-mail addresses. Each for their own purpose...
Mailchimp: invasion of the new generation emailmanagment webapps Hey folks, If you are searching for a marketing solution for your mailtraffic, search no longer! Because Mailchimp is the...
Howto import SWF files in Flex and avoid lag problems Hey dear reader, Lately I was working on a flex application where integration of a remote SWF file was required....
ActionScript 3.0 – RGB Separator – 3D Effect With this ActionScript 3.0 class you can extract the RGB channels of a specified Bitmap. After the extraction, which returns...
IPinfodb ActionScript 3.0 – NEW API! Are you looking for the geographical location of an IP address? IPinfodb offers a you that service, for FREE! We...
HTML 5 – And why we should all care? (Infographic) Click to enlarge
Useful String Functions with ActionScript 3.0 Some useful String functions that van be used in ActionScript 3.0 projects … Strip Spaces from a String private function...
ActionScript 3.0 Diagram Viewer This is a simple but great tool to quickly reference the AS 3 API. You can pan around and zoom...
  • Organizing your mailaccount: part10November 13, 2011

    Organizing your mailaccount: part1

    Dear geeks, Have already been in the same situation as me? Having several e-mail addresses. Each for their own purpose...
  • Mailchimp: invasion of the new generation emailmanagment webapps0March 07, 2011

    Mailchimp: invasion of the new generation emailmanagment webapps

    Hey folks, If you are searching for a marketing solution for your mailtraffic, search no longer! Because Mailchimp is the...
  • Howto import SWF files in Flex and avoid lag problems0February 28, 2011

    Howto import SWF files in Flex and avoid lag problems

    Hey dear reader, Lately I was working on a flex application where integration of a remote SWF file was required....
  • ActionScript 3.0 – RGB Separator – 3D Effect5February 05, 2011

    ActionScript 3.0 – RGB Separator – 3D Effect

    With this ActionScript 3.0 class you can extract the RGB channels of a specified Bitmap. After the extraction, which returns...
  • IPinfodb ActionScript 3.0 – NEW API!5January 30, 2011

    IPinfodb ActionScript 3.0 – NEW API!

    Are you looking for the geographical location of an IP address? IPinfodb offers a you that service, for FREE! We...
  • HTML 5 – And why we should all care? (Infographic)0January 29, 2011

    HTML 5 – And why we should all care? (Infographic)

    Click to enlarge
  • Useful String Functions with ActionScript 3.02January 28, 2011

    Useful String Functions with ActionScript 3.0

    Some useful String functions that van be used in ActionScript 3.0 projects … Strip Spaces from a String private function...
  • ActionScript 3.0 Diagram Viewer1August 04, 2010

    ActionScript 3.0 Diagram Viewer

    This is a simple but great tool to quickly reference the AS 3 API. You can pan around and zoom...
  • ActionScript 3 Vector vs Array Performance test6July 29, 2010

    ActionScript 3 Vector vs Array Performance test

    Interesting article about the new Vector feature in flash player 10, thanks to Mike Chambers for this article In my original...
  • Using animating gifs in Flex and Flash5June 30, 2010

    Using animating gifs in Flex and Flash

    Hey geeks, Today I will show you how to load animated gifs into your flash movie or flex application. To...
  • import vcards into your web application2June 13, 2010

    import vcards into your web application

    Good evening geeks, Last week I figured out how to import V-cards into your web application using flex. And I...
  • ShapesAnimation class GiveAway0June 13, 2010

    ShapesAnimation class GiveAway

    Hey geeks, Today, I am in a good mood. So I decided to share a class which generates an given...
  • Introduction to the google font API1May 24, 2010

    Introduction to the google font API

    Great news geeks! google has released the font api for webdevelopers. By using this api you can use different font...
  • AMFPHP and PHP 5.3 bugfix3December 11, 2009

    AMFPHP and PHP 5.3 bugfix

    Hey geeks, Personnaly I love working with AMFPHP in combination with Flash or Flex applications. When I was preparing a...
  • Using Client side templating with AJAX and PHP5December 09, 2009

    Using Client side templating with AJAX and PHP

    Hey geeks, First of all I want to appoligize for not posting during along time.  The reason is that I...
  • Currency Converter Flex Component9October 13, 2009

    Currency Converter Flex Component

    Recently I developed a small Flex component: the International Currency Converter. Workflow For a better insight on how this component...
  • Tips and tricks for webdesigners0October 09, 2009

    Tips and tricks for webdesigners

    As a webdesigner I try to find the easiest way to complete tasks and to improve the quality of my...
  • Restart an Adobe AIR Application with Code!5October 05, 2009

    Restart an Adobe AIR Application with Code!

    For a smaller project, I needed to find a way to restart my Adobe AIR application, this had to be...
  • Google Maps Driving Directions with ActionScript7September 23, 2009

    Google Maps Driving Directions with ActionScript

    In a recent post, I showed the basics of embedding a Google Maps inside your Flex/Flash projects … With this...
  • Google Maps API for Flex & Flash6September 21, 2009

    Google Maps API for Flex & Flash

    The Google Maps API has been out here quit a while, but it’s nice to discover this service. I always...
  • Getting started with Adobe Flex (Flash Builder)0September 12, 2009

    Getting started with Adobe Flex (Flash Builder)

    As a Flex/Flash developer, I gathered some nice resource websites that can help out any starting Flex developer…. Some people...
  • Start with Icon design1August 19, 2009

    Start with Icon design

    Hey geeks, Since two weeks I am doing a summerjob in the company called Televic Education. They are specialised in...
  • Expand your Creativity with online tools: Stock Images0August 19, 2009

    Expand your Creativity with online tools: Stock Images

    For many web designers, graphic designers and many more … there creativity can always be extended… With this article, we...
  • Work more structural with Flash Catalyst and Flash Builder1July 13, 2009

    Work more structural with Flash Catalyst and Flash Builder

    Problem? What I don’t like about flash, flex etc is the fact that it was a pain in the ass...
  • Custom Mousecursors using ActionScript 31June 30, 2009

    Custom Mousecursors using ActionScript 3

    On various flash websites you see that they make use of custom cursors to navigate instead of using the regular...
  • Manipulate multiple objects with less Actionscript 3.0 code1June 29, 2009

    Manipulate multiple objects with less Actionscript 3.0 code

    Often, I am looking for ways to do things faster and more effecient Here is a thing that I would...
  • File Deletion with ActionScript 3.0 and PHP0June 24, 2009

    File Deletion with ActionScript 3.0 and PHP

    In a prevouis post I talked about uploading files with ActionScript to a server location. In this post I wil...
  • TourDeFlex – Top 10 Components1June 23, 2009

    TourDeFlex – Top 10 Components

    A short while ago i posted a post about TourDeFlex. In this post I would like to adress my top...
  • HTML above an embedded SWF0June 22, 2009

    HTML above an embedded SWF

    During my internship I created a videolibrary in flash. This videolibrary is going to be included in a open-source project...
  • VizualPV3D – PaperVision3D Flash Tool3June 21, 2009

    VizualPV3D – PaperVision3D Flash Tool

    Juxt Interactive recently enroled a Flash application to create visual 3D according to the PV3D Framework is a really nice...
  • Mobile Vikings Service & API1June 20, 2009

    Mobile Vikings Service & API

    Mobile Vikings is a movement that fights for free Internet on your mobile phone. Mobile Vikings is since recent a...
  • Slideshare.net – Expand your knowledge!2June 16, 2009

    Slideshare.net – Expand your knowledge!

    What is Slideshare? SlideShare is the world’s largest community for sharing presentations. It’s an online community for sharing and dicovering...
  • IPinfodb ActionScript 3.0 API28June 09, 2009

    IPinfodb ActionScript 3.0 API

    Please read this post, this API has been updated! Are you looking for the geographical location of an IP address?...
  • Sliderocket , The Online Presentation Tool1June 04, 2009

    Sliderocket , The Online Presentation Tool

    Today I am promoting a great Rich Internet Application called Sliderocket , the tools enables you to make online presentations...
  • Calling stage property from custom classes in Actionscript 33May 26, 2009

    Calling stage property from custom classes in Actionscript 3

    Often you are creating different classes to divide your code and make it more structural, but then the problem occurs...
  • Yahoo! Map custom markers with Flash and Actionscript 3.017May 26, 2009

    Yahoo! Map custom markers with Flash and Actionscript 3.0

    In this post i will show you briefly on how you can change the standard map marker of a Yahoo...
  • Rotate Text Using Embedded Fonts in Actionscript 31May 26, 2009

    Rotate Text Using Embedded Fonts in Actionscript 3

    I am working on a new AIR application where I will post more information about in the future… I needed...
  • TourDeFlex2May 25, 2009

    TourDeFlex

    Tour De Flex is a great Flex application that lets you explore the Flex capabilities and resources. As a beginning...
  • JamLegend – Music Gaming Unleashed0May 25, 2009

    JamLegend – Music Gaming Unleashed

    JamLegend is a arcade style musical simulator , it gives the players the rock’and’roll feeling they always wanted … !...
  • Degrafa – Declarative Graphics Framework for Flex 2 & 37May 25, 2009

    Degrafa – Declarative Graphics Framework for Flex 2 & 3

    What is Degrafa? Degrafa is an open source declarative graphics framework for Flex used by some of the industry’s top...
  • Creativity

    Organizing your mailaccount: part1

    No Comments
  • RIA

    Mailchimp: invasion of the new generation emailmanagment webapps

    No Comments
  • Uncategorized

    Howto import SWF files in Flex and avoid lag problems

    No Comments
  • 3D

    ActionScript 3.0 – RGB Separator – 3D Effect

    5 Comments
  • ActionScript

    IPinfodb ActionScript 3.0 – NEW API!

    5 Comments
  • General

    HTML 5 – And why we should all care? (Infographic)

    No Comments
  • ActionScript

    Useful String Functions with ActionScript 3.0

    2 Comments
  • ActionScript

    ActionScript 3.0 Diagram Viewer

    1 Comment
  • ActionScript

    ActionScript 3 Vector vs Array Performance test

    6 Comments
  • ActionScript

    Using animating gifs in Flex and Flash

    5 Comments
  • ActionScript

    import vcards into your web application

    2 Comments
  • Uncategorized

    ShapesAnimation class GiveAway

    No Comments
  • Creativity

    Introduction to the google font API

    1 Comment
  • ActionScript

    AMFPHP and PHP 5.3 bugfix

    3 Comments
  • PHP

    Using Client side templating with AJAX and PHP

    5 Comments
  • ActionScript

    Currency Converter Flex Component

    9 Comments
  • Creativity

    Tips and tricks for webdesigners

    No Comments
  • ActionScript

    Restart an Adobe AIR Application with Code!

    5 Comments
  • ActionScript

    Google Maps Driving Directions with ActionScript

    7 Comments
  • ActionScript

    Google Maps API for Flex & Flash

    6 Comments
  • ActionScript

    Getting started with Adobe Flex (Flash Builder)

    No Comments
  • Creativity

    Start with Icon design

    1 Comment
  • Creativity

    Expand your Creativity with online tools: Stock Images

    No Comments
  • Flash

    Work more structural with Flash Catalyst and Flash Builder

    1 Comment
  • ActionScript

    Custom Mousecursors using ActionScript 3

    1 Comment
  • ActionScript

    Manipulate multiple objects with less Actionscript 3.0 code

    1 Comment
  • ActionScript

    File Deletion with ActionScript 3.0 and PHP

    No Comments
  • ActionScript

    TourDeFlex – Top 10 Components

    1 Comment
  • Flash

    HTML above an embedded SWF

    No Comments
  • 3D

    VizualPV3D – PaperVision3D Flash Tool

    3 Comments
  • General

    Mobile Vikings Service & API

    1 Comment
  • General

    Slideshare.net – Expand your knowledge!

    2 Comments
  • ActionScript

    IPinfodb ActionScript 3.0 API

    28 Comments
  • Flash

    Sliderocket , The Online Presentation Tool

    1 Comment
  • ActionScript

    Calling stage property from custom classes in Actionscript 3

    3 Comments
  • ActionScript

    Yahoo! Map custom markers with Flash and Actionscript 3.0

    17 Comments
  • ActionScript

    Rotate Text Using Embedded Fonts in Actionscript 3

    1 Comment
  • ActionScript

    TourDeFlex

    2 Comments
  • Flex

    JamLegend – Music Gaming Unleashed

    No Comments
  • Flex

    Degrafa – Declarative Graphics Framework for Flex 2 & 3

    7 Comments
Older Entries
  • Creative-Geeks Facebook Fanbox
  • Creative-Geeks Tweetbox
  • Categories
    • 3D
    • ActionScript
    • Air
    • Analytics
    • Creativity
    • Flash
    • Flash Lite
    • Flex
    • Fun
    • General
    • Mobile
    • PHP
    • RIA
    • Social
    • Uncategorized
    • Web Applications
    • Webdesign
    • Wordpress
  • Archives
    • November 2011
    • March 2011
    • February 2011
    • January 2011
    • August 2010
    • July 2010
    • June 2010
    • May 2010
    • December 2009
    • October 2009
    • September 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
  • Tags
    3D ActionScript Actionscript 2 Actionscript 3 Air Analytics AS3 Calculations css Data Visualisation Date Degrafa Design Pattern Development Firebug Flash Flash Lite Flex Framework Geo Information Google Graphics html Image Inspiration IP Mail Maps Mobile Development MXML Object-Orientated PHP Plugins Programming RIA Singleton Statistics Time Tour De Flex Tricks Upload Web Webdesign Web Service Wordpress
  • Recent Comments
    • SnakeMedia on Restart an Adobe AIR Application with Code!
    • Tyra Doubek on Custom Mousecursors using ActionScript 3
    • Svetlana Liggin on Debugging CSS On The FLY
    • Frankie Boatman on IPinfodb ActionScript 3.0 – NEW API!
    • 50th birthday invitations on Google Maps Driving Directions with ActionScript
  • Creative-Geeks.com

    All articles are released under Creative-Commons.The more retweeted / Facebooked the better!

    Twitter / Facebook

    We don't take credit for articles shared from other websites.

    About Arras.Theme