<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>Ajaxus place on the net</title>
	<link>http://ajaxus.net</link>
	<description>Newly published articles on web 2.0 topic and general web usability</description>
	<pubDate>Tue, 13 May 2008 05:46:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta</title>
		<link>http://ajaxus.net/2008/05/12/visual-studio-2008-and-net-framework-35-service-pack-1-beta/</link>
		<comments>http://ajaxus.net/2008/05/12/visual-studio-2008-and-net-framework-35-service-pack-1-beta/#comments</comments>
		<pubDate>Tue, 13 May 2008 05:45:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[VS 2008]]></category>

		<category><![CDATA[Silverlight]]></category>

		<category><![CDATA[C# 3.0]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/05/12/visual-studio-2008-and-net-framework-35-service-pack-1-beta/</guid>
		<description><![CDATA[Yes, its coming! The boys and Redmond can&#8217;t wait to release all these service packs. I have Scott Guthrie&#8217;s blog post in front of me and read it carefully. As for now these two downloads are still in beta but will be released soon in final stage. So far you can download it from here.
There [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, its coming! The boys and Redmond can&#8217;t wait to release all these service packs. I have Scott Guthrie&#8217;s <a taregt="_blank" href="http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx">blog post</a> in front of me and read it carefully. As for now these two downloads are still in beta but will be released soon in final stage. So far you can download it from <a href="http://msdn.microsoft.com/en-us/vstudio/products/cc533447.aspx" target="_blank">here</a>.</p>
<p>There will be some improvements that really concern us. I will closely follow these few:<br />
 - <strong>ASP.NET Data Scaffolding Support (ASP.NET Dynamic Data)</strong><br />
 - <strong>ASP.NET Routing Engine (System.Web.Routing)</strong><br />
 - <strong>ASP.NET AJAX Back/Forward Button History Support</strong><br />
 - <strong>ASP.NET AJAX Script Combining Support</strong><br />
 - <strong>Visual Studio 2008 JavaScript Script Formatting and Code Preferences</strong><br />
 - <strong><em>Improved ExtJS formatting support!</em></strong><br />
 - <strong>Application Startup and Working Set Performance Improvements</strong></p>
<p>As well as some Data improvements:<br />
 - <strong>SQL 2008 Support</strong> - VS 2008 and .NET 3.5 are being updated to include support for the upcoming SQL 2008 release.  Visual Studio 2008 data designers, projects and wizards now fully supporting connecting and working against SQL 2008 databases.<br />
 - <strong>ADO.NET Data Services</strong> (formerly code-named &#8220;Astoria&#8221;)</p>
<p><em>VB.NET</em> update:<br />
You can now add &#8220;XML to Schema&#8221; items to Visual Basic projects.  On adding these project items a wizard will open that allows you to create a XSD schema set from a variety of XML sources.  This schema set is then added to the project and it enables VB XML intellisense.</p>
<p>A XSD browser is also now included with VS 2008 SP1 and allows you to browse XSD schema sets.  With the final SP1 release, developers will be able to right-click on XML element names (either in XML properties or XML literals) in the VB code editor and select “Go To XML Schema Definition” - this will open the XSD browser and display the schema set (and select the current element) for the VB project.</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/05/12/visual-studio-2008-and-net-framework-35-service-pack-1-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Chapter from Douglas Crockford’s “JavaScript: The Good Parts”</title>
		<link>http://ajaxus.net/2008/05/06/free-chapter-from-douglas-crockford%e2%80%99s-%e2%80%9cjavascript-the-good-parts%e2%80%9d/</link>
		<comments>http://ajaxus.net/2008/05/06/free-chapter-from-douglas-crockford%e2%80%99s-%e2%80%9cjavascript-the-good-parts%e2%80%9d/#comments</comments>
		<pubDate>Tue, 06 May 2008 12:23:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/05/06/free-chapter-from-douglas-crockford%e2%80%99s-%e2%80%9cjavascript-the-good-parts%e2%80%9d/</guid>
		<description><![CDATA[Hi again, yesterday I came across this free chapter and cant miss to share it with you.
It comes from Douglas Crockford’s forthcoming &#8220;Javascript: The Good Parts&#8221;. In this volume, Douglas articulates a philosophy of coding in JavaScript that builds up on and extends the content of his popular video series and articles. The premise, as [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/05/crockford-cover.png' alt='crockford-cover.png' align="left" />Hi again, yesterday I came across this free chapter and cant miss to share it with you.</p>
<p>It comes from Douglas Crockford’s forthcoming <a href="http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742/" target="_blank">&#8220;Javascript: The Good Parts&#8221;</a>. In this volume, Douglas articulates a philosophy of coding in JavaScript that builds up on and extends the content of his popular video series and articles. The premise, as Douglas puts it: &#8220;Most programming languages contain good parts and bad parts. I discovered that I could be a better programmer by using only the good parts and avoiding the bad parts.&#8221;</p>
<p>Here is <a href='http://zoosviat.com/ajaxus/wp-content/uploads/2008/05/crockford-good-parts-ch-5.pdf' title='crockford-good-parts-ch-5.pdf'>Chapter 5: Inheritance</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/05/06/free-chapter-from-douglas-crockford%e2%80%99s-%e2%80%9cjavascript-the-good-parts%e2%80%9d/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GridView, DetailsView and ModalPopup Controls in Master-Detail</title>
		<link>http://ajaxus.net/2008/04/30/gridview-detailsview-and-modalpopup-controls-in-master-detail/</link>
		<comments>http://ajaxus.net/2008/04/30/gridview-detailsview-and-modalpopup-controls-in-master-detail/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:56:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/04/30/gridview-detailsview-and-modalpopup-controls-in-master-detail/</guid>
		<description><![CDATA[I just can&#8217;t miss that one! It comes from Matt Berseth&#8217;s blog where he describes how GridView, DetailsView and ModalPopup Controls can be nicely working together.

Here is a quick quote from his post:
&#8220;I am sure everyone is pretty familiar with Master/Details style of editing data, but just in case - here is how my page [...]]]></description>
			<content:encoded><![CDATA[<p>I just can&#8217;t miss that one! It comes from <a href="http://mattberseth.com/blog/2008/04/masterdetail_with_the_gridview.html" target="_blank">Matt Berseth&#8217;s blog</a> where he describes how GridView, DetailsView and ModalPopup Controls can be nicely working together.</p>
<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/04/image_32277640-7fe2-49d2-98f5-036ded667041.png' alt='GridView, DetailsView and ModalPopup Controls in Master-Detail' /></p>
<p>Here is a quick quote from his post:<br />
&#8220;I am sure everyone is pretty familiar with Master/Details style of editing data, but just in case - here is how my page works.  The grid shows 12 rows of customer data.  The far right column in the grid contains a hyperlink that when clicked brings the detail view of the row into focus so the corresponding row can be edited.  The detail view is a popup control and contains a Save and Close buttons.  When close is clicked, the detail popup is dismissed and the user goes back to viewing the main grid.  When they click Save, some simple validation checks are run (all are RequiredFieldValidators for this sample) and the new data values are persisted, and finally the detail popup is dismissed and the main grid is refreshed so that it displays the changes.&#8221;</p>
<p>You can find the rest <a target="_blank" href="http://mattberseth.com/blog/2008/04/masterdetail_with_the_gridview.html">here</a>. Matt has done a wonderful job sharing also the source code.</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/04/30/gridview-detailsview-and-modalpopup-controls-in-master-detail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Ext JS 2.1</title>
		<link>http://ajaxus.net/2008/04/21/new-ext-js-21/</link>
		<comments>http://ajaxus.net/2008/04/21/new-ext-js-21/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 19:23:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ext JS]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/04/21/new-ext-js-21/</guid>
		<description><![CDATA[
Couple of days ago new version of Ext JS become available for download. The changes are here:
    * Full REST support
    * Added Ext.StatusBar Component and Samples
    * Added Ext.Slider Component and Samples
    * Added Example to demonstrate Remote Loading of Component Configs
 [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/04/extjs.jpg' alt='New Ext JS 2.1' /><br />
Couple of days ago new version of Ext JS become available for download. The changes are here:<br />
    * Full REST support<br />
    * Added Ext.StatusBar Component and Samples<br />
    * Added Ext.Slider Component and Samples<br />
    * Added Example to demonstrate Remote Loading of Component Configs<br />
    * Added Grid Filtering Sample<br />
    * Added Layout Browser Sample<br />
    * Added Spotlight Sample</p>
<p>View full list of changes <a href="http://extjs.com/deploy/dev/CHANGES.html" target="_blank">here</a>.<br />
Download from <a href="http://http://extjs.com/products/extjs/download.php" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/04/21/new-ext-js-21/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQL Server best practices</title>
		<link>http://ajaxus.net/2008/04/13/sql-server-best-practices/</link>
		<comments>http://ajaxus.net/2008/04/13/sql-server-best-practices/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 18:27:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/04/13/sql-server-best-practices/</guid>
		<description><![CDATA[Never under estimate the load on SQL Server because it might affect overall performance.
Pinal Dave shared with us his view on 14 best practices. Here is his list if anyone wants to add something write a comment below:
1. Store relevant and necessary information in the database instead of application structure or array.
2. Use normalized tables [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/04/logo-header-sql08.gif' alt='SQL Server best practices' align="left"/><strong>Never under estimate the load on SQL Server because it might affect overall performance.</strong><br />
Pinal Dave shared with us his view on 14 best practices. Here is his list if anyone wants to add something write a comment below:</p>
<p>1. Store relevant and necessary information in the database instead of application structure or array.</p>
<p>2. Use normalized tables in the database. Small multiple tables are usually better than one large table.</p>
<p>3. If you use any enumerated field create look up for it in the database itself to maintain database integrity.</p>
<p>4. Keep primary key of lesser chars or integer. It is easier to process small width keys.</p>
<p>5. Store image paths or URLs in database instead of images. It has less overhead.</p>
<p>6. Use proper database types for the fields. If StartDate is database filed use datetime as datatypes instead of VARCHAR(20).</p>
<p>7. Specify column names instead of using * in SELECT statement.</p>
<p>8. Use LIKE clause properly. If you are looking for exact match use “=” instead.</p>
<p>9. Write SQL keyword in capital letters for readability purpose.</p>
<p>10. Using JOIN is better for performance then using sub queries or nested queries.</p>
<p>11. Use stored procedures. They are faster and help in maintainability as well security of the database.</p>
<p>12. Use comments for readability as well guidelines for next developer who comes to modify the same code. Proper documentation of application will also aid help too.</p>
<p>13. Proper indexing will improve the speed of operations in the database.</p>
<p>14. Make sure to test it any of the database programming as well administrative changes.</p>
<p><a target="_blank" href="http://blog.sqlauthority.com/2008/04/06/sql-server-15-best-practices-for-better-database-performance/">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/04/13/sql-server-best-practices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Faster page loading in ASP.NET</title>
		<link>http://ajaxus.net/2008/04/08/faster-page-loading-in-aspnet/</link>
		<comments>http://ajaxus.net/2008/04/08/faster-page-loading-in-aspnet/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 20:27:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/04/08/faster-page-loading-in-aspnet/</guid>
		<description><![CDATA[This isnt really new technique but when it comes to optimizing ASP.NET web pages everything is appreciated. We all know that when we put script content after UI content we will get speed improvement. But when we deal with dynamic script tags its not easy to accomplish it. Omar is getting into this describing a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This isnt really new technique but when it comes to optimizing ASP.NET web pages everything is appreciated. We all know that when we put script content after UI content we will get speed improvement. But when we deal with dynamic script tags its not easy to accomplish it. Omar is getting into this describing a nice technique to filter the HTML output and get all script tags and put it at the back. Here is a <a target="_blank" href="http://msmvps.com/blogs/omar/archive/2008/04/06/fast-page-loading-by-postponing-asp-net-ajax-scripts-after-content.aspx">link</a> to his post.</strong><br />
Check out a part of his great post here:</p>
<p>ASP.NET ScriptManager control has a property LoadScriptsBeforeUI, when set to false, should load all AJAX framework scripts after the content of the page. But it does not effectively push down all scripts after the content. Some framework scripts, extender scripts and other scripts registered by Ajax Control Toolkit still load before the page content loads. The following screen taken from www.dropthings.com shows several script tags are still added at the beginning of<br />
<form> which forces them to download first before the page content is loaded and displayed on the page. Script tags pause rendering on several browsers especially in IE until the scripts download and execute. As a result, it gives user a slow loading impression as user stares at a white screen for some time until the scripts before the content download and execute completely. If browser could render the html before it downloads any script, user would see the page content immediately after visiting the site and not see a white screen. This will give user an impression that the website is blazingly fast (just like Google homepage) because user will ideally see the page content, if it&#8217;s not too large, immediately after hitting the URL.</p>
<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/04/image.png' alt='Faster page loading in ASP.NET' /></p>
<p>From the above screen shot you see there are some scripts from ASP.NET AJAX framework and some scripts from Ajax Control Toolkit that are added before the content of the page. Until these scripts download, browser don&#8217;t see anything on the UI and thus you get a pause in rendering giving user a slow load feeling. Each script to external URL adds about 200ms avg network roundtrip delay outside USA while it tries to fetch the script. So, user basically stares at a white screen for at least 1.5 sec no matter how fast internet connection he/she has.</p>
<p>These scripts are rendered at the beginning of form tag because they are registered using Page.ClientScript.RegisterClientScriptBlock. Inside Page class of System.Web, there&#8217;s a method BeginFormRender which renders the client script blocks immediately after the form tag.</p>
<p>And here is how the HTML code looks like after manipulation:<br />
<img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/04/image_3.png' alt='Faster page loading in ASP.NET' /><br />
<strong>Script tags are moved after the &#8220;form&#8221; tag when the filter is used</strong></p>
<p>You can grab the Filter class from the App_Code\ScriptDeferFilter.cs of the Dropthings project. Go to <a target="_blank" href="http://www.codeplex.com/dropthings">CodePlex</a> site and download the latest code for the latest filter.</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/04/08/faster-page-loading-in-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Coding in VB.NET with VS 2008</title>
		<link>http://ajaxus.net/2008/03/30/coding-in-vbnet-with-vs-2008/</link>
		<comments>http://ajaxus.net/2008/03/30/coding-in-vbnet-with-vs-2008/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 06:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VS 2008]]></category>

		<category><![CDATA[.NET 3.5]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/03/30/coding-in-vbnet-with-vs-2008/</guid>
		<description><![CDATA[Today will post about two things. One is hot fix available for VB performance issue in VS2008. It addresses performance issues in the following scenarios:
 - The IDE takes a long time to build/rebuild the solution. 
 - You experience a slow response time when you press F5 to start debugging. 
 - You experience [...]]]></description>
			<content:encoded><![CDATA[<p>Today will post about two things. One is hot fix available for VB performance issue in VS2008. It addresses performance issues in the following scenarios:</p>
<p> - The IDE takes a long time to build/rebuild the solution. </p>
<p> - You experience a slow response time when you press F5 to start debugging. </p>
<p> - You experience a slow response time in the Code Editor. </p>
<p> - You experience a slow response time in IntelliSense.  </p>
<p>The performance issue is caused by having large files in your project that contain XML documentation.  You&#8217;re most likely to run into these large files when using designer-generated files for web references and/or datasets.  If you’ve found that turning off the option under the Compile tab in project properties for “Generate XML Documentation File” improves your performance, then this hotfix should address your issue. </p>
<p>Download it <a href="http://support.microsoft.com/kb/946344" target="_blank">here</a>.</p>
<p>The other is this useful tool called <strong>GhostDoc</strong> which enables you to generate XML description of your functions in VS 2008. I use this when coding in VB.NET though the VB.NET support is still experimental. This free add-in uses customizable templates to generate consistent, English-readable documentation based on the current context.  To use it, right-click (<strong>or use CTRL + SHIFT + D</strong>) to document the current element:</p>
<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/03/tool.jpg' alt='Coding in VB.NET with VS 2008' /></p>
<p>This generates the following documentation (note GhostDoc split the property name into words and created a sentence from it): </p>
<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/03/tool2.jpg' alt='Coding in VB.NET with VS 2008' /></p>
<p>Download GhostDoc from <a href="http://www.roland-weigelt.de/ghostdoc/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/03/30/coding-in-vbnet-with-vs-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Most used development IDE is VS 2008!</title>
		<link>http://ajaxus.net/2008/03/23/most-used-development-ide-is-vs-2008/</link>
		<comments>http://ajaxus.net/2008/03/23/most-used-development-ide-is-vs-2008/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 06:31:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VS 2008]]></category>

		<category><![CDATA[VS 2005]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/03/23/most-used-development-ide-is-vs-2008/</guid>
		<description><![CDATA[Since 10th of February we started poll which aimed to determine what is your favorite development IDE. So after month and a half we can say that Visual Studio 2008 is being adopted quite well as 39% of all 80 votes goes for him. Second place goes to VS 2005 as it was the first [...]]]></description>
			<content:encoded><![CDATA[<p>Since 10th of February we started poll which aimed to determine what is your favorite development IDE. So after month and a half we can say that <a href="http://ajaxus.net/2008/02/09/vs-2008-web-development-hot-fix-available/">Visual Studio 2008</a> is being adopted quite well as 39% of all 80 votes goes for him. Second place goes to VS 2005 as it was the first to be able to use framework 2.0. Its interesting to note that 9% of all(or 7 votes) goes to the old school VS 2003! Here is the final result:<br />
<img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/03/poll.jpg' alt='Most used development IDE is VS 2008!' /><br />
Looking for your votes again so we can determine which is your favorite programming language!</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/03/23/most-used-development-ide-is-vs-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Emulate IE7 Button on IE8</title>
		<link>http://ajaxus.net/2008/03/10/the-emulate-ie7-button-on-ie8/</link>
		<comments>http://ajaxus.net/2008/03/10/the-emulate-ie7-button-on-ie8/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 06:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IE 8]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/03/10/the-emulate-ie7-button-on-ie8/</guid>
		<description><![CDATA[
As I mentioned earlier there is this button on top of the window. Its very good to have that one since IE8 is in very early stage of development. This will make our life easier when developing and testing web pages. What it does is that when pressed it causes IE8 to use the IE7 [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://zoosviat.com/ajaxus/wp-content/uploads/2008/03/emulateie7.png' alt='The Emulate IE7 Button on IE8' /><br />
As I mentioned earlier there is this button on top of the window. Its very good to have that one since IE8 is in very early stage of development. This will make our life easier when developing and testing web pages. What it does is that when pressed it causes IE8 to use the IE7 user agent string, version vector and layout modes.</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/03/10/the-emulate-ie7-button-on-ie8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download IE8 from here!</title>
		<link>http://ajaxus.net/2008/03/05/download-ie8-from-here/</link>
		<comments>http://ajaxus.net/2008/03/05/download-ie8-from-here/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 21:55:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IE 8]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ajaxus.net/2008/03/05/download-ie8-from-here/</guid>
		<description><![CDATA[Install Internet Explorer 8
Internet Explorer 8 can be installed on Microsoft Windows Vista® Service Pack 1 (SP1), Windows Vista, Windows XP® Service Pack 2 (SP2), Windows Server® 2008 and Windows Server 2003 Service Pack 2 (SP2). Downloads are available from the following locations:
Internet Explorer 8 Beta 1 for Windows Vista and Windows Server 2008&#160;
Internet Explorer [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://zoosviat.com/ajaxus/wp-content/uploads/2008/03/images_ie8betalogo.gif" alt="Download IE8 from here!" align="right" /><strong>Install Internet Explorer 8</strong></p>
<p>Internet Explorer 8 can be installed on Microsoft Windows Vista® Service Pack 1 (SP1), Windows Vista, Windows XP® Service Pack 2 (SP2), Windows Server® 2008 and Windows Server 2003 Service Pack 2 (SP2). Downloads are available from the following locations:</p>
<p><a target="_blank" href="http://go.microsoft.com/fwlink/?LinkId=110325">Internet Explorer 8 Beta 1 for Windows Vista and Windows Server 2008</a>&nbsp;</p>
<p><a target="_blank" href="http://go.microsoft.com/fwlink/?LinkId=110328">Internet Explorer 8 Beta 1 for Windows Vista x64 Edition and Windows Server 2008 x64 Edition</a></p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=110324" target="_blank">Internet Explorer 8 Beta 1 for Window XP SP2</a></p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=110326" target="_blank">Internet Explorer 8 Beta 1 for Windows Server 2003 SP2</a></p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=110327" target="_blank">Internet Explorer 8 Beta 1 for Windows Server 2003 SP2 x64 Edition and Windows XP SP2 Pro x64 Edition</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2008/03/05/download-ie8-from-here/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
