Royale Shell Style

For yous don’t like Luna Shell Style – the only one included in Windows XP – there is finally a official alternative. Royale Shell Style is the shell style that included in Windows XP Media Center Edition. You can legally download it for the link (choose ‘royale.zip’); of course you need the legally own a Windows first.

There are a lot of unofficial themes out there. The most one turn Windows XP into a MacOS X Aqua! But sadly they requires cracking system dll (either do it yourself or by using Style XP.)

I prefer getting a real Mac than doing so (smile).

終於有個正式版的 Shell Style 可以取代 Windows XP 內附且唯一的 Luna Shell Style 了。Royale Shell Style是 Windows XP Media Center Edition 內附的 Shell Style,可以從上面的連結合法下載 (抓 ‘royale.zip’);當然,「合法」的意思是您要先合法的擁有一份 Windows XP。

網路上有一脫拉庫的非正式 Shell Style。其中最有名的還可以把 Windows XP 換成 MacOS Aqua!只是它們都需要先破解一個系統檔案才能裝;不管是自己破還是用Style XP

Well, 真要玩那個,我會去弄一台真正的麥金塔(笑)。

Internet Explorer is not just a Browser

Internet Explorer is a very powerful program. It not only connect websites, but automatically launches various programs, including Office applications to open it. In fact, it actually allow websites to install applications to your computer – usually with your ecknowledge. Try to recall the how you update your Windows, install the latest MSN Messenger or Yahoo! Messenger then you will realize that.

Internet Explorer can be embedded to any windows program. The standard example is HTML Application, with others well-known examples like PCMan, KKman, Maxthon Browser. Microsoft had stop developing IE’s user interface for a very long time, forcing people to move to other ‘browsers’ without knowing they are still using it. Actually, Windows Explorer, the application that open your folders, is displaying folders in an IE – then it enables an icon displaying box within the IE box. Norton AntiVirus, sounds strangle to do so for a anti-virus software, also display it’s UI in an IE box.

Of course, there always a dark side. Websites you don’t trust can install spyware in to your computer through IE. We usually expect an “Are you sure?” pop-up when they do so, but sometimes they just found a way in. There is a launch-able chain – Windows Explorer launches IE within it; IE launches Media Player; Media Player launches visual plug-ins, etc. It takes just one defect, just one, within the chain of applications to open a way in, and to damage your system.

Now you know why Microsoft ask you to update your Windows frequently.

So you really think Internet Explorer is just a browser? It does much more than you think. Why bring up IE (with these applications) just to browse Internet? Try Firefox, safer, lighter, and better.

But don’t uninstall your IE (even if you can)! You will always need it – in the field it really shows the power.

Internet Explorer是個非常強大的程式。他除了可以瀏覽網頁以外,當網頁上有檔案需要其他程式開啟的時候,它可以主動的呼叫該程式像是Word等Office程式。它甚至可以讓網站安裝程式到您的電腦中;想想看您之前怎麼更新Windows、安裝MSN Messenger或是Yahoo!即時通就會發現了。安裝程式通常需要您的同意,通常

Inrernet Explorer可以內鑲在任何Windows程式裡面。標準的範例是HTML Application,其他有名的範例還有PCManKKmanMaxthon Browser。Microsoft已經停止研發新版的IE操作畫面很久了,讓許多使用者改用其他的瀏覽器上網——但是不知道他們其實還在用IE。其實,打開資料夾會用的Windows Explorer也是把資料夾顯示在IE裡面——然後再到內鑲IE裡面再內鑲一個顯示資料夾圖示的小程式。很奇怪是就連防毒程式——Norton Anti-Virus都用IE顯示它的操作畫面。

凡事都有不好的一面。許多您不信任的網站會利用IE安裝間諜程式到電腦裡;通常網站要求安裝程式的時候,我們會看到安全性警告;但是它們就是找的到不經過同意就可以安裝的方法。IE帶著一個「程式啟動鏈」——像是Windows Explorer在自己的畫面啟動IE;IE啟動Media Player;Media Player啟動視覺效果… 只要這條鏈裡面有一個程式有瑕疵——只要一個——就會開個後門然後搞壞您的電腦。

所以你現在知道為什麼Microsoft要大家更新Windows了吧。

你現在還覺得IE真的只是個網路瀏覽器嗎?它可以做的事情比您想像的多太多了。為什麼只是網站就要啟動IE呢?試試看Firefox,更安全、更快的網路瀏覽器。

不過不要急著解除安裝IE呀(就算有辦法解除安裝)!在它能發揮實力的地方,IE總是有用的。

Dock

Dock & Dock with Iframe

很早就寫過把MacOS X形式的Dock放到網頁上的Javascript程式了;那時候的習慣不是很好、程式碼寫的有點糟;但是那時候還真有耐心啊(廢話那時候用掉的是一生只有一次的大學聯考激發出來的生產力啊,啊哈哈)。

這幾年過去有點小小的長進所以拿以前的程式做練習,意外發現同樣的行為用簡單的疊加程式碼就可以寫出來;根本不用先弄個時間-大小函數。終於有點長進了。

現在拿出來給大家申請使用。需要放在自己站上請舉手,要經過老師同意才能加入會員喔。我已經同意讓Aray用在她的COLOR BLOG上了;如果有想出圖示的話(想不出來啊)可能也會用在松江水綠 Web版上。

Iframe版本在IE上已知問題

如果Iframe內的網頁是一個標準網頁(也就是用<!DOCTYPE>開頭),IE會算錯它的寬度,然後顯示不知道在捲什麼的橫向捲軸。您用Dock-iframe逛MozTW就會感受到這個問題。解決方法是將網頁升級成xHTML 1.0標準。檔案用<?XML>開頭後面的<!DOCTYPE>就會被IE忽略。用兩個bug互相抵消的手段對付IE(唉);希望IE7出來的時候不會只修好一個,那就要想其他方法了。

This is one of my recent Javascript work. I chose Dock because I had done it before in a nasty way when I was a kid (laugh). Surprisingly Dock can be done in such simple code.

Please use these code with my prior permission.

Known Issue

When using Dock-iframe in IE, IE will display horizontal scroll bar if the webpage inside is a standard one, i.e. has <!DOCTYPE> tag. IE can never count width correctly. To avoid this simply upgrade your webpages to xHTML 1.0 standard; <!DOCTYPE> somehow would be omitted by IE since the webpage then begin with <?XML>. This is how we deal with IE: use two bugs to cancel each other. I hope this will work on IE7, too; haven’t tested it though.