­
­
12月 2010 - 無糖甜點

Share what is MYSQLI_NUM, MYSQLI_ASSOC and MYSQLI_BOTH?

The difference in those parameters is only in how the array will be defined.MYSQLI_NUM = Array items will use a numerical index key.MYSQLI_ASSOC = Array items will use the column name as an index key.MYSQLI_BOTH = Array items will be duplicated, with one having a numerical index key and one having the column name as an index key. ...

KEEP READING...

12月 27, 2010

How to use Tree component in Flex 4 with Flash Builder

The Tree component is used to represent a hierarchical data set, providing an interface for the user to drill down through the hierarchy in order to select an atomic element as below:When using XML as the data source for a Tree, you should use the labelField property to identify what in the data source should be used for the label. The XML data...

KEEP READING...

12月 17, 2010

Two ways to write ActionScript in your Flex application

Hello! This article is talking about how to write ActionScript in your flex application. There are two ways to write ActionScript in a Flex application. First option is putting ActionScript code within MXML file. This is quite common when handling events. But this approach is best for short pieces of ActionScript. You can place it within Script tags as below:<fx:Script><! [CDATA[// ActionScript goes...

KEEP READING...

12月 15, 2010

How to rotate the Android Emulator?

Do you know that you can rotate your Android emulator? I am going to tell you how. In order To rotate the Android Emulator, you have to disable the Num Lock key and and use the 7 and the 9 in the num pad to rotate the emulator and change its layout from portrait to landscape.If you are working on a laptop you...

KEEP READING...

12月 13, 2010

Flex in a Week - Day 1: Flex Basics - episode 1

This video is from Adobe. It is good for beginner to have a overview of flex and flash builder. Learn about the basics of using Flex and Flash Builder, including setting up Flash Builder, building data-driven Flex applications, and organizing visual elements and code. In this episode of the Flex in a Week training series, you will learn which technologies make up the...

KEEP READING...

12月 13, 2010

How to build flex application with Flash Builder

Hello, I found this nice toturial for creating Httpservice with adobe flash builder CS5. It is really easy to learn more. I tried it. It works very well. I hope you are doing well. Enjoy coding and fun. Hello, I found this nice toturial for creating Httpservice with adobe flash builder CS5. It is really easy to learn more. I tried it. It...

KEEP READING...

12月 13, 2010

How to install Adobe AIR Runtime on the Android Emulator

I am going to share how to install Adobe AIR Runtime on your Android Emulator. First of all, you ensure to install Android SDK. I’ve done and the version I downloaded is “installer_r08-windows.exe (Recommended)”. I can’t wait to share it to you. Get started.Step 1) Use Command Prompt change the folderAfter you install it, you click “Start” to open “Command Prompt” to change...

KEEP READING...

12月 09, 2010

What do you need to install for develop AIR Application on Android without Android device

If you want to develop AIR Application on Android with Adobe powerful software, you need to read this article. This article is good for beginner. When you start to build your Android application, you have to build a developing environment first. So I am going to tell you what you need to establish your environment. Here we go.I’d like use flash-base software to...

KEEP READING...

12月 09, 2010