<?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>Blue Tulip</title>
	<atom:link href="http://www.arraytime.com/wendyblog/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.arraytime.com/wendyblog</link>
	<description>The Corner of My Reading Digest</description>
	<lastBuildDate>Mon, 10 May 2010 04:34:38 +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>Visual Studio 2005 connect to Localhost MSSQL server</title>
		<link>http://www.arraytime.com/wendyblog/?p=347</link>
		<comments>http://www.arraytime.com/wendyblog/?p=347#comments</comments>
		<pubDate>Mon, 10 May 2010 04:34:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.arraytime.com/wendyblog/?p=347</guid>
		<description><![CDATA[we created a new login and use windows authentication since it is being asked everytime i connect to the SQL Server 2005..
by doing this
a. login using administrator > then Click Security > Login > right click > new user
b. new user > click search button then find the user in the domain&#8230; (i am doint [...]]]></description>
			<content:encoded><![CDATA[<p>we created a new login and use windows authentication since it is being asked everytime i connect to the SQL Server 2005..</p>
<p>by doing this</p>
<p>a. login using administrator > then Click Security > Login > right click > new user</p>
<p>b. new user > click search button then find the user in the domain&#8230; (i am doint this temporarily since i really need to run my program.</p>
<p>c. Under server rule click sysadmin</p>
<p>d. under user mapping tick the database that you need</p>
<p>e. make sure that it is grant and enabled under status</p>
<p> once you have chosen the user then click ok</p>
<p>then try running it&#8230;</p>
<p>good luck</p>
<p>by the way im using visual basic 6 and MS SQL 2005.. and is used DSN as my connection&#8230;</p>
<p> <img src='http://www.arraytime.com/wendyblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.arraytime.com/wendyblog/?feed=rss2&amp;p=347</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APR 和Introductory APR是什么意思</title>
		<link>http://www.arraytime.com/wendyblog/?p=343</link>
		<comments>http://www.arraytime.com/wendyblog/?p=343#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:20:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Financial]]></category>

		<guid isPermaLink="false">http://www.arraytime.com/wendyblog/?p=343</guid>
		<description><![CDATA[APR: 信用卡利率 Introductory APR: 一般信用卡公司促销的时候给你半年或者一年的优惠利率，比一般的利率要低。一般来说APR对于中国学生倒不是特别重要的，主要是大家基本都每月付清帐单，不会欠款。只有在没有付清每月帐单的时候，信用卡公司才会用这个利率来计算欠款的利息，并自动打到你下个月的帐单上。/ v0 L&#8217; 
]]></description>
			<content:encoded><![CDATA[<p>APR: 信用卡利率 <br style="word-wrap: break-word; line-height: normal;" />Introductory APR: 一般信用卡公司促销的时候给你半年或者一年的优惠利率，比一般的利率要低。<br style="word-wrap: break-word; line-height: normal;" /><br style="word-wrap: break-word; line-height: normal;" />一般来说APR对于中国学生倒不是特别重要的，主要是大家基本都每月付清帐单，不会欠款。只有在没有付清每月帐单的时候，信用卡公司才会用这个利率来计算欠款的利息，并自动打到你下个月的帐单上。<span style="word-wrap: break-word; line-height: normal; font-size: 0px;">/ v0 L&#8217; </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arraytime.com/wendyblog/?feed=rss2&amp;p=343</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Executing VBScript Function from an ASP.NET 2.0 Class</title>
		<link>http://www.arraytime.com/wendyblog/?p=339</link>
		<comments>http://www.arraytime.com/wendyblog/?p=339#comments</comments>
		<pubDate>Wed, 24 Feb 2010 16:44:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.arraytime.com/wendyblog/?p=339</guid>
		<description><![CDATA[1. download window script control 1.o from
http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC&#38;displaylang=en
2. Go to Website &#62; Add Reference&#8230;  Found the Microsoft Script control, added it, and it&#8217;s working.
Learn from http://forums.asp.net/p/1078702/1591861.aspx#1591861
3. Code:
Imports Microsoft.VisualBasic
Partial Class _Default
Inherits System.Web.UI.Page
Protected Sub submit(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles gs.Click
Response.Redirect(&#8221;http://www.google.com/search?q=&#8221; &#38; q.Text &#38; &#8220;&#38;Submit+now.x=10&#38;Submit+now.y=7&#38;Submit+now=Submit+now&#38;res=&#8221;)
End Sub
Protected Sub Bcal_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles [...]]]></description>
			<content:encoded><![CDATA[<p>1. download window script control 1.o from</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC&amp;displaylang=en</a></p>
<p>2. Go to Website &gt; Add Reference&#8230;  Found the Microsoft Script control, added it, and it&#8217;s working.</p>
<p>Learn from <a href="http://forums.asp.net/p/1078702/1591861.aspx#1591861">http://forums.asp.net/p/1078702/1591861.aspx#1591861</a></p>
<p>3. Code:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Imports Microsoft.VisualBasic</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Partial Class _Default</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Inherits System.Web.UI.Page</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Protected Sub submit(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles gs.Click</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Response.Redirect(&#8221;http://www.google.com/search?q=&#8221; &amp; q.Text &amp; &#8220;&amp;Submit+now.x=10&amp;Submit+now.y=7&amp;Submit+now=Submit+now&amp;res=&#8221;)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">End Sub</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Protected Sub Bcal_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Bcal.Click</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Dim sc As New MSScriptControl.ScriptControl()</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8216; You always need to initialize a language engine</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">sc.Language = &#8220;VBScript&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8216; this is the expression &#8211; in a real program it will probably be</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8216; read from a textbox control</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8216;Dim expr As String = &#8220;12 + 3 * 10&#8243;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Dim resu As Double = sc.Eval(q.Text)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">res.Text = resu.ToString</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">End Sub</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 25px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">End Class</div>
<p>Imports Microsoft.VisualBasic</p>
<p>Partial Class _Default</p>
<p>Inherits System.Web.UI.Page</p>
<p>Protected Sub submit(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles gs.Click</p>
<p>Response.Redirect(&#8221;http://www.google.com/search?q=&#8221; &amp; q.Text &amp; &#8220;&amp;Submit+now.x=10&amp;Submit+now.y=7&amp;Submit+now=Submit+now&amp;res=&#8221;)</p>
<p>End Sub</p>
<p>Protected Sub Bcal_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Bcal.Click</p>
<p>Dim sc As New MSScriptControl.ScriptControl()</p>
<p>&#8216; You always need to initialize a language engine</p>
<p>sc.Language = &#8220;VBScript&#8221;</p>
<p>&#8216; this is the expression &#8211; in a real program it will probably be  read from a textbox control</p>
<p>&#8216; Dim expr As String = &#8220;12 + 3 * 10&#8243;</p>
<p>Dim resu As Double = sc.Eval(q.Text)</p>
<p>res.Text = resu.ToString</p>
<p>End Sub</p>
<p>End Class</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arraytime.com/wendyblog/?feed=rss2&amp;p=339</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SJ commission approves LECO tax abatement</title>
		<link>http://www.arraytime.com/wendyblog/?p=336</link>
		<comments>http://www.arraytime.com/wendyblog/?p=336#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:16:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Common]]></category>

		<guid isPermaLink="false">http://www.arraytime.com/wendyblog/?p=336</guid>
		<description><![CDATA[The company plans to build a new R &#38; D building
ST. JOSEPH &#8211; The St. Joseph City Commission approved a property tax abatement for LECO to build a $6.8 million research and development center.
The 28,400-square-foot building, to be called the Elizabeth S. Warren Separation Center, will be located at 2024 Veronica Drive. The building will [...]]]></description>
			<content:encoded><![CDATA[<h4 style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-style: italic; color: #666666; margin-top: 0px; margin-bottom: 5px;">The company plans to build a new R &amp; D building</h4>
<p>ST. JOSEPH &#8211; The St. Joseph City Commission approved a property tax abatement for LECO to build a $6.8 million research and development center.</p>
<p>The 28,400-square-foot building, to be called the Elizabeth S. Warren Separation Center, will be located at 2024 Veronica Drive. The building will be constructed in a lot bordered by Hilltop Road on the south, Cleveland Avenue on the west and Veronica Drive on the east. The property is zoned for industrial use.</p>
<p>The commission unanimously approved the 12-year, 50 percent abatement, which represents about $950,000 during the abatement period. Other local taxing agencies will receive $950,000 during that time, City Manager Frank Walsh said.</p>
<p>&#8220;I give a lot of kudos to LECO for their expansion and for keeping (the new building) in the city limits,&#8221; Commissioner Michael Garey said.</p>
<p>Joel DeBruyne, LECO&#8217;s vice president and secretary, said the new building is needed because of space limitations at its current research and development site. LECO creates and builds molecular spectrometry equipment.</p>
<p>&#8220;We anticipate much more rapid growth in the separation science,&#8221; DeBruyne said.</p>
<p>About 20 to 25 employees, mostly engineers, will be transferred from LECO&#8217;s current research and development building and will work in the new building, according to a project fact sheet LECO officials gave commissioners. About 105 people work at the company&#8217;s 49,600-square-foot building at 3050 Lakeview Ave.</p>
<p>Company officials said they expect to create five to eight new jobs within three years.</p>
<p>Construction is expected to cost $5.3 million, and equipment will be valued at $1.5 million.</p>
<p>Construction is expected to begin in April and be completed by Oct. 31, Walsh said.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arraytime.com/wendyblog/?feed=rss2&amp;p=336</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Window Vista onscreen board</title>
		<link>http://www.arraytime.com/wendyblog/?p=332</link>
		<comments>http://www.arraytime.com/wendyblog/?p=332#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:40:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.arraytime.com/wendyblog/?p=332</guid>
		<description><![CDATA[Open the start/all programs/accessories/ease of access/&#8221;Ease of Access
Center&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Open the start/all programs/accessories/ease of access/&#8221;Ease of Access<br />
Center&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arraytime.com/wendyblog/?feed=rss2&amp;p=332</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
