域卡的卜 Vicker’s Blog

Hong Kong Adobe Flash platform (Flex, Flash and AIR) developer
  • rss
  • Home
  • About
  • Resume
  • Flickr
  • Contact

I am going to Adobe MAX to MIN (Blog Entry for MAXUP)

Vicker | September 22, 2006 | 1:06 pm

MAXUP Barcamp
Ben Watson’s We Demo You Going to MAX


Well… The title seems stupid but the actual meaning is not. I am going to Adobe MAX to learn more from the conference and from the other participates. (Of course I will share, in case I am not the least knowledgable one in the event) With that knowledge I can develop even more applications (mainly open source~ nah), so that all the users can minimize their effort, their pain, their time in making great works. That is why I am going to MAX to MIN~ :)

Okay~ Is time talking back the application that I have done in previous year. My application is called FLABER (FLAsh-based web BuildER), it is a pure Flash RIA scripted in ActionScript 2 with PHP as server support. In short, this application allows web owners to easily build a website using Flash technology even if they don’t know how to program in Flash. We have done a testing that even a 10 years old girl can make up her own Flash web site.

Originally this project is started as my final year project in City University of Hong Kong. (in other words… homework…) Since the first public release in SourceForge, I received many great feedbacks from the public. That is why I made FLABER now as an open source product so that everyone can benefits from it :)

Okay~ too many words… here comes some screenshots.

  • The following shows a web that I made using FLABER.

  • Actually it looks like a normal web page but it have on stage controls.

  • For larger images and details, please do a visit to the FLABER Wiki
  • Of course a live-demo is also available here

Actually there’s more for FLABER, that is FARSER (Flaber-xhtml pARSER). This is a PHP program written by one of my friend Tim SHIU. The function can be easily guessed using the program name. It can turn any web done by FLABER into W3C valid XHTML documents with single click~!

  • You can experience yourself right here

Well~ I hope everyone will enjoy using my application~

P.S. A new version is on-the-way coding from zero using ActionScript 3. And of course, I will use any more advanced technologies that I learned in Adobe MAX.

And here comes my portrait~ captured in Osaka, Japan.

060922_maxup

Related posts

  • 時光倒流第三集 - Adobe MAX 2006 (0)
  • Local FLABER and plugin (0)
  • Adobe MAX 2006 Scheduler (0)
Comments
No Comments »
Categories
Daily Life, RIA
Tags
ActionScript, Adobe MAX, Experts Exchange, FLABER, MAXUP, PHP, sourceforge, Tim Shiu, W3C, XHTML
Comments rss Comments rss
Trackback Trackback

論壇升級 2.5

Vicker | December 17, 2005 | 3:11 am

前日無聊走上 Molyx 發現新既 2.5 version 已經出左於是用左原本用黎溫 MM 既一整日黎 upgrade 個 forum…今次既 upgrade process 真係極之複雜因為新既 version 全面改用 UTF-8 格式既 Database所以要將現時所有既 Big5 data 做 translation其實 translation tool 係存在既不過問題係在於要將 60mb 既 database file (~100000 個 post)download 落 local 改完再 upload 返上去係非常浪費時間…起初我係用論壇本身既後台做 backup download 既但係竟然 upload 唔返轉頭… 好似因為太大跟住就要無聊地搵 win 32 既 gzip tools…跟住都唔得就唯有用 split file… 每個 5mb total 14 個 pieces…upload 到喇… 點知有 mysql error…諗左一大輪… 發覺有 d 中文字如果放係最後會有 error… 例如: 閱 淚 佢…結果要開住一個 5mb 既 txt file 慢慢 replace…notepad 開 5mb txt file 簡直同等死無乜分別做左一輪… 結果放棄最後都係要用一個 60 mb 既 txt file 做 replace…用左 pspad… 好快… 不過裝完 forum… 全部亂碼…原來 pspad 整瓜晒 d UTF-8 中文字…結果又再黎過不過用左 word… 終於倒得返個 forum 上去大部份野正常…投票死晒… 逐個投票跟返 d sql backup 黎執…終於收工….前前後後我相信同 flysforum 有差唔多 1GB 既 data transfer…同時亦都用左我一整日既時間去做…老細… 聽講… 仲考緊試架…嗯… 呢個就係我… Flysforum 一個普通的壇主的一日整好左個 forum 之後都有不停咁執 bug其中一樣就係執 W3C XHTML standard…因為 molyx 2.5 本身係呢一方面已經落左好多工夫相信佢係全球第一個能夠符合 W3C stanard 既論壇程式不過依家既 molyx 依然有少少唔符合既情況出現所以又用左幾粒鐘去研究點樣令首頁符合 W3C然後將教學 post 埋上 molyx 既官方論壇點知o個個論壇既管理員竟然比左個精華我 XDD我比人地就比得多 今次都係第一次收…能夠比人地大公司 Admin 賞識真係好開心 XDD佢仲話黎緊正式版一定會改好 tim kaka我一有時間都會繼續改其他 page 拎多幾個精華先 XD

Related posts

  • Web Content Accessibility Guidelines (0)
  • I am going to Adobe MAX to MIN (Blog Entry for MAXUP) (0)
  • Alternate Style Sheets (0)
Comments
No Comments »
Categories
Jobs
Tags
flysforum, Molyx, W3C
Comments rss Comments rss
Trackback Trackback

Alternate Style Sheets

Vicker | November 30, 2005 | 4:42 pm

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 in the cookies, so the next time he / she returns will be browsing in his / her favorites.This method is not simply talking about suiting someone’s taste. It is also raising the accessibility of the web sites which is suggested by W3C. Because we can design styles which have larger fonts for the elderly, or design styles which have simpler color combinations for the people suffering color blindness.Although it increases the workload designing the styles, it worths.Reference:Alternative Style: Working With Alternate Style Sheets. [Online]. Sowden, P. Available: http://www.alistapart.com/stories/alternate

Related posts

  • Web Content Accessibility Guidelines (0)
  • 論壇升級 2.5 (0)
  • The Form Assembly (0)
Comments
No Comments »
Categories
Web Usability
Tags
CSS, W3C
Comments rss Comments rss
Trackback Trackback

Web Content Accessibility Guidelines

Vicker | September 13, 2005 | 10:54 pm

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 a success, they can place this icon on their web.But how about WCAG, 508 and Bobby??Due to my curiosity, I have made some search on W3C. Actually WCAG stands for Web Content Accessibility Guidelines. It is a guideline which will make a website more accessible. (WCAG 1.0) Section 508 is something similar to WCAG but written in US Federal law.WCAG have a total of 3 accessibility compliance, A, AA and AAA. (where AAA is the best and of course the hardest to achieve) Although W3C do not provide any automated WCAG checker, we can still check it through WebXACT. (WebXACT) I guess the former name is Bobby but now changed. However even WebXACT can not do all the testing inside the guideline, because some of them are not coding related, e.g. color matching.Although it is hard to acheive all these standards, I think as a web designer we should try our best to do at least most of these. This improves not only the speed of loading the page but also helping our visitors to browse.

Related posts

  • The Form Assembly (0)
  • Alternate Style Sheets (0)
  • 論壇升級 2.5 (0)
Comments
No Comments »
Categories
Web Usability
Tags
bobby, CSS, HTML, validation, W3C, WCAG, webxact
Comments rss Comments rss
Trackback Trackback

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Certification


Adobe MAX 2008

Categories

Archives

Tag Cloud

Battlenet design pattern Gary Wong Flash sitemap WCAG Molyx business XHTML protoype Andy Chun flysbookmark stylesheet Macromedia WMV AIR MovieClip Densha Otoko textformat flysforum AdvancedDataGrid WYSIWYG Google VideoDisplay YouTube Web Usability freelance textfield color selector form assembly depth manager algorithm presentation prototype MOV CSS suck meta bobby family form UI validation flv HTML Cyber Formula include FYP PS2 APICTA frame Flex Yahoo Apple W3C John Koch WarCraft Tim Shiu ActionScript exhibition Eva Shi good dog u CityU Misaki Ito Hacken Lee SEO PHP flash video encoder XML accessibility web page hea the core Lego gundam webxact hyperlink Flex Builder Munsang College Laszlo FLABER Experts Exchange job hunting color Flex FAQ braille Chris Liang JAWS Mac blog OO Adobe OSS ACSS music component HKICTA birthday Adobe MAX bt

Flickr

dojang1.jpg DSCN8009.JPG eva_fyp_dcs.png DSCF0016 07082007083.jpg DSCN4348 msc_bio_v1_2.png msc_bio_v3_1.png 01072007063.jpg 28072007077.jpg DSCN4411 iad2.jpg actionscript2.jpg guesthouse1.jpg 0703_flaber_2.png csgame1.jpg CIMG0763

Blogroll

  • Eva’s Blog
  • Way’s Blog

RSS FxAIR.org

  • ActionScript for Random Numberic Text Lucky Draw
  • Post in cookbook to win a copy of Flex 3 Pro
  • Adobe Flash Player 10 Release is out
  • Adobe CS4 Launch Seminar
  • Flex 3 + external swf with embedded video
  • Flex & AIR @ BarCamp Hong Kong on 6 Sep.
  • Mojave Experiment by Microsoft
  • FotoViewr beta
  • RIAJobs
  • Cairngorm on opensource.adobe.com
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox