2009年10月23日 星期五

PC Softwares Installation List

A) Browsers:
------------
1) Internet Explorer
2) Firefox
3) Google Chrome
4) Opera
5) Mac Safari
6) Maxthon
7) Netscape

B) FTP, SSL & Text Editors:
---------------------------
1) FTP:
a) CuteFTP / CuteHTML
b) FileZilla

2) SSL:
a) SecureCRT
b) Putty
c) VNC

3) Text Editor:
a) Crimson Editor
b) UltraEdit
c) CuteHTML
d) Notepad ++


C) File Handling:
-----------------
1) FileSplit
2) WinZip
3) WinRAR
4) PPT Minimizer
5) CutePDF - convert excel into PDF
6) Extreme Thumbnail Generator
7) Eraser and Recovery
-- Sure Delete 5.11
-- Randora Recovery 2

D) MultiMedia:
--------------
1) Adobe Creative Studio:
Photoshop, ImageReady, Illustrator
Dreamweaver, Flash, Firework, FlashPaper, Flash AIR
Acrobat, Adobe Reader

Flash Applications:
SWF sothink Decompiler

Cursor / Icon Creation:
Cursorarts, IconForge7

2) Codec:
a) K-Lite Codec Pack

3) Multimedia Players:
a) Media Player Classic
b) VLC Media Player
c) RealPlayer
d) QuickTime

4) Screen Capture:
a) HyperSnap
b) SnagIT
c) Firefox Plugin: Fireshot
d) WINK - capture workflow
e) Screenshot Captor


E) Desktop Applications:
------------------------
1) Fences - http://stardock.com/products/fences/index.asp (grouping desktop shortcuts)
2) Microsoft Office
3) Google Desktop
4) Simulator : VMware workstation
5) Fonts (for Windows)


F) Downloader:
--------------
1) Foxy
2) FlashGET
3) Bittorrent

G) AntiVirus:
-------------
1) Symantec Endpoint Protection
2) MSN Virus Cleaner
3) 木馬清除大師
4) Trend Micro HijackThis 2.0.2 (clean spyware)
5) 系統清淨工具CCleaner

H) Offline Reader / Web Archive:
--------------------------------
1) Offline Explorer
2) Firefox Plugin

I) Web Development:
-------------------
1) Firefox Plugin: Firebugs, Web Developer, Tamper Data, MeasureIT
2) appserv - Apache, PHP, MYSQL
3) xampp server - Apache, PHP, MYSQL, Perl, Python
4) Microsoft Expression Web Designer

J) Monitoring:
--------------
1) CPUZ
2) HTTP Watch
3) Fiddler

K) Others:
----------
1) Microsoft AppLocale
2) 中文字速查寶典
3) FinePrint
4) Nero Burner
5) Partition Magic

2009年10月8日 星期四

HTML : set iframe background as transparent

HTML - background-color: transparent;

iFrame - allowtransparency="true"

2009年10月7日 星期三

Flash ActionScript + PHP : file upload appliaction using the FileReference API




URL : http://markshu.ca/imm/flash/tutorial/fileReference.html
AddThis Social Bookmarking Sharing Button Widget:



http://www.addthis.com/

http://www.addthis.com/bookmark.php

Cookie Handling Routines in JavaScript

These routines are not rocket science, but they do provide a complete set of easy-to-use cookie handling routines in JavaScript. You will find below demonstrations of all the routines, together with the calling sequences used.

(Session Cookies + Persistent Cookies)

The following routines are provided in the zip file:

1) Test to see if session cookies are enabled.
2) Test to see if persistent cookies are enabled.
3) Write a session cookie
4) Write a persistent cookie
5) Get value of a named cookie
6) Delete a persistent cookie

URL : http://www.braemoor.co.uk/software/cookies.shtml