Archive for category Utilities

免費的online pattern generator

只要upload 一張圖,再select 你想要用來做pattern 的area,repper 就會自動幫你generate 一個pattern 呢。

自己動手制作自已的background pattern.

repper

Source: http://repper.studioludens.com/#

  • Share/Bookmark

, , ,

No Comments

Google Map generation tool…為了方便和易記?

這個工具都幾得意。它的用途是利用幫你generate google map….

當然 這個動作google 都有已有提供,不過它save 出來的網址是比較易記得。

另外還會加個qr code 比你~~….可以用手機來影….前提是手機支援的話………

xm_my

Source: http://xm.my/kbMq

  • Share/Bookmark

,

No Comments

Google Analytics 的朋友?對手? Yahoo Web Analytics

正當大部份的website 都已經利用了google analytics 這個強大的分析功能,而最重要的是完全免費的。

yahoowebanalytics

Yahoo 就推出一個web analytics,功能上其實差不多,不過charting 方面,yahoo 的玩法是可以自己drag and drop 去define 自己想要的reporting

custom reporting 應該是最大的賣點呢~

看上去都是一個不錯的choice.~

Chowky 覺得好奇怪,為何會有age group, gender 的資料? 太奇怪了。

Visitor Demographics Reports – NEW FEATURE
Read the rest of this entry »

  • Share/Bookmark

,

No Comments

DimDim 一套為中小企而設的 Web Conferencing Software

這是一個  virtual classroom, webminar, and video conferencing software。

這個software 全部是利用了opensource technology 而寫成的,產品是 thin client (哈..layman 點, web technology with no plugin need to be installed)

其實 這個SOFTWARE 用來開會應該很好。~

License: Pro version: Commercial License

Free version: <20 People

Opensource version: 要自己set server…(opensource technology 一向以來都是比較難set 的)

Source http://www.dimdim.com/

  • Share/Bookmark

, , ,

1 Comment

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。
red5_logo
Read the rest of this entry »

  • Share/Bookmark

, , , , ,

No Comments

WordPress 當作 CMS 使用

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 »

  • Share/Bookmark

, , , ,

No Comments

[Actionscript] Add Leading Zero

以前只是很簡單的pad 1個0在前面,沒有想過寫一個utility class。

所以,既然有人教,當然要記住la

1
2
3
4
5
6
7
8
function addZero(n:int, numZeros:int = 1):String {
var str:String = n + “”;
while (str.length<numZeros+1)
{
str = “0+ str;
}
return str;
}

Source: http://shang-liang.com/blog/algorithm-for-adding-leading-zeros/

  • Share/Bookmark

No Comments

TOSBack a track of changes for google, apple… terms of service

當你accept 完一些terms of service之後,當他們改terms of service,他們不會,而且無必要通知閣下。

沒事的時候當然無問題,
只不過有事就真係麻煩。

tosback
Read the rest of this entry »

  • Share/Bookmark

, ,

No Comments

[Utility] Bookmark Sharing LinkMoon

是否用了delicious 太久,覺得有點悶 (哈,其實是太煩,不好用,口不對心呢),所以就問朋友看看有沒有新的bookmark management 的utility.

友人介紹了sharemoon LinkMoon ,打開看看,design 比delicious 好看好多。

frontpage

e….而且是用ajax 的方法來load bookmark。loading speed 都不錯。加了個bookmark,原來是自動generate thumbnail的,哈,不錯呢。可惜的是…不能自己generate tag。

另外next 的那個圖好像怪怪的。 Read the rest of this entry »

  • Share/Bookmark

, , ,

No Comments

UI Pattern Factory

web 2.0 年代,ui 方面當然是比較講究。這個website 是可以讓你search 一些ui desgin 的examples and guidelines。

uifactory

用家還可以分享自己的design~

老實說,這個website 上的guideline 無權威可言,you may get inspired, but it’s not the best practices.

所以要小心使用。

Source: http://uipatternfactory.com/

  • Share/Bookmark

,

No Comments