Archive for March, 2009

[Tips] Using PHPlist with Flash Actionscript 3.0

Will add more description on this post soon, enjoy for now. PHPlist is a powerful mailing list management tool, however the downturn came when there’s very little support in porting this to other type of output i.e. Flash. Thanks to the guys from phplist forums.

function submitRegister():void {
	var fieldName:String					= inputName.text; // your text field on the stage
	var fieldEmail:String					= inputEmail.text;// your text field on the stage	

	var formVariables:URLVariables			= new URLVariables();
	formVariables.attribute1				= fieldName; // the attributes are according to the form's input field

	// anything below is a must to have, do not remove it, but you can modify it //
	formVariables.name 						= "subscribeform";
	formVariables.subscribe 				= "Subscribe";
	formVariables.email 					= fieldEmail;
	formVariables.emailconfirm 				= fieldEmail;
	formVariables.htmlemail					= 1;
	formVariables["list[1]"]				= "signup";
	formVariables["listname[1]"]			= "Your MailingList Name";

	var formRequest:URLRequest				= new URLRequest();
	formRequest.url 						= "http://www.yourwebsite.com/lists/?p=subscribe&id=1"; // url of where your form/subscribe page resides
	formRequest.method						= URLRequestMethod.POST;
	formRequest.data 						= formVariables;

	var formLoader:URLLoader				= new URLLoader();
	formLoader.addEventListener(Event.COMPLETE, registerComplete);
	formLoader.addEventListener(IOErrorEvent.IO_ERROR, registerError);
	formLoader.load(formRequest);
}
function registerComplete(e:Event):void {
}
function registerError(e:IOErrorEvent):void {
}

[Inspiration] Chrome Experiment

chrome

Ar this rate, Google is really going to take over the world. via Creativity Online.

[Inspiration] Web Typography / Lovely Package

typography

This is one of the most amazing site and valuable ones I had visited since a long time. Thanks to carstenbn.eu for this tips. Lots of typography optimisation for the web. Really quality article.

lovelypackage

Another site which is pretty beautiful in both form and function, you’ll get pretty lot inspiration on packaging design, good quality ones.

[WOOHOO] Uniqlo coming to Singapore!oneone!1!1!

uniqlo

And finally the dream has came true to most of the humans in South East Asia. Instead of travelling all the way up north to Shanghai or Japan to get this damn effing high quality and affordable apparel, it has finally landed to Singapore! Woo-fucking-Hoo! However, do not be intimidated by the website itself, though I did. It’s coming this 9th April! Wondering what’s in store. Time to spend like 10k on this store? Anyone? There’ll be 2 store opening, however for this time around, it will be at Tampines 1 (near Tampines MRT) and the other one in Orchard ION. WOO-HOO-HOO HOO HOO HOO HOO (sorry for the abuse of hoo, can’t stop being excited)

[Inspiration] Hondcestra – Honda + Light Orchestra

honda

Was strucked speechles by this bunch of lights coming out from…Honda’s car. It does come to me that this resembles the same performance from Beijing 2008’s opening which is done by humans, as opposed to cars here.  It’s still pretty kickass in my opinion. I’m just wondering if their car’s bulb can survive from such madness. on-off-on-on-off-off-on-on…

Update : 3rd April 2009
Found The Making Of for this ad, courtesy of Eugene. Thanks


Comments

  • EMBEDDED82

    Hi, really interesting experiment. I'm searching something ([Experiment] Simulation of Apple Safari’s Top Sites in Flash!)

  • manmeng

    @firdaus : you’re most welcome bro, share your pics yeah, ([Travel] Broga Hill)

  • Alpha Ace

    very helpful info you got here, especially the map. i wil ([Travel] Broga Hill)

  • nash

    hey..thanx so much 4 da info...especially da map..i'm going ([Travel] Broga Hill)

  • firdaus harry

    wow...that place is really amazing.i'm planning to go there ([Travel] Broga Hill)

  • manmeng

    Hey there, Enjoy your trip there and do take extra precaut ([Travel] Broga Hill)

  • Timo K

    Hi all..I m going to Broga Hill tomorrow, to catch the 1st s ([Travel] Broga Hill)

Category

Archives

Links

Admin