Hong Kong Adobe Flash platform developer (Flex, AIR and Flash)
Posts tagged CSS
Sometimes I hate Flex… Sometimes
Jul 24th
Don’t get it wrong… I am not leaving Flex, most of my current developments still rely on it and I am sure it will last for several more years.
Working with Flex for nearly two years. I am sure I have the right choice however sometimes Flex do makes me mad.
- SWFLoader content can’t be unloaded completely. (How many times you try to replace a loader content but you notice the content music never gone away)
- VideoDisplay component doesn’t play .flv correctly…
- Not even those produced by Flash Video Encoder…
- Non standard CSS
- Math.floor (Math.random () * 4) + 6 (Oh my god… I just want More >
Alternate Style Sheets
Nov 30th
When we designing our web site style, have we think about whether others like our style? I guess it is not possible making a style which suits everyone’s taste. So why not letting the visitor selecting his own style? That is why Alternate Style Sheets become an important function in a web site.
The idea of alternate style sheet is that we will first prepare a few different style sheets to be the alternate. And then providing a drop down box within the web page allowing the user to choose the style he / she likes. And the preferences are stored More >
Aural Cascading Style Sheets (ACSS)
Nov 23rd
Cascading Style Sheets (CSS) is widely used when developing a web page. It can be used in both layout and styling. However it is meaningless for the blinds. So are there any styles for the blinds?
Aural Cascading Style Sheets (ACSS) is the answer. Actually ACSS is not a new technology. It can be viewed as an add-on to the original CSS. The following are the commands supported by ACSS.
voice-family speech-rate pitch pitch-range stress richness
By means of these commands, the speech produced by the disables assisting browsers like JAWS that I previously mentioned can be “styled”.
For example the following will make More >
The Form Assembly
Sep 27th
HTML Form, I guess anybody who written some web pages before should be familiar. It is not a really hard one actually. With some form elements like input, select, options, etc… the form already works. However is it usable and accessible? Have you done enough form validation? Have you provide enough labels for the form elements?
Building a good HTML form is not a easy task, especially if you want to follow those standards. Googling for a while, found out this web which is great to achieve the mentioned points above. The Form Assembly (http://www.formassembly.com)
Same as other informational web sites, there More >
Web Content Accessibility Guidelines
Sep 13th
Before having the first lecture there are already quite a large number of things that can be explored simply browsing Andy’s web.
You may notice that there are a number of small icons on the bottom of Andy’s course web. Saying W3C XHTML, W3C CSS, W3C WCAG, BOBBY 508 and BOBBY AAA.
For the first two, I guess is quite familiar to many people. They are the standards posted by W3C. (World Wide Web Consortium) Using the validators provided by them, (HTML validator and CSS validator) anyone can check whether their web page fullfill the requirements of the standards. If it is More >



