微軟即將推出的下一版 Windows 作業系統:Windows Vista 新增了一些字型,在繁體中文的部份則新增了「微軟正黑體」、簡體中文的部份增加了「微軟雅黑體」,其它日文、韓文也有增加字體。說到這個「微軟正黑體」果然很正,不論斜體或粗體都不會變模糊、也不會高低不齊。字型的尺寸跟原來的細明體差不多,應用在網頁上,不僅不會不協調,我認為比其它家的黑體字好看多了,彷彿像是看到了 Mac 一樣。
下載完後再到控制台中的字型去新增剛剛下載的就可以用啦~~
下載:
微軟正黑體 for 繁體中文 WinXP
http://www.microsoft.com/downloads/zh-tw/details.aspx?familyid=87e726a9-5c79-4a73-9347-78a557314d0b
微軟雅黑體 for 簡體中文 WinXP
http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=b15774c0-5b42-48b4-8ba8-9293fdc72099
2006年5月5日星期五
2006年4月20日星期四
Microsoft 官方公佈Visual Studio Express系列永久免費!
節錄至官方ASP.NET討論區:
http://forums.asp.net/thread/1262185.aspx

We are incredibly excited to announce that effective April 19th, 2006, all Visual Studio 2005 Express Editions including Visual Basic, Visual C#, Visual J#, Visual C++, and Visual Web Developer Express will be free permanently!
Prior to this pricing announcement, Visual Studio Express Editions were promotionally discounted to be free for one year, starting on November 7th, 2005. With this announcement, the promotional discount for Visual Studio Express is now permanent and Express will continue to be free. The key reason for the pricing change was you. You’ve helped make Visual Studio Express a runaway hit, and we’re proud to announce that in the five months since its launch, Express has been downloaded over 5 million times!
詳細微軟官方報導請看:
http://www.microsoft.com/presspass/press/2006/apr06/04-19VSExpressFreePR.mspx
http://forums.asp.net/thread/1262185.aspx

We are incredibly excited to announce that effective April 19th, 2006, all Visual Studio 2005 Express Editions including Visual Basic, Visual C#, Visual J#, Visual C++, and Visual Web Developer Express will be free permanently!
Prior to this pricing announcement, Visual Studio Express Editions were promotionally discounted to be free for one year, starting on November 7th, 2005. With this announcement, the promotional discount for Visual Studio Express is now permanent and Express will continue to be free. The key reason for the pricing change was you. You’ve helped make Visual Studio Express a runaway hit, and we’re proud to announce that in the five months since its launch, Express has been downloaded over 5 million times!
詳細微軟官方報導請看:
http://www.microsoft.com/presspass/press/2006/apr06/04-19VSExpressFreePR.mspx
Labels:
.NET Framework
2006年4月11日星期二
我的第一個Pocket PC軟件
2006年3月22日星期三
破解MS KB912945更新對ActiveX處理方法
早前已談過KB912945對Flash的制肘,受影響的不止flash, Quicktime,Real 等等亦是.
Microsoft官方網站亦有介紹 :Activating ActiveX Controls

覺得有問題的,不止我一人,瀏覽網頁上實在不便,有很多都說這是Microsoft的商業策略,
但連帶其他瀏覽器的穩定性受影響則非同小可, Maxthon用戶投訴更新KB912945後,CPU使用率長期於100%.雖然我只是用IE, 但對我也有影響啦~至少我製作中的網頁亦有Flash, 每次都要Active一次, Reload後又要Active一次....
上網找到有個很簡單的解決方法,就是使用JavaScript - Flash Object 再把SWF載入.
作者網頁: http://blog.deconcept.com/flashobject/
使用方法極之簡單:
1. 下載 Flashobject 1.3 http://blog.deconcept.com/flashobject/flashobject1-3.zip
解壓後,只需要flashobject.js
2. 把flashobject.js放在和你的swf,htm檔案同一個Directory. (js放置目錄可更改)
3. 於Head TAG之中加入
4. 於Body TAG中,刪你去原本Flash的<object>...至</object>, 在你的Flash所在地加入
5. 成功.
參數方面可自行參考作者網頁.
Microsoft官方網站亦有介紹 :Activating ActiveX Controls

覺得有問題的,不止我一人,瀏覽網頁上實在不便,有很多都說這是Microsoft的商業策略,
但連帶其他瀏覽器的穩定性受影響則非同小可, Maxthon用戶投訴更新KB912945後,CPU使用率長期於100%.雖然我只是用IE, 但對我也有影響啦~至少我製作中的網頁亦有Flash, 每次都要Active一次, Reload後又要Active一次....
上網找到有個很簡單的解決方法,就是使用JavaScript - Flash Object 再把SWF載入.
作者網頁: http://blog.deconcept.com/flashobject/
使用方法極之簡單:
1. 下載 Flashobject 1.3 http://blog.deconcept.com/flashobject/flashobject1-3.zip
解壓後,只需要flashobject.js
2. 把flashobject.js放在和你的swf,htm檔案同一個Directory. (js放置目錄可更改)
3. 於Head TAG之中加入
4. 於Body TAG中,刪你去原本Flash的<object>...至</object>, 在你的Flash所在地加入
var fo = new FlashObject("Flash檔案名稱.swf", "mymovie", "200", "100%", "7", "#336699"); fo.write("flashcontent");
5. 成功.
參數方面可自行參考作者網頁.
訂閱:
文章 (Atom)