Archive for October, 2011

Mac book Bootcamp Home, End, Ctrl-Alt-Del input

當大家有用MAC BOOK BOOT CAMP 的時候,因為無KEYBOARD 沒有HOME END 的BUTTON,令到寫PROGRAMM 有點困難。

其實只要加上fn KEY 就可以做到了。

Pause/Break – fn + esc
Home – fn + left arrow
End – fn + right arrow
Page Up – fn + up arrow
Page Down – fn + down arrow
Print Screen – fn + shift + F11 ( For active window, fn+shift+alt+F11)
Del – fn + backspace
Windows key – cmd
Ctrl-alt-del – ctrl + alt + fn + backspace

Share

, , , ,

No Comments

[Jquery] multiple file upload plugin

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).

Detail

Requirement: Flash and jQuery.
Reference: http://www.uploadify.com/
License: Open Source

Share

, ,

No Comments