Life in a flash - Shang Liang

iBeer, Another iPhone Toy

Looks really fun!

This one is definitely done in Objective-C.

Published by 5566, on July 11th, 2008 at 2:11 am. Filled under: Others, iphone Tags: | No Comments

Concerns Regarding SEO For SWF

  1. Cloaking. It’s too easy to cloak with swf files: off-stage text, transparent/invisible text, text on the stage but users can never reach or use ActionScript to hide text.
  2. Bad user experience. When a user clicks at a swf link in search results, the swf file will be opened ‘nakedly’ in the browser, filling up the full browser. If the swf file is meant to be shown in full browser, it’s not much a problem. However, most of swf files are meant to be shown in a specific dimension and they will scale up and get pixelated in this case.
  3. Broken link. Following from point 2, if the swf file is directly opened in a browser, some swf files can not run properly. Some files require communication with JavaScript and some need the data set by flashvars (in embed tag) or addParameters (in swfobject).
  4. Cloak to solve the problem. Problem 2 and 3 can be solved with some detection codes. If the swf file detects that it’s ‘naked’, without a HTML holder, it can automatically refresh to the HTML page.  However, the problem is that you are cloaking.
  5. Inaccurate link. A swf link from a search engine doesn’t directly bring the user to the information he/she is searching for, in most cases. It’s very unlikely that when a user searches for “curry chicken” and the linked swf file has “curry chicken” is in the landing screen. Most likely, the user needs to click around to look for the content again. On top of that, Flash does not support full page text search and of cause, search engine can’t highlight the search words either.

Published by 5566, on July 2nd, 2008 at 1:38 am. Filled under: Others | No Comments

Politics of country drop down menu: solution

To avoid HongKong, Taiwan and China’s “one China” policy problem, do not mention the word “country” in your *uhem* drop down menu. Use something like, “location”, “where do you live?” and “your region” etc.

Published by 5566, on May 12th, 2008 at 11:30 pm. Filled under: Others | No Comments

Politics of country drop down menu

If you list China, Hong Kong and Taiwan as 3 different countries, you’ll get complained by Chinese.

I seriously feel that at the current moment all Chinese should spend more energy cleaning up Beijing streets other than hunting down companies who list countries wrongly.

BTW, I think website domains should change, too. .com.hk is wrong. It should be .com.cn.hk

Published by 5566, on May 8th, 2008 at 10:53 pm. Filled under: Others | 1 Comment

3D

3d

Inspired by this blog entry: http://impossiblearts.com/blog/2008/05/06/bernhard-kerschbaumer-3d-portfolio-reel/

I was trying very hard to find Papervision’s traces but couldn’t then I realised this is a portfolio of a 3d guy not a 3d portfolio. 

Published by 5566, on May 6th, 2008 at 11:30 am. Filled under: Others Tags: | 2 Comments

Not Cool!

Recently, my hatred against Flash websites (and other non-HTML websites, Silverlight in this case) came back. I know I shouldn’t blame the platform, rather I should blame the users.

http://www.microsoft.com/windowsserver2008/en/us/serverunleashed/default.html

Why is this website in Flash? Why is there a robot? Yes, geeks like robots but they are not 5 year old kids. An acrobatic robot won’t convince them the OS is good. A simple HTML page with big tables and numbers is a lot more erotic.

Published by 5566, on April 22nd, 2008 at 12:55 am. Filled under: Others | 6 Comments

A random thought about Safari 3.1 on PC

This is not news any more. Apple bundled Safari 3.1 together with iTune update and it’s a big concern for its ethics and potential security risks. I was just wondering, if Safari 3 happens to bring PC some serious virus, is it Microsoft’s fault or Apple’s?

Published by 5566, on April 10th, 2008 at 6:38 am. Filled under: Others | No Comments

Minor problem with Tweener as2 version

Back in 2006, I encountered a strange problem with mc_tween2. mc_tween2.as was unable to be #included. In the end, I just re-saved the file in my system and it worked. Today I encountered the same problem with the as2 version of Tweener. The compiler keeps giving me “Equations.as not found” error. I did the same trick as for mc_tween2. I opened Equations.as file, key in some spaces at the end of the file, resaved it and it worked. I guess it’s a PC/Mac or PC/Linux file format issue.

Published by 5566, on April 9th, 2008 at 10:26 am. Filled under: Others | 2 Comments

My 4th Levis Lady Style website

From 2005 to 2008, from Flash 7 to flash 9, from 2D to 3D, it’s quite some journey.

>>Enjoy<<

Published by 5566, on March 18th, 2008 at 3:11 am. Filled under: Others | 3 Comments

SWF 9 decompilers are out!

Why they release at the same time? Coincidence? I’ve been reading Godfather recently. I think it was pure “business”.

  1. IMPERATOR °FLA 4.0
  2. SoThink SWF Decompiler 4.0 
  3. ASV 6.0 is also on the way

Published by 5566, on March 5th, 2008 at 3:43 am. Filled under: Others | No Comments