Just tried a moment ago. It has many popular games including Angry Birds, which was available only in Chrome for browsers. Now I can play it in Firefox.
Great!
Tuesday, August 30, 2011
Monday, August 29, 2011
Google Image Search
Just tried google's image search for curiosity. I use the profile picture from Szechuan Legend Restaurant's Facebook page.
The result comes with many colorful bamboo design. and the suggested keyword is "bamboo background". Not bad in my opinion.
The result comes with many colorful bamboo design. and the suggested keyword is "bamboo background". Not bad in my opinion.
蜀香苑在Facebook上的的广告
上周末在Facebook上打了个广告,两天就花掉了2大圆,而我还没看见广告到底出现在哪里。头一次做广告,还有点摸不倒头脑。不过蜀香苑Page倒是有了不少人气了,Like的人加到了12人。而且把Profile的图片更换了一下。希望人数能再快点,到25人就能做更多事了。
New Phone System
We had the new phone system today in our office. Looks fancy however ...
The phone is feature rich, but it's IP phone. Anyway, I guess the company is just trying to lower the cost. 5330 for me is too complicated. I may not use many of them in the life time.
The phone is feature rich, but it's IP phone. Anyway, I guess the company is just trying to lower the cost. 5330 for me is too complicated. I may not use many of them in the life time.
Friday, July 15, 2011
Google+ and concern
Join the Google+ today, but I removed my profile photo too.
Maybe I am conservative, but the content is out of your hand once published. Even you close your account and delete all content, it's not guaranteed that things are clear. Yours are still somewhere on the net.
I am not a sociable person and don't want to. So keeping low profile is what I would like to do.
Maybe I am conservative, but the content is out of your hand once published. Even you close your account and delete all content, it's not guaranteed that things are clear. Yours are still somewhere on the net.
I am not a sociable person and don't want to. So keeping low profile is what I would like to do.
Wednesday, March 2, 2011
蜀香苑网站上加入了Facebook 和 Twitter
今天更新了网站,在抬头上加上了“Facebook” Page 的链接和 “Twitter” Follow。而且在每页上也植入了“Like”和“Tweet”功能。原来从来没研究过,原来Facebook还有这么多机关,而且推广网站和推广在Facebook上的Page还有很大不同。Tweet也是,还没搞的太清楚。
朋友对我网站界面的赞赏,很是让我激动啊!希望以后的“真功夫”也能接纳。呵呵...
朋友对我网站界面的赞赏,很是让我激动啊!希望以后的“真功夫”也能接纳。呵呵...
Monday, February 28, 2011
蜀香苑有 Facebook Page 了
不晓得这种推销方式在中国人中流不流行,不过先加上个链接再说吧。
这个Page刚建立,还不到25人,所以还不能有一个URL,争取让更多人去加“Like”。
这个Vanity URL 还不好挣哦。暂时,这个链接是可以的。
Facebook Page:蜀香苑川菜馆-Szechuan-Legend-Restaurant .
这个Page刚建立,还不到25人,所以还不能有一个URL,争取让更多人去加“Like”。
这个Vanity URL 还不好挣哦。暂时,这个链接是可以的。
Facebook Page:蜀香苑川菜馆-Szechuan-Legend-Restaurant .
Monday, February 7, 2011
餐厅网站制作-Up and Running
Version 1.0 完成了,昨天集中精力把拖了很久的网站建设完成了。朋友的餐厅这两天就开张了,没太多时间去完善全部功能,就没去想和执行动态更新网页方法,V2的时候再说了。V1相对于草图来说,就加了些底纹图案,地图和菜单链结。
把他们的信息放上来,有空去光顾哦,不会让你失望的,至少菜哈。
餐厅名称叫
【蜀香苑】川菜馆
电话
905-889-7883
地点就在
505 HWY 7 E, Unit 91&92(Commerce Gate),
Richmond Hill, ON
L3T 7T1
网站地址是
http://www.sichuanlegend.com
把他们的信息放上来,有空去光顾哦,不会让你失望的,至少菜哈。
餐厅名称叫
【蜀香苑】川菜馆
电话
905-889-7883
地点就在
505 HWY 7 E, Unit 91&92(Commerce Gate),
Richmond Hill, ON
L3T 7T1
网站地址是
http://www.sichuanlegend.com
Thursday, January 27, 2011
Fix Debugging Flash Crash Issue in FireFox 3.6
Read a thread today, found out a reference about how to fix issue of debugging crash in FireFox 3.6. This problem has been there for while, I haven't think about this is a updating issue.
Fix is simple:
Enter "about:config" in address bar;
Find preference of "dom.ipc.plugins.timeoutSecs" and change the value you want. "-1" value will turn it off and is best option for me without timeout.
The reference is here:
Fix FireFox Plugin Container Crash When Debugging Flash
Fix is simple:
Enter "about:config" in address bar;
Find preference of "dom.ipc.plugins.timeoutSecs" and change the value you want. "-1" value will turn it off and is best option for me without timeout.
The reference is here:
Fix FireFox Plugin Container Crash When Debugging Flash
Tuesday, January 25, 2011
Monday, January 24, 2011
Cairngorm 3 and Parsley in Flex
Past a couple of years, I involved a few projects using Flex tech. we had some problems in my team when developing enterprise project. One is the code maintenance. As the project grows, AS commands, servce controls and UI mxml always involved together and hard to decouple. The other is unit test. The Flex is a very powerful event driven framework. However, when I wrote the unit test for a particular part of code, it because very hard to handle when the data is ready cause I don't know when the event will be triggered to generate the data required for unit tests if testing part involving UI operations.
Starting this year, we introduce Cairngorm 3 framework guideline and Parsley injection framework library. These techs hopefully help us to address the issue. MVC is a long existing framework, which decouple commands, views and controls. The idea of Cairngorm guideline is a implementation of decoupling in Flex. The Parsley lib is a popular IoC framework lib to use.
The resources I found are very useful:
Starting this year, we introduce Cairngorm 3 framework guideline and Parsley injection framework library. These techs hopefully help us to address the issue. MVC is a long existing framework, which decouple commands, views and controls. The idea of Cairngorm guideline is a implementation of decoupling in Flex. The Parsley lib is a popular IoC framework lib to use.
The resources I found are very useful:
- Adobe Cairngorm Home
The first place you should go. - Parsley lib Home
Where you can find the guide to using Parsley and it's API. - Arturo Alvarado's Quick Dive into Parsley
A very good step-by-step guide to know about Parsley.
Subscribe to:
Posts (Atom)