Archive for category Opensource
Adobe投訴 美查蘋果壟斷
近來最多 flash platform 上討論的事情當然是,apple 在adobe 推出cs5 之前3 日就改招改 app store 的license agreement.
Apple 這招「肥水不留別人田」的做法當然引來不少批評,而且,之後apple 出了公開信表明不加入flash的原因,而 adobe 就當然再出公開信反擊,搞到事件升級 (當然這是肯定會發生)。近日又有更新~

《華爾街日報》引述消息稱, Read the rest of this entry »
[Flex] Flex 4 DataGroup
Posted by Chowky in News, Opensource, Utilities on April 17, 2010
Flex 3 大家都有用的一個component 都應該是repeater.
但到了flex 4 之後,就改為datagroup。
不過其實用法就無改變呢~
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="500" height="200" initialize="init()" viewSourceURL="srcview/index.html"> <fx:Script> <![CDATA[ import mx.collections.ArrayCollection; [Bindable] public var productData:ArrayCollection; private function init():void { productData = new ArrayCollection(); productData.addItem({"name":"Chocolate","price":"3"}); productData.addItem({"name":"Beer","price":"5"}); productData.addItem({"name":"Candy","price":"2"}); } ]]> </fx:Script> <fx:Declarations> < </fx:Declarations> <s:DataGroup itemRenderer="ProductsRenderer" dataProvider="{productData}" rollOverColor="0xFFCC00"> <s:layout> <s:VerticalLayout horizontalAlign="center"/> </s:layout> </s:DataGroup> </s:Application> |
1 2 3 4 5 6 7 8 9 10 11 | <s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" autoDrawBackground="true"> <s:layout> <s:HorizontalLayout verticalAlign="middle" /> </s:layout> <s:Label text="{data.name}:" width="100" fontWeight="bold" /> <s:TextInput text="${data.price}" width="50" /> </s:ItemRenderer> |
Source: http://www.flex-blog.com/flex-4-flash-builder-4-repeater-changed-to-datagroup/
Flex on IPhone?
flex on Iphone ,這個名好吸引,技術上是利用了flex 的framework,再重新寫了一個新的compiler 出來….
cross-platform mobile application development based on Flex,聽上去不錯。
暫時未試過真正使用,要等他們有真正的source code 推出,(chowky 當然要看看iphone 的sample app),但iphone 的 emulator又怎樣做呢? 是否能在window 上寫呢?
另外一方面連andriod 都support,聽上去都令人興奮~
如果各位有人試過的話~~可以交流一下呢~

Source: http://developer.openplug.com/
[Mac] Smultron 小巧 程式碼編輯器
Posted by Chowky in Mac, Opensource on January 4, 2010
Chowky 近來問了一位外地朋友,他究竟是用什麼來做code editing 呢~
寫html + php ,在window 中 chowky 就會在notepad ++ 來寫的,但在mac 的環境中又沒有notepad++ ,又不想利用xcode 來寫html , php 就更加不會,因為兩個的debug 的方法都是直接利用browser 就可以見到,chowky 只需要一個syntax highlighter。 (chowky 對dreamweaver 的 syntax highlight,有點意見,不是chowky 的喜好,覺得有點怪怪的)
Smultron 是一個很好用的程式碼編輯器,類似window 上的notepad++。
支援各種程式語言如:C/C++、Objective-C、Java… 等語法著色。
並可將偏好設定儲存到 iDisk
支援的程式碼 highlight.

其他介面的圖~


Read the rest of this entry »
Appcelerator Titanium 一個很有趣的工具 + 比較
Posted by Chowky in AIR, Jquery, Mootools, Mac, News, Opensource, RIA, iPhone on October 15, 2009
雖然chowky 已經知道這個工具很久,不過覺得這套工具未成熟,所以沒有理會。 直至今天嘗試開發專為 iphone 的 web。在找尋的過程之中,又看到這個工具,看來已經比之前好成長了不少。於是,今天就看看是怎樣的東西~
首先是titanium 是 opensource,另外這件東的 concept 其實不錯的,真的有點似adobe air,mobile, desktop 的version 都有buildin 的sqlite support。 主要的分別,titanium 就是compiled and run in native OS,所以分為,mobile version, desktop version and web version ,而 ADOBE AIR 就放在flash platform / AIR 之中。而titanium 就比adobe air 走快了一步,支援了mobile (iphone and andriod) ,所以都有些人認為是air 的最大的competitor (為什麼沒有m$ 的silverlight,不入流呢)。

[Flash] 指南針
Posted by Chowky in Flash, Opensource, RIA on September 15, 2009
一個用flash 開發的指南針。
當你drag 指南針的時候,指針就會自動指向北。
這個effect 方面是利用actionscript 3 的tweening class.
Chowky 個人比較喜歡 tweenmax 的library。因為只要一句actionscript 就可以做到很不的animation。
(這個post 都比較數學呢~~,要atan…… 要這樣計角度來做,原來真的不簡單呢~)
[Flex] Adobe Opensource its Flex Charting Component
Posted by Chowky in FLEX, Opensource, RIA on August 28, 2009
估不到,因為什麼原因而opensource自己的charting component,這會否影響了flex builder 3 professional 的銷情?
That page also has the Data Vis. components listed, and the download includes the source and is no longer watermarked.
Previously a Flex Builder licence was required to obtain the source and remove the watermark.
可能坊間太多不同的charting component,所以adobe 索性open source。
不過都是一個好消息。~
Source: http://www.rachaelandtom.info/content/adobe-open-sources-flex-data-visualization-components
Flash Media Server Opensource Alternative
當然的是,flash media server (fms) performance,format support,reliablity都然會比較好。
但若果沒有錢的話(無錢就唔好做la!!),chowky 做得IT 的解決方案,當然要找其他可行的方法。(正路行不到,唯有繞道)
Red5 是一個 opensource 利用了 java 寫成的。可以透過apache tomcat (其實只要deploy到.war file的application server 就可以了)來achieve video/audio streaming。

Read the rest of this entry »
WordPress 當作 CMS 使用
Posted by Chowky in News, Opensource, Utilities on August 20, 2009
IT 方面的應用,只有想不到,但沒有做不到的~
正如,youtube 的用家都直接把自己的網頁放上去youtube
當然,wordpress 都不例外,直接把wordpress 當作cms,customize 不同papge 放的位置,這個plugin 叫做pods
WordPress evolved.
Pods is a CMS framework that lets you create, manage, and display your own content types. Don’t bother hacking blog posts into becoming something they’re not. With Pods, create entirely new data structures with only the fields you need. Like Drupal CCK, you can set up relationships, allowing for a whole new level of interconnectedness.
再看看介紹吧~
Read the rest of this entry »




Recent Comments