<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>牛頓工作室 NewtonStudio</title>
	<atom:link href="http://tw.newtonstudio.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tw.newtonstudio.com</link>
	<description>專門提供客製化網頁設計服務，我們將一切做得比想像更好！網頁設計, 圖像處理, 視訊剪輯</description>
	<lastBuildDate>Sun, 29 Aug 2010 04:14:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Silverlight 3D 範例</title>
		<link>http://tw.newtonstudio.com/?p=579</link>
		<comments>http://tw.newtonstudio.com/?p=579#comments</comments>
		<pubDate>Sun, 29 Aug 2010 02:39:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SilverLight 2.0]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=579</guid>
		<description><![CDATA[Silverlight 3.0 內建了3D功能，亦支援ＧＰＵ硬體加速，
以下是一些Silverlight 3D的實例：
http://www.denebspace.com/blog/wp-content/uploads/2008/12/silverlight3d1.html
Kit3D &#8211; a 3D C# graphics engine for Microsoft Silverlight
 http://kit3d.codeplex.com/
http://www.markdawson.org/kit3d/demos/sl2/tigertexture/testpage.html
http://sildev.net/#demo1
Balder &#8211; Get a flying start with Balder, 3D engine for Silverlight.
balder.codeplex.com
Getting Start: http://vimeo.com/13659554
]]></description>
			<content:encoded><![CDATA[<p>Silverlight 3.0 內建了3D功能，亦支援ＧＰＵ硬體加速，<br />
以下是一些Silverlight 3D的實例：</p>
<p><a href="http://www.denebspace.com/blog/wp-content/uploads/2008/12/silverlight3d1.html">http://www.denebspace.com/blog/wp-content/uploads/2008/12/silverlight3d1.html</a></p>
<p>Kit3D &#8211; a 3D C# graphics engine for Microsoft Silverlight<br />
<a href="http://kit3d.codeplex.com/"> http://kit3d.codeplex.com/</a></p>
<p><a href="http://www.markdawson.org/kit3d/demos/sl2/tigertexture/testpage.html">http://www.markdawson.org/kit3d/demos/sl2/tigertexture/testpage.html</a></p>
<p><a href="http://sildev.net/#demo1">http://sildev.net/#demo1</a></p>
<p>Balder &#8211; Get a flying start with Balder, 3D engine for Silverlight.</p>
<p><a style="text-decoration: none; color: #2786c2; outline-style: none; outline-width: initial; outline-color: initial; cursor: pointer; padding: 0px; margin: 0px;" rel="nofollow" href="http://balder.codeplex.com/" target="_blank">balder.codeplex.com</a></p>
<p>Getting Start: <a href="http://vimeo.com/13659554">http://vimeo.com/13659554</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=579</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>結合R與PHP的方法</title>
		<link>http://tw.newtonstudio.com/?p=576</link>
		<comments>http://tw.newtonstudio.com/?p=576#comments</comments>
		<pubDate>Sat, 28 Aug 2010 02:58:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP 常見問題]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=576</guid>
		<description><![CDATA[R中有很多的模組與套裝軟體都是PHP所沒有的, 若能夠將這兩個平台結合起來將會將很多工作簡化起來, 以下是結合PHP與R的一個範例, 但通常我們使用到網頁服務(web service)都要考量到TIMEOUT的問題. 若R需要大量的computational time, 則表示PHP勢必會造成TIMEOUT; 所以解決方法可能就要再另外寫一個LOADING BAR, 或者用FLASH, SILVERLIGHT等RIA的方式來操控了.
以下範例應該是以LINUX裝R的機器為主, 若要在windows Server的R上去執行exec()可能需要設定其他的環境變數, 由於尚未實際操作, 所以先略過這個部分了.
http://www.r-bloggers.com/integrating-php-and-r/
台灣R的官方網站載點: http://cran.csie.ntu.edu.tw/
]]></description>
			<content:encoded><![CDATA[<p>R中有很多的模組與套裝軟體都是PHP所沒有的, 若能夠將這兩個平台結合起來將會將很多工作簡化起來, 以下是結合PHP與R的一個範例, 但通常我們使用到網頁服務(web service)都要考量到TIMEOUT的問題. 若R需要大量的computational time, 則表示PHP勢必會造成TIMEOUT; 所以解決方法可能就要再另外寫一個LOADING BAR, 或者用FLASH, SILVERLIGHT等RIA的方式來操控了.</p>
<p>以下範例應該是以LINUX裝R的機器為主, 若要在windows Server的R上去執行exec()可能需要設定其他的環境變數, 由於尚未實際操作, 所以先略過這個部分了.</p>
<p><a href="http://www.r-bloggers.com/integrating-php-and-r/">http://www.r-bloggers.com/integrating-php-and-r/</a></p>
<p>台灣R的官方網站載點: <a href="http://cran.csie.ntu.edu.tw/">http://cran.csie.ntu.edu.tw/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=576</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用PHP來處理Silverlight (SOAP) (下)</title>
		<link>http://tw.newtonstudio.com/?p=554</link>
		<comments>http://tw.newtonstudio.com/?p=554#comments</comments>
		<pubDate>Wed, 25 Aug 2010 07:18:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP 常見問題]]></category>
		<category><![CDATA[SilverLight 2.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=554</guid>
		<description><![CDATA[這一篇將介紹如何讓Silverlight在事件觸發之後傳輸資料給PHP的SOAP web service.
STEP1: 在VS2010的Silverlight專案按右鍵 &#62; Add Service Reference

STEP2: 確認你的wsdl 已經上傳到web server上之後, 將他的路徑輸入在 &#8220;Address&#8221;的欄位之中. 並按下 &#8220;Go&#8221;, 就可以看到ageService的SOAP出現在Services的欄位中.
此外, 為了方便起見, 我們也將Namespace命名程成 &#8220;AgeService&#8221; (這名字將會在xaml.cs中再度用到)

Step3 : 按下OK之後就會發現專案檔中出現兩個新的檔案, 一個是AgeService, 另一個是config檔. 雙擊config檔.

Step4: 你會發現剛剛設定的東西已經被記錄到Config檔裡面去了.

STEP5: 接下來是處理XAML.CS中的事件, 其中包含了兩個function的CODE:
namespace SilverlightApplication2
{
    public partial class MainPage : UserControl
    {
        public MainPage()
     [...]]]></description>
			<content:encoded><![CDATA[<p>這一篇將介紹如何讓Silverlight在事件觸發之後傳輸資料給PHP的SOAP web service.</p>
<p>STEP1: 在VS2010的Silverlight專案按右鍵 &gt; Add Service Reference</p>
<p><img class="alignnone size-full wp-image-555" style="border: 1px solid black;" title="step3" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/step3.jpg" alt="step3" width="449" height="479" /></p>
<p>STEP2: 確認你的wsdl 已經上傳到web server上之後, 將他的路徑輸入在 &#8220;Address&#8221;的欄位之中. 並按下 &#8220;Go&#8221;, 就可以看到ageService的SOAP出現在Services的欄位中.</p>
<p>此外, 為了方便起見, 我們也將Namespace命名程成 &#8220;AgeService&#8221; (這名字將會在xaml.cs中再度用到)</p>
<p><img class="alignnone size-full wp-image-556" style="border: 1px solid black;" title="step4" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/step4.jpg" alt="step4" width="506" /></p>
<p>Step3 : 按下OK之後就會發現專案檔中出現兩個新的檔案, 一個是AgeService, 另一個是config檔. 雙擊config檔.</p>
<p><img class="alignnone size-full wp-image-557" style="border: 1px solid black;" title="step5" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/step5.jpg" alt="step5" width="425" height="520" /></p>
<p>Step4: 你會發現剛剛設定的東西已經被記錄到Config檔裡面去了.</p>
<p><img class="alignnone size-full wp-image-558" style="border: 1px solid black;" title="step6" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/step6.jpg" alt="step6" width="520"  /></p>
<p>STEP5: 接下來是處理XAML.CS中的事件, 其中包含了兩個function的CODE:</p>
<pre class="brush: c#; highlight: [10, 19];">namespace SilverlightApplication2
{
    public partial class MainPage : UserControl
    {
        public MainPage()
        {
            InitializeComponent();
        }

        private void Button_Click(object sender, RoutedEventArgs e)
        {

            AgeService.ageServicePortTypeClient client = new AgeService.ageServicePortTypeClient();
            client.getAgeCompleted += new EventHandler(client_getAgeCompleted);
            client.getAgeAsync(txtName.Text);
            HtmlPage.Window.Alert(txtName.Text);
        }

        void client_getAgeCompleted(object sender, SilverlightApplication2.AgeService.getAgeCompletedEventArgs e)
        {
            HtmlPage.Window.Alert(e.Result.ToString());
        }
    }
}</pre>
<p>STEP6: 將Silverlight Application再BUILD一次, 並將新的XAP檔上傳到遠端主機上.</p>
<p>STEP7: 再RUN一次index.php, 並輸入關鍵字 &#8220;alfie&#8221; 則輸出&#8221;27&#8243;, 這樣就大功告成了!<br />
<img class="alignnone size-full wp-image-563" style="border: 1px solid black;" title="last" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/last.jpg" alt="last" width="563" height="262" /></p>
<p>檔案之間的對照表:<br />
<a href="http://tw.newtonstudio.com/wp-content/uploads/2010/08/comparison.jpg" target="_blank"><img class="alignnone size-full wp-image-564" style="border: 1px solid black;" title="comparison" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/comparison.jpg" alt="comparison" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=554</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用PHP來處理Silverlight (SOAP) (上)</title>
		<link>http://tw.newtonstudio.com/?p=538</link>
		<comments>http://tw.newtonstudio.com/?p=538#comments</comments>
		<pubDate>Wed, 25 Aug 2010 04:49:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP 常見問題]]></category>
		<category><![CDATA[SilverLight 2.0]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=538</guid>
		<description><![CDATA[在網路上搜尋關於初學者以PHP處理Silverlight的教學文章不多,
但就以這篇我測試後是OK的,
所以在這裡希望能用中文簡略的來重新記錄一遍.
測試環境:

Windows Server 2008 IIS 7.0
FastCGI (PHP環境)
PHP 5.2.14 (必須開 soap 與 xmlrpc的模組)
Silverlight 4 (確認你的CLIENT已經安裝好silverlight, 其實就像裝Flash Player那麼簡單)

使用的Tools:

Visual Studio 2010
Silverlight 4 tools
PHP IDE (都可)

使用到的檔案:

index.php: 顯示silverlight的頁面, 其實對silverlight不熟悉的人可以把它想成是Flash的swf檔, 就像把swf用HTML的object 包起來然後指定路徑顯示而已.
ageService.php: 使用者自己寫的class檔, 還有開啟SOAP的程式也會記錄在裡面
ClientBin/SilverlightApplication2.xap: 當你用Visual Studio 2010編輯完成後Build出來的就是一個放在ClientBin的xap檔, 事實上在PHP的環境裡, 你只要把xap上傳就可以了, 起他的xaml檔都是原始碼, 讓你日後維護修改再Build的時候可以用到.
ageService.wsdl: 這是根據W3C制定的一種XML格式, 內容其實就是告訴SOAP可以接受甚麼, 可以傳送甚麼, 格式是甚麼, 將會吃進甚麼CLASS. 這個檔案將會在ageService.php裡面被拿來用.

index.php內容如下:
source的部分指定了xap檔的路徑, 吃進這個檔案基本上就可以顯示Silverlight的內容了.

ageService.php內容如下:
ageService這邊顯示了使用者自訂的Class, 以及如何使用PHP來啟動SOAP服務. 這裡的class只是使用了一個簡單的IF範例. 若使用者輸入的字串為&#8221;alfie&#8221;則回傳&#8221;7&#8243;給SILVERLIGHT程式; 若使用者輸入&#8221;catherine&#8221;, 則回傳&#8221;21&#8243;給SILVERLIGHT程式. 一般來說, 這裡的CLASS大部分都是用來處理MYSQL所讀取的資料. 為了簡單示範, 這裡就不用太複雜的範例了.

ageService.wsdl內容如下:
仔細看這個XML的內容可以發現他REQUEST是吃進一個STRING, 然後回復的時候是回傳一個INT,
getAge是使用者自訂Class的function, 而這篇教學的重點也是圍繞在這個getAge function.
要注意的是wsdl的內容也要指定SOAP Service的路徑, 也就是web伺服器的php位址.

ClientBin/SilverlightApplication2.xap [...]]]></description>
			<content:encoded><![CDATA[<p>在網路上搜尋關於初學者以PHP處理Silverlight的教學文章不多,</p>
<p>但就以這篇我<a href="http://articles.sitepoint.com/article/php-silverlight">測試</a>後是OK的,</p>
<p>所以在這裡希望能用中文簡略的來重新記錄一遍.</p>
<p>測試環境:</p>
<ul>
<li>Windows Server 2008 IIS 7.0</li>
<li>FastCGI (PHP環境)</li>
<li>PHP 5.2.14 (必須開 soap 與 xmlrpc的模組)</li>
<li>Silverlight 4 (確認你的CLIENT已經安裝好silverlight, 其實就像裝Flash Player那麼簡單)</li>
</ul>
<p>使用的Tools:</p>
<ul>
<li>Visual Studio 2010</li>
<li>Silverlight 4 tools</li>
<li>PHP IDE (都可)</li>
</ul>
<p>使用到的檔案:</p>
<ul>
<li><strong>index.php</strong>: 顯示silverlight的頁面, 其實對silverlight不熟悉的人可以把它想成是Flash的swf檔, 就像把swf用HTML的object 包起來然後指定路徑顯示而已.</li>
<li><strong>ageService.php</strong>: 使用者自己寫的class檔, 還有開啟SOAP的程式也會記錄在裡面</li>
<li><strong>ClientBin/SilverlightApplication2.xap</strong>: 當你用Visual Studio 2010編輯完成後Build出來的就是一個放在ClientBin的xap檔, 事實上在PHP的環境裡, 你只要把xap上傳就可以了, 起他的xaml檔都是原始碼, 讓你日後維護修改再Build的時候可以用到.</li>
<li><strong>ageService.wsdl</strong>: 這是根據W3C制定的一種XML格式, 內容其實就是告訴SOAP可以接受甚麼, 可以傳送甚麼, 格式是甚麼, 將會吃進甚麼CLASS. 這個檔案將會在ageService.php裡面被拿來用.</li>
</ul>
<p><strong>index.php</strong>內容如下:<br />
source的部分指定了xap檔的路徑, 吃進這個檔案基本上就可以顯示Silverlight的內容了.</p>
<p><img class="alignnone size-full wp-image-539" style="border: 1px solid black;" title="indexphp" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/indexphp.jpg" alt="indexphp" width="691" height="452" /></p>
<p><strong>ageService.php內容如下:</strong></p>
<p>ageService這邊顯示了使用者自訂的Class, 以及如何使用PHP來啟動SOAP服務. 這裡的class只是使用了一個簡單的IF範例. 若使用者輸入的字串為&#8221;alfie&#8221;則回傳&#8221;7&#8243;給SILVERLIGHT程式; 若使用者輸入&#8221;catherine&#8221;, 則回傳&#8221;21&#8243;給SILVERLIGHT程式. 一般來說, 這裡的CLASS大部分都是用來處理MYSQL所讀取的資料. 為了簡單示範, 這裡就不用太複雜的範例了.</p>
<p><strong><img class="alignnone size-full wp-image-540" style="border: 1px solid black;" title="ageServicephp" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/ageServicephp.jpg" alt="ageServicephp" width="427" height="422" /></strong></p>
<p><span style="font-weight: 800;">ageService.wsdl</span><strong>內容如下:</strong></p>
<p>仔細看這個XML的內容可以發現他REQUEST是吃進一個STRING, 然後回復的時候是回傳一個INT,<br />
getAge是使用者自訂Class的function, 而這篇教學的重點也是圍繞在這個getAge function.<br />
要注意的是wsdl的內容也要指定SOAP Service的路徑, 也就是web伺服器的php位址.</p>
<p><strong><img class="alignnone size-full wp-image-542" style="border: 1px solid black;" title="wdsl" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/wdsl1.jpg" alt="wdsl" width="590" height="626" /></strong></p>
<p><strong><strong>ClientBin/SilverlightApplication2.xap :</strong></strong></p>
<p><strong><strong>xap是由一連串步驟所形成的, 步驟如下:</strong></strong></p>
<p><strong><strong>1. 建立基本的silverlight介面, 可透過編輯XAML檔來達成, 內容就是簡單的Textbox與一個按鈕, 我們希望做到當使用者按下按鈕的時候會顯示使用者輸入的內容, 所以要透過event_handler來處理, 也就是在button中加入一個attribute: Click. 方法很簡單, 只要在Design頁面點兩下Button 就會跳到事件處理的頁面, 畫面如步驟2.</strong></strong></p>
<p><strong><strong><img class="alignnone size-full wp-image-543" style="border: 1px solid black;" title="xaml" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/xaml.jpg" alt="xaml" width="500" /></strong></strong></p>
<p><strong><strong>2. 事件處理寫法:</strong></strong></p>
<p><strong>每個xaml底下都會有一個.cs或者.vb檔, 取決於你一開始選擇的語言(所以基本上還是要學會一點VB跟C#的寫法的), 點兩下cs檔一樣可以到達事件的處理頁面.</strong></p>
<p><strong><strong><img class="alignnone size-full wp-image-544" style="border: 1px solid black;" title="xamlcs" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/xamlcs.jpg" alt="xamlcs" width="314" height="178" /></strong></strong></p>
<p><span style="font-weight: 800;">MainPage.xaml.cs: </span><span style="font-weight: 800;">底下紅色框框的程式當使用者按下button之後會跳出Javascript的alert視窗, 並顯示txtName的內容. 淺色紅色框框的部分是待會會繼續討論的部分這裡先帶過</span><span style="font-weight: 800;">.</span></p>
<p><strong><strong><img class="alignnone size-full wp-image-545" style="border: 1px solid black;" title="xamlcs2" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/xamlcs2.jpg" alt="xamlcs2" width="600" /></strong></strong></p>
<p><strong>接下來就把XAML等資料BUILD一次:</strong></p>
<p><strong><img class="alignnone size-full wp-image-548" style="border: 1px solid black;" title="step1" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/step1.jpg" alt="step1" width="610" height="182" /></strong></p>
<p><strong>這樣一來再ClientBin裡面就有了最新的XAP檔</strong></p>
<p><strong><img class="alignnone size-full wp-image-549" style="border: 1px solid black;" title="step2" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/step2.jpg" alt="step2" width="364" height="163" /></strong></p>
<p><strong>將這個XAP檔上傳到WEB SERVER上後, 瀏覽index.php看看</strong></p>
<p><span style="font-weight: 800;"><img class="alignnone size-full wp-image-551" style="border: 1px solid black;" title="result1" src="http://tw.newtonstudio.com/wp-content/uploads/2010/08/result11.jpg" alt="result1" width="520" height="217" /></span></p>
<p><span style="font-weight: 800;">Silverlight成功跑起來了!接下來我們要試試用PHP與Silverlight做溝通. </span></p>
<p><span style="font-weight: 800;"><a href="http://tw.newtonstudio.com/?p=554">請按此看下篇</a></span></p>
<p><span style="font-weight: 800;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=538</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 中的JavaScript</title>
		<link>http://tw.newtonstudio.com/?p=535</link>
		<comments>http://tw.newtonstudio.com/?p=535#comments</comments>
		<pubDate>Tue, 24 Aug 2010 00:43:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=535</guid>
		<description><![CDATA[一直習慣使用FireFox Firebug來除錯Javascript的我,
到了今天才發現原來IE也有自己的Javascript debugger,
以下是針對IE8 JS debugger的介紹. 雖然感覺上沒有Firebug來得好用,
但還是可以參考看看:
http://www.dotblogs.com.tw/code6421/archive/2009/04/09/7947.aspx
]]></description>
			<content:encoded><![CDATA[<p>一直習慣使用FireFox Firebug來除錯Javascript的我,</p>
<p>到了今天才發現原來IE也有自己的Javascript debugger,</p>
<p>以下是針對IE8 JS debugger的介紹. 雖然感覺上沒有Firebug來得好用,</p>
<p>但還是可以參考看看:</p>
<p><a href="http://www.dotblogs.com.tw/code6421/archive/2009/04/09/7947.aspx">http://www.dotblogs.com.tw/code6421/archive/2009/04/09/7947.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=535</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>讓Silverlight可以被Javascript所控制</title>
		<link>http://tw.newtonstudio.com/?p=531</link>
		<comments>http://tw.newtonstudio.com/?p=531#comments</comments>
		<pubDate>Mon, 23 Aug 2010 17:27:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SilverLight 2.0]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=531</guid>
		<description><![CDATA[讓Silverlight可以被Javascript所控制:
http://msdn.microsoft.com/en-us/library/cc645085(v=VS.95).aspx
SilverLight 4 入門:
http://msdn.microsoft.com/zh-tw/library/cc838164(v=VS.95).aspx
]]></description>
			<content:encoded><![CDATA[<p>讓Silverlight可以被Javascript所控制:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/cc645085(v=VS.95).aspx">http://msdn.microsoft.com/en-us/library/cc645085(v=VS.95).aspx</a></p>
<p>SilverLight 4 入門:</p>
<p><a href="http://msdn.microsoft.com/zh-tw/library/cc838164(v=VS.95).aspx">http://msdn.microsoft.com/zh-tw/library/cc838164(v=VS.95).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=531</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>桌面被大陸淘寶網惡意植入Internet Explorer捷徑無法移除</title>
		<link>http://tw.newtonstudio.com/?p=530</link>
		<comments>http://tw.newtonstudio.com/?p=530#comments</comments>
		<pubDate>Sat, 21 Aug 2010 11:10:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=530</guid>
		<description><![CDATA[http://social.technet.microsoft.com/Forums/zh-TW/iezhcht/thread/9bf0ba89-c563-44a3-af46-645eedc4dd51
http://enzit.cn/news/OS/ie-taobao.html
]]></description>
			<content:encoded><![CDATA[<p>http://social.technet.microsoft.com/Forums/zh-TW/iezhcht/thread/9bf0ba89-c563-44a3-af46-645eedc4dd51</p>
<p>http://enzit.cn/news/OS/ie-taobao.html</p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=530</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MZmine 2.0</title>
		<link>http://tw.newtonstudio.com/?p=529</link>
		<comments>http://tw.newtonstudio.com/?p=529#comments</comments>
		<pubDate>Tue, 17 Aug 2010 16:33:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=529</guid>
		<description><![CDATA[網站: http://mzmine.sourceforge.net/
教學: http://mzmine.sourceforge.net/tutorial/index.html
]]></description>
			<content:encoded><![CDATA[<p>網站: http://mzmine.sourceforge.net/<br />
教學: http://mzmine.sourceforge.net/tutorial/index.html</p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=529</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>msconvert: ProteoWizard</title>
		<link>http://tw.newtonstudio.com/?p=525</link>
		<comments>http://tw.newtonstudio.com/?p=525#comments</comments>
		<pubDate>Tue, 17 Aug 2010 04:33:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=525</guid>
		<description><![CDATA[軟體包裝內有msconvert
目前測試正常的版本 x86的版本,
測試平台: Windows server 2008, XP
http://proteowizard.sourceforge.net/download.html
]]></description>
			<content:encoded><![CDATA[<p>軟體包裝內有msconvert</p>
<p>目前測試正常的版本 x86的版本,</p>
<p>測試平台: Windows server 2008, XP</p>
<p><a style="color: #114170;" href="http://proteowizard.sourceforge.net/download.html" target="_blank">http://proteowizard.sourceforge.net/download.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=525</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trapper</title>
		<link>http://tw.newtonstudio.com/?p=520</link>
		<comments>http://tw.newtonstudio.com/?p=520#comments</comments>
		<pubDate>Tue, 17 Aug 2010 03:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[MassHunter]]></category>
		<category><![CDATA[mzXML]]></category>

		<guid isPermaLink="false">http://tw.newtonstudio.com/?p=520</guid>
		<description><![CDATA[用來處理Agilent MassHunter的.d 資料夾, 並轉換成.mzXML
下載點:
 http://sourceforge.net/projects/sashimi/files/trapper%20(MassHunter%20converter)/
http://groups.google.com/group/spctools-announce/browse_thread/thread/a5091cb57044b548?pli=1
]]></description>
			<content:encoded><![CDATA[<p>用來處理Agilent MassHunter的.d 資料夾, 並轉換成.mzXML</p>
<p>下載點:<br />
<a href="http://sourceforge.net/projects/sashimi/files/trapper%20(MassHunter%20converter)/"> http://sourceforge.net/projects/sashimi/files/trapper%20(MassHunter%20converter)/</a></p>
<p><a href="http://groups.google.com/group/spctools-announce/browse_thread/thread/a5091cb57044b548?pli=1">http://groups.google.com/group/spctools-announce/browse_thread/thread/a5091cb57044b548?pli=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tw.newtonstudio.com/?feed=rss2&amp;p=520</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
