Posts filed under ‘Uncategorized’
Window Shut Down automatically
Type in run/”執行” or cmd :
shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]
simple example :
shutdown -s -t 5000
will be shutdown after around 1.5 hour ( note that the unit of 5000 is second )
shutdown -r
will be restart the computer
MSN modification
如果大家有用緊而家呢個 version 2009 ( Build 14.0.8064.206) 既msn, 不其然會覺得send 圖片好麻煩, 因為佢會將圖片變左唔知咩分享~~麻麻煩煩咁la~
so 只要dl 呢個file, replace 左舊個個就得~~~~
http://utopiabluesky.files.wordpress.com/2009/08/msnmsgr.jpg
請dl 後將 .jpg 改為 .rar
FLV Streaming
Please be aware that these steps do not resolve any issue with Flash, but are a configuration step for Microsoft Windows 2003 and Microsoft IIS Server 6.0. Any difficulties in executing these instructions or any errors that may arise from modifying your system settings should be addressed to Microsoft. For more details, please refer to your IIS documentation.
- On the Windows 2003 server, open the Internet Information Services Manager.
- Expand the Local Computer Server.
- Right-click the local computer server and select Properties.
- Select the MIME Types tab.
- Click New and enter the following information:
- Associated Extension box: .FLV
- MIME Type box:flv-application/octet-stream
- Click OK.
- Restart the World Wide Web Publishing service.
http://www.dvdvideosoft.com/guides/dvd/windows-server-does-not-stream-FLV-videos.htm
PhotoRazor (photo editor)
成日都唔記得呢個咁好用既photo editor, 而家mark 底佢先:
PhotoRazor
http://www.stormdance.net/software/photorazor/software%20overview.htm
clear form when click back button
之前整過d form, d 人填完之後submit 左, 如果back 番又會show 番哂d 資料係張form 度~~想左好耐都唔知點解決好, 睇左人地d forum, 有d 人用cookie save住, 但我冇~~
then原來可以clear cache….係page load 放呢2 句
Response.Cache.SetExpires(DateTime.Now);
Response.Cache.SetCacheability(HttpCacheability.NoCache);