<?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>Winn.ws &#187; .NET</title>
	<atom:link href="http://winn.ws/archives/tag/net/feed" rel="self" type="application/rss+xml" />
	<link>http://winn.ws</link>
	<description>Standards-based design &#38; development</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:05:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery to Ship with Visual Studio</title>
		<link>http://winn.ws/archives/163</link>
		<comments>http://winn.ws/archives/163#comments</comments>
		<pubDate>Wed, 01 Oct 2008 16:18:44 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[.NET 3.5 VB]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=163</guid>
		<description><![CDATA[Microsoft will now be adopting jQuery for all it&#8217;s Ajax tools and any javascript related items. This is a big win for jQuery!
We have two pieces of fantastic, albeit serendipitous, news today: Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform. Not only will [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft will now be adopting jQuery for all it&#8217;s Ajax tools and any javascript related items. This is a big win for jQuery!</p>
<blockquote><p>We have two pieces of fantastic, albeit serendipitous, news today: Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform. Not only will they be using it for their corporate development but they will be providing it as a core piece of their platform for developers to build with&#8230;</p></blockquote>
<p><a href="http://jquery.com/blog/2008/09/28/jquery-microsoft-nokia/">Read more of this at the jQuery Blog&gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/163/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InsertCommand .NET Date</title>
		<link>http://winn.ws/archives/161</link>
		<comments>http://winn.ws/archives/161#comments</comments>
		<pubDate>Sat, 27 Sep 2008 01:56:44 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[.NET 3.5 VB]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=161</guid>
		<description><![CDATA[So, i have been messing with .NET more and more. Just wanted to make a note just in case there is another developer out there looking for this solution. So the problem was i needed to place a date into the database but had no idea. So in the &#8220;asp:SqlDataSource&#8221; i edited the InsertCommand.

InsertCommand="INSERT INTO [...]]]></description>
			<content:encoded><![CDATA[<p>So, i have been messing with .NET more and more. Just wanted to make a note just in case there is another developer out there looking for this solution. So the problem was i needed to place a date into the database but had no idea. So in the &#8220;asp:SqlDataSource&#8221; i edited the InsertCommand.</p>
<p><code><br />
InsertCommand="INSERT INTO [rev1_posts] ([subject], [email], [body], [status], [created_at]) VALUES (@subject, @email, @body, 1, getdate())"<br />
</code></p>
<p>Note i added &#8220;getdate()&#8221; to grab the current date. Simple i know but it took me some time to find the solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/161/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guestbook in .NET?</title>
		<link>http://winn.ws/archives/158</link>
		<comments>http://winn.ws/archives/158#comments</comments>
		<pubDate>Wed, 24 Sep 2008 03:06:48 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[ASP Guestbook]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=158</guid>
		<description><![CDATA[Yes, i have started a &#8220;port&#8221; of my popular Guestbook in .NET 3.5 VB. This is an update of the &#8220;Winn ASP Guestbook&#8221; witch is currently un-supported and built in ASP classic. The new version will maintain most of the current specs, including new ones such as; adding users, adding admin users, theming, and more. [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, i have started a &#8220;port&#8221; of my popular Guestbook in .NET 3.5 VB. This is an update of the &#8220;Winn ASP Guestbook&#8221; witch is currently un-supported and built in ASP classic. The new version will maintain most of the current specs, including new ones such as; adding users, adding admin users, theming, and more. I am still building the Google project page so i will keep you up to date!</p>
<p>The first planed push will be version 1.0 with very basic and limited features. The rest of the features will be implemented and tested for version 1.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/158/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brad Pit to save the world from .NET</title>
		<link>http://winn.ws/archives/153</link>
		<comments>http://winn.ws/archives/153#comments</comments>
		<pubDate>Tue, 22 Jul 2008 18:15:30 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=153</guid>
		<description><![CDATA[I was talking with Jim Mayes about some stuff and we both had come to one conclusion. We as developers need to get Brad Pit to save the world from .NET and ASP. I know your thinking this would never happen&#8230; I agree, but i think we should give it a try, .NET makes us [...]]]></description>
			<content:encoded><![CDATA[<p>I was talking with <a href="http://style-vs-substance.com/">Jim Mayes</a> about some stuff and we both had come to one conclusion. We as developers need to get Brad Pit to save the world from .NET and ASP. I know your thinking this would never happen&#8230; I agree, but i think we should give it a try, .NET makes us hate life. Stand up and voice your dis likes for .NET and then we can call Brad&#8230;</p>
<p>We will need his number so, yeah. Someone should bring that&#8230; Last i heard it was 555-541-5501 but that was in some Ocean movie that had nothing to do with an ocean, or water, or any liquid for that matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 2/10 queries in 0.002 seconds using memcached
Content Delivery Network via Amazon Web Services: CloudFront: dhbbuddo7esu2.cloudfront.net

Served from: winn.ws @ 2010-09-09 22:18:51 -->