Archive for April, 2008

61+ Free Business Wordpress themes

Theme-Settings-128x128Some days ago, Ntt.cc was returned to the i3Theme, since I found that even the same content but with different theme, the performance is very difference.  A suitable theme not only makes your website more attractive but also close to the readers. Specially  for some business website, the theme plays an important role.  Since I haven’t the talent to design the excellent themes, I collected some good business ones and supply for these people who need them. It almost took me one week spare time to finish it, but I think it deserved, because it would save more time for WP user. I have put these themes in one page although it seems too long but it is very convenicen and fast for you to find your satisfied ones.Enjoy!

(more…)

6 very basic but very useful JavaScript Number Format Functions for web developers

How number is treated in JavaScript? JavaScript is loosely typed and the plus operator also concatenates, you can easily convert JavaScript Numbers to Strings similar to this: 1 + “”, but as we all know that JavaScript doesn’t have many built-in methods to format numbers. Most of the time we need to write our customized code to do it.The following is 6 very useful JavaScript number format function,why have to re-inventing the wheel? Don’t waste your valuable time to write it by yourself, only copy which you like and use it!

Of course if you had wrote your proudly number format function,don’t only stock in your hard disk( or your head), let’s share!

(more…)

how to create dynamic button in actionscript

At first, it is a very simple tip.Maybe… anybody knows how can we create dynamic button in flash as we create textfield dynamically using this MovieClip.createTextField(), In this article, it shows how to creat dynamical button in actionscript. No design tools will be used, it is just actionscript code. Ok, let’s see the following code, hope it is what you are looking for and will be helpful to you.

(more…)

6 ways/effects that response to user’s event in Flex

Mammooth-256x256We often use some effect to response the user’s action, when building the user interface. For example, if user click a botton, the label will move to right a little. 

Consider following case: When user click botton, the label will realize switching between two states and during the switching will show two different effect. If the user repeatedly click the botton and the interval time shorter than the effect time. How to deal with it?

There are six way to deal with this situation:

(more…)

12 very simple,basic but useful function source in Flex

girl-128x128No matter what kind language using programmer will always accumulate many useful and daily using function with rich in development experience day by day. And then the accumulation become to a library at last. Of course it’s include the flex programmers. Following is some very basic, very simple functions which I’ve collected. How about you? If have any proudly and recommendable functions? Then, don’t only stock in your head, leave your comments. Let’s share. 

(more…)

5 advice for developing RIA and WEB application in Flex

important-128x128Compared with Flash development environment, the component library of flex is more attractive. But because of fully function, the size of program commonly will be very large, and to be very slow. The following is 5 advice about how to optimizate your application in Flex.

(more…)

Simple tips to realize the marquee effect in flex(with source code)

Location-NEWS-128x128If you’ve considered the marquee effect when you built a news board in your web application? The Simple tips show how to realize the marquee effect in flex. Because it based on Canvas and Text component, you could change the font size, color, background and scroll speed freely. If you put mouse on frame, the marquee effect will be paused.  
View source is enabled in the following example
(more…)

Create your interesting Air desktop application using ActionScript

adobe-airIt is an exciting news for linux Air developer that Adobe AIR for Linux has been released!

If you are tired of dull desktop and want to have relaxation in busing worktime, why not you try the following example? It is a Air desktop application with ActionScrip, A  ladybird crawling chaos everywhere. If you have interesting, reference the following example you could built a cool Air desktop application by yourself. 

(more…)

15+ Free, powerful and easy to integrate Flash image gallery

browser-128x128Through the previous article Flex vs. Ajax — both have their pros and cons, we know that both Flex and Ajax have each advantage or disadvantage. They all have each using scope. Since flash’s penetration level is good, it is widely used. I have introduced Ajax gallery in previous article 21+ beautiful Javascript and Ajax based solutions to our gallery requirements, now let’s see how about flash image gallery. If you google you will find many perfect flash gallery, but most of them are charged.

Following are some free but powerful flash image gallery which I collected. Hope you will enjoy it and share with your  friends.Note: listed in no particular order.

(more…)

30+ useful as3 open source projects

edu-science-128x128Isn’t driving you crazy when you realize amazing effect about ActionScript 3 what you want. Don’t you spend much time to do it? Why don’t you reference following open source projects before you begin? Maybe there are something what you need.

The following is some useful as3 open source projects what I have collected.Some of them have include in the previous article the list of AS2/AS3 Physics Engine(open source + non-open source). Note: listed in no particular order. 

(more…)