<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnet.org.za/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Iwan Blog - All Comments</title><link>http://dotnet.org.za/iwan/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Interesting bit about MBA for those interested</title><link>http://dotnet.org.za/iwan/archive/2004/05/20/1738.aspx#197190</link><pubDate>Tue, 17 Jul 2007 15:40:58 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:197190</guid><dc:creator>Tarubva</dc:creator><description>&lt;p&gt;I just wanted to know if Regent Business school's MBA is still accredited.&lt;/p&gt;
&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=197190" width="1" height="1"&gt;</description></item><item><title>re: Project Firefly site launched</title><link>http://dotnet.org.za/iwan/archive/2004/10/04/4407.aspx#4421</link><pubDate>Mon, 04 Oct 2004 19:16:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:4421</guid><dc:creator>Iwan</dc:creator><description>Jip it is&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=4421" width="1" height="1"&gt;</description></item><item><title>re: Project Firefly site launched</title><link>http://dotnet.org.za/iwan/archive/2004/10/04/4407.aspx#4419</link><pubDate>Mon, 04 Oct 2004 15:52:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:4419</guid><dc:creator>Andre Odendaal</dc:creator><description>Is it my imagination or is Project Firefly done in DotNetNuke?&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=4419" width="1" height="1"&gt;</description></item><item><title>re: Some more on traffic caused by RSS</title><link>http://dotnet.org.za/iwan/archive/2004/07/21/2909.aspx#2916</link><pubDate>Wed, 21 Jul 2004 16:40:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:2916</guid><dc:creator>Colin</dc:creator><description>You can also effect the same thing with the HEAD method (instead of GET)&lt;br&gt;&lt;br&gt;			Debug.WriteLine(&amp;quot;GET&amp;quot;);&lt;br&gt;			//GET&lt;br&gt;			WebRequest r = HttpWebRequest.Create(&amp;quot;&lt;a target="_new" href="&lt;a target="_new" href="http://dotnet.org.za/MainFeed.aspx&amp;quot;"&gt;http://dotnet.org.za/MainFeed.aspx&amp;quot;&lt;/a&gt;"&gt;&lt;a target="_new" href="http://dotnet.org.za/MainFeed.aspx&amp;quot;"&gt;http://dotnet.org.za/MainFeed.aspx&amp;quot;&lt;/a&gt;&lt;/a&gt;);&lt;br&gt;			r.Method = &amp;quot;GET&amp;quot;;&lt;br&gt;			WebResponse p = r.GetResponse();&lt;br&gt;&lt;br&gt;			Byte[] bytes = new byte[1000];&lt;br&gt;			int res = p.GetResponseStream().Read(bytes,0,1000);&lt;br&gt;&lt;br&gt;			Debug.WriteLine(res,&amp;quot;bytes read&amp;quot;);&lt;br&gt;			Debug.WriteLine(p.Headers[&amp;quot;Last-Modified&amp;quot;], &amp;quot;last mod&amp;quot;);&lt;br&gt;			Debug.WriteLine( UTF8Encoding.UTF8.GetString(bytes),&amp;quot;body&amp;quot;);&lt;br&gt;&lt;br&gt;			Debug.WriteLine(&amp;quot;HEAD&amp;quot;);&lt;br&gt;			//HEAD&lt;br&gt;			r = HttpWebRequest.Create(&amp;quot;&lt;a target="_new" href="&lt;a target="_new" href="http://dotnet.org.za/MainFeed.aspx&amp;quot;"&gt;http://dotnet.org.za/MainFeed.aspx&amp;quot;&lt;/a&gt;"&gt;&lt;a target="_new" href="http://dotnet.org.za/MainFeed.aspx&amp;quot;"&gt;http://dotnet.org.za/MainFeed.aspx&amp;quot;&lt;/a&gt;&lt;/a&gt;);&lt;br&gt;			r.Method = &amp;quot;HEAD&amp;quot;;&lt;br&gt;			p = r.GetResponse();&lt;br&gt;&lt;br&gt;			bytes = new byte[1000];&lt;br&gt;			res = p.GetResponseStream().Read(bytes,0,1000);&lt;br&gt;&lt;br&gt;			Debug.WriteLine(res,&amp;quot;bytes read&amp;quot;);&lt;br&gt;			Debug.WriteLine(p.Headers[&amp;quot;Last-Modified&amp;quot;], &amp;quot;last mod&amp;quot;);&lt;br&gt;			Debug.WriteLine( UTF8Encoding.UTF8.GetString(bytes),&amp;quot;body&amp;quot;);&lt;br&gt;&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=2916" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio 2005 Express Beta Products</title><link>http://dotnet.org.za/iwan/archive/2004/06/29/2401.aspx#2406</link><pubDate>Tue, 29 Jun 2004 09:16:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:2406</guid><dc:creator>StuartGunter</dc:creator><description>That looks excellent!!! It's a good thing this is being brought out, because I'm sure there are plenty young up &amp;amp; coming developers that couldn't (up until now) use .NET because of the cost of the IDE... now that's not a problem!&lt;br&gt;&lt;br&gt;I'll definitely be showing this to my varsity buddies!!!&lt;br&gt;&lt;br&gt;Thanks Iwan!&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=2406" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio.NET 2005 Beta 1 Publically Anounced today</title><link>http://dotnet.org.za/iwan/archive/2004/06/29/2402.aspx#2403</link><pubDate>Tue, 29 Jun 2004 08:47:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:2403</guid><dc:creator>Armand du Plessis</dc:creator><description>Halleluja, church bells tolling in background!!!!&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=2403" width="1" height="1"&gt;</description></item><item><title>re: Interesting bit about MBA for those interested</title><link>http://dotnet.org.za/iwan/archive/2004/05/20/1738.aspx#1892</link><pubDate>Thu, 27 May 2004 20:01:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1892</guid><dc:creator>mhlongo NB</dc:creator><description>what about Mancosa s MBA,IS accredited or not&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1892" width="1" height="1"&gt;</description></item><item><title>re: Interesting bit about MBA for those interested</title><link>http://dotnet.org.za/iwan/archive/2004/05/20/1738.aspx#1891</link><pubDate>Thu, 27 May 2004 20:00:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1891</guid><dc:creator>mhlongo NB</dc:creator><description>what about Mancosa s MBA,IS accredited or not&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1891" width="1" height="1"&gt;</description></item><item><title>re: Some cool things happening in June</title><link>http://dotnet.org.za/iwan/archive/2004/05/18/1670.aspx#1742</link><pubDate>Fri, 21 May 2004 07:25:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1742</guid><dc:creator>Ernst Kuschke</dc:creator><description>:) looking forward to it&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1742" width="1" height="1"&gt;</description></item><item><title>re: Interesting bit about MBA for those interested</title><link>http://dotnet.org.za/iwan/archive/2004/05/20/1738.aspx#1740</link><pubDate>Fri, 21 May 2004 06:15:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1740</guid><dc:creator>StuartGunter</dc:creator><description>Jeez.... I hope that opens people's eyes to the fact that Universities are not all perfect! Just shows that you must do your homework before choosing which university you want to go to!!! Excuse the pun ;-)&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1740" width="1" height="1"&gt;</description></item><item><title>re: Some cool things happening in June</title><link>http://dotnet.org.za/iwan/archive/2004/05/18/1670.aspx#1679</link><pubDate>Tue, 18 May 2004 14:08:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1679</guid><dc:creator>StuartGunter</dc:creator><description>mmmm.... dare i ask...   ;-)&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1679" width="1" height="1"&gt;</description></item><item><title>re: Some cool things happening in June</title><link>http://dotnet.org.za/iwan/archive/2004/05/18/1670.aspx#1674</link><pubDate>Tue, 18 May 2004 12:38:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1674</guid><dc:creator>Iwan Taljaard</dc:creator><description>Hehe, O so is that how it's gonna be ;-) hmm I'm sorry to say but i'll only be able to post the info as soon as the DevDays are over so next week tues evening :-)&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1674" width="1" height="1"&gt;</description></item><item><title>re: Some cool things happening in June</title><link>http://dotnet.org.za/iwan/archive/2004/05/18/1670.aspx#1673</link><pubDate>Tue, 18 May 2004 12:32:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1673</guid><dc:creator>KevinT</dc:creator><description>Are we going to have to beat it out of you?&lt;br&gt;&lt;br&gt;:-P&lt;br&gt;&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1673" width="1" height="1"&gt;</description></item><item><title>re: Interested in mounting images...?</title><link>http://dotnet.org.za/iwan/archive/2004/05/01/1240.aspx#1253</link><pubDate>Mon, 03 May 2004 15:33:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1253</guid><dc:creator>Armand du Plessis</dc:creator><description>I use Virtual CD-Rom Control Panel. It's 23k and takes care of ISO's and the DVD images from MSDN. Mounts them under new drive letters as well.&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe"&gt;http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe&lt;/a&gt;&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1253" width="1" height="1"&gt;</description></item><item><title>re: Will RSS Readers Clog the Web?  </title><link>http://dotnet.org.za/iwan/archive/2004/05/01/1237.aspx#1241</link><pubDate>Sat, 01 May 2004 12:13:00 GMT</pubDate><guid isPermaLink="false">2d3a9e08-b70c-4031-ba2b-8f5282a2a59a:1241</guid><dc:creator>Simon Stewart</dc:creator><description>Interesting link, thanks.&lt;img src="http://dotnet.org.za/aggbug.aspx?PostID=1241" width="1" height="1"&gt;</description></item></channel></rss>