Archive for category Jquery, Mootools
[Jquery] multiple file upload plugin
Posted by Chowky in Jquery, Mootools on October 8, 2011
A jquery, flash solution for upload files with progress bar.
With the use of flash, when browse for files, multiple file can be selected which could not be provided in the IE7,8 browsers.
However, you should take note for the ASP.NET.
Notes for the ASP.NET:
Window Authentication cannot be used due to the limitation of the flash which does not properly handle HTTP Authentication (or you need to write a page which allow anonymous access)
Forms Authentication can still be used but you need to search about the custom handling.
HTTP Authentication is handled at the Web Server/Browser level with HTTP response codes and HTTP headers.
Once authenticated the browser remembers that you already authenticated to this site and just sends the auth data with each request (otherwise you’d have to re-auth with every request).
Requirement: Flash and jQuery.
Reference: http://www.uploadify.com/
License: Open Source
[jQuery] Ajax Calendar Control: Full Calendar 推介
Posted by Chowky in Jquery, Mootools, News on August 15, 2011
如果有看chowky 之前的blog 的話,chowky 之前介紹了8種不同的ajax calendar control.
不過過了這麼久,chowky 再次去看看,跟進一下之前所看好的 full calendar 的開發情況是怎樣。
chowky 的眼光果然不錯,現在的full calendar 已經加入了 day view 的week view ,基本一個calendar 所要求的都經已達到,chowky 覺得十分滿意,有機會的話會採用這個control (hm…老實說、主要原因是免費)
documentation, api 都足夠,integration 應該不困難

License: open source (dual licensed under the MIT or GPL)
Demo: http://arshaw.com/fullcalendar/
[jQuery] Sponsor Flip Wall
Posted by Chowky in Jquery, Mootools on May 10, 2010
近來因為工作需要,所以就找到了很多不同的jquery 的 plugin ,學到了很多不同的effect。 (所以之前的post 很多都是jquery 的tutorial 來呢)~
你只要一click 就會反轉,之後就會見到簡單的description~


Note: 這個只支援modern browser…. ie 6就無機會用到了,因為利用了css3。這個是利用了 jQuery Flip plug-in。
用法都十分之簡單~ Read the rest of this entry »
[jQuery] iPod-Like Dropdown List Sample
Posted by Chowky in Jquery, Mootools on April 27, 2010
這個jquery 的dropdown list. 可以做到類似ipod 的drilldown 的做法。可以chowky 沒有用過ipod ,所以覺得有點新奇,所以分享給大家~
原來都幾易用呢~
可能大家都見過,不過呢~,近來~這個plugin 加入了去jquery ui 作為component,所以支援了apply 不同 theme 的能力,所以大家可以隨便換theme ,都幾好用呢~。
用法好簡單,html的basic structure 都是利用常用的 unorder list “ul” 和 “li”。
Read the rest of this entry »
[jQuery] Javascript Game Engine (gameQuery) !?
Posted by Chowky in Jquery, Mootools, News on March 16, 2010
不過有人竟然開始就把這個做出來~,佩服
Sprite 的hit test 其實都很花時間的。所以大家暫時不是考慮真正的使用。看來只能佩服一下而已~
當然,簡單的minigame 應該都是可以做到的。
gameQuery has the following features:
* multi layer-sprite animations
* sprite hierarchies (grouping)
* collision detection
* swappable sound support
* periodic callbacks
* keyboard state polling
* free and open source license
期待他們做到一個很理想的engine~
Source: http://gamequery.onaluf.org/
[jQuery] 1.3.2 和 1.4 的比較
Posted by Chowky in Jquery, Mootools, News on January 20, 2010
jQuery 近來都差不多成為最多人用的javascript framework 了。
近來jQuery 推出新的release 1.4. 聽聞 performance 改善了很多。
No. of Function Calls (因為減少了很多不必要 method 的call,可能就是大大改善performance 的原因)

dom 的insertion 看來需要的時間真是快了很多 (ie 系列快了很多)

Read the rest of this entry »
[CSS] Radioactive Buttons (Safari 4.x, Google Chrome Only)
Posted by Chowky in Design, Jquery, Mootools, News on December 7, 2009
就近聖誕,當然要加入一些聖誕元素呢~~。
這個demo 就教你利用webkit 的css animation 去做一個閃閃下的button~~..
因為是利用了webkit 的關係,所以~~…..只可以做到safari, google chrome show 到出來。
做法就很簡單 (當然是因為利用了css 的animation)
Read the rest of this entry »
Appcelerator Titanium 一個很有趣的工具 + 比較
Posted by Chowky in AIR, iPhone, Jquery, Mootools, Mac, News, Opensource, RIA 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,不入流呢)。









Recent Comments