<?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/">
<channel>
	<title>Comments for 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>Fri, 09 May 2008 15:04:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>Comment on GridView, DetailsView and ModalPopup Controls in Master-Detail by wretaquaw</title>
		<link>http://ajaxus.net/2008/04/30/gridview-detailsview-and-modalpopup-controls-in-master-detail/#comment-171</link>
		<author>wretaquaw</author>
		<pubDate>Wed, 07 May 2008 22:00:24 +0000</pubDate>
		<guid>http://ajaxus.net/2008/04/30/gridview-detailsview-and-modalpopup-controls-in-master-detail/#comment-171</guid>
		<description>favorited this one, bro</description>
		<content:encoded><![CDATA[<p>favorited this one, bro</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is new in Internet Explorer 8? by RIABG - Онлайн издание за RIA технологии</title>
		<link>http://ajaxus.net/2008/03/05/what-is-new-in-internet-explorer-8/#comment-170</link>
		<author>RIABG - Онлайн издание за RIA технологии</author>
		<pubDate>Wed, 07 May 2008 01:14:51 +0000</pubDate>
		<guid>http://ajaxus.net/2008/03/05/what-is-new-in-internet-explorer-8/#comment-170</guid>
		<description>[...] тук повече информация. Самият браузър можете да изтеглите [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] тук повече информация. Самият браузър можете да изтеглите [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DateJS, OpenSource JavaScript Date Library by RIABG - Онлайн издание за RIA технологии</title>
		<link>http://ajaxus.net/2007/11/29/datejs-opensource-javascript-date-library/#comment-169</link>
		<author>RIABG - Онлайн издание за RIA технологии</author>
		<pubDate>Wed, 07 May 2008 01:12:11 +0000</pubDate>
		<guid>http://ajaxus.net/2007/11/29/datejs-opensource-javascript-date-library/#comment-169</guid>
		<description>[...] От доста време чакахме нещо подобно да се случи. В близките няколко години JavaScript библиотеките набраха сили и популярност. Станаха достатъчно мощни и гъвкави и започват да предизвикват интерес от сериозните разработчици на АСП.НЕТ. Нуждата от тях в дотНет приложенията си казва думата и момчетата от Coolite направиха точно това. Те между другото станаха популярни с ефектната библиотека DateJS. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] От доста време чакахме нещо подобно да се случи. В близките няколко години JavaScript библиотеките набраха сили и популярност. Станаха достатъчно мощни и гъвкави и започват да предизвикват интерес от сериозните разработчици на АСП.НЕТ. Нуждата от тях в дотНет приложенията си казва думата и момчетата от Coolite направиха точно това. Те между другото станаха популярни с ефектната библиотека DateJS. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server best practices by Björn Göransson</title>
		<link>http://ajaxus.net/2008/04/13/sql-server-best-practices/#comment-147</link>
		<author>Björn Göransson</author>
		<pubDate>Tue, 15 Apr 2008 09:32:20 +0000</pubDate>
		<guid>http://ajaxus.net/2008/04/13/sql-server-best-practices/#comment-147</guid>
		<description>Just some notes...

1. To use LIKE with better performance, use only one percent sign, LIKE "%hej" or LIKE "hej%"
2. Use hibernate instead of stored procedures, except in extreme cases. What's more expensive, the extra developer time to look around for code and bugs in both database and code (and also mixing logic with datastore), or to buy a dedicated DB server, or cluster it?
3. Comments are poor substitutions for descriptive variable names.
4. If you have the possibility, store file and image uploads somewhere else than where your code and other resources are being stored. At least on another HD. It will make profiling, clustering, backup/restoring more easy to maintain.

As for me, I prefer uploads in a DB (on a separate cluster if needed).

I don't know of any performance issues with that solution - anyone care to fill in?</description>
		<content:encoded><![CDATA[<p>Just some notes&#8230;</p>
<p>1. To use LIKE with better performance, use only one percent sign, LIKE &#8220;%hej&#8221; or LIKE &#8220;hej%&#8221;<br />
2. Use hibernate instead of stored procedures, except in extreme cases. What&#8217;s more expensive, the extra developer time to look around for code and bugs in both database and code (and also mixing logic with datastore), or to buy a dedicated DB server, or cluster it?<br />
3. Comments are poor substitutions for descriptive variable names.<br />
4. If you have the possibility, store file and image uploads somewhere else than where your code and other resources are being stored. At least on another HD. It will make profiling, clustering, backup/restoring more easy to maintain.</p>
<p>As for me, I prefer uploads in a DB (on a separate cluster if needed).</p>
<p>I don&#8217;t know of any performance issues with that solution - anyone care to fill in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coding in VB.NET with VS 2008 by Dil Egitimi</title>
		<link>http://ajaxus.net/2008/03/30/coding-in-vbnet-with-vs-2008/#comment-146</link>
		<author>Dil Egitimi</author>
		<pubDate>Wed, 02 Apr 2008 21:51:23 +0000</pubDate>
		<guid>http://ajaxus.net/2008/03/30/coding-in-vbnet-with-vs-2008/#comment-146</guid>
		<description>does anyone knows if there is any other information about this subject in other languages?</description>
		<content:encoded><![CDATA[<p>does anyone knows if there is any other information about this subject in other languages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Windows Server 2008 e-book from MS Press by Ramu</title>
		<link>http://ajaxus.net/2008/02/12/free-windows-server-2008-e-book-from-ms-press/#comment-131</link>
		<author>Ramu</author>
		<pubDate>Tue, 25 Mar 2008 12:50:57 +0000</pubDate>
		<guid>http://ajaxus.net/2008/02/12/free-windows-server-2008-e-book-from-ms-press/#comment-131</guid>
		<description>Hi thanks pete, I had tried at elearning portal of ms but found it very difficult to download. Thanks and keep up the effort.</description>
		<content:encoded><![CDATA[<p>Hi thanks pete, I had tried at elearning portal of ms but found it very difficult to download. Thanks and keep up the effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VS 2008 Web Development Hot-Fix Available by Most used development IDE is VS 2008! &#124; Ajaxus place on the net</title>
		<link>http://ajaxus.net/2008/02/09/vs-2008-web-development-hot-fix-available/#comment-117</link>
		<author>Most used development IDE is VS 2008! &#124; Ajaxus place on the net</author>
		<pubDate>Mon, 24 Mar 2008 06:31:05 +0000</pubDate>
		<guid>http://ajaxus.net/2008/02/09/vs-2008-web-development-hot-fix-available/#comment-117</guid>
		<description>[...] 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 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 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 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Windows Server 2008 e-book from MS Press by admin</title>
		<link>http://ajaxus.net/2008/02/12/free-windows-server-2008-e-book-from-ms-press/#comment-112</link>
		<author>admin</author>
		<pubDate>Tue, 11 Mar 2008 13:10:03 +0000</pubDate>
		<guid>http://ajaxus.net/2008/02/12/free-windows-server-2008-e-book-from-ms-press/#comment-112</guid>
		<description>@Peter soon will put another one... "Introducing SQL Server 2008" but recently doesnt have enough time to post :)</description>
		<content:encoded><![CDATA[<p>@Peter soon will put another one&#8230; &#8220;Introducing SQL Server 2008&#8243; but recently doesnt have enough time to post <img src='http://zoosviat.com/ajaxus/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coolite offers dotNet and ExtJS controls by admin</title>
		<link>http://ajaxus.net/2008/02/18/coolite-offers-dotnet-and-extjs-controls/#comment-111</link>
		<author>admin</author>
		<pubDate>Tue, 11 Mar 2008 13:08:47 +0000</pubDate>
		<guid>http://ajaxus.net/2008/02/18/coolite-offers-dotnet-and-extjs-controls/#comment-111</guid>
		<description>@Geoffrey - I have managed to implement the ExtJS data grid into dotnet wrapper for my usage, but still interested to see your version. Also noticed you have added TabPanel control in 0.4.0 version which is also nice.</description>
		<content:encoded><![CDATA[<p>@Geoffrey - I have managed to implement the ExtJS data grid into dotnet wrapper for my usage, but still interested to see your version. Also noticed you have added TabPanel control in 0.4.0 version which is also nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Internet Application Technology Comparison: AJAX, Flash, Silverlight by admin</title>
		<link>http://ajaxus.net/2008/02/06/rich-internet-application-technology-comparison-ajax-flash-silverlight/#comment-110</link>
		<author>admin</author>
		<pubDate>Tue, 11 Mar 2008 13:05:25 +0000</pubDate>
		<guid>http://ajaxus.net/2008/02/06/rich-internet-application-technology-comparison-ajax-flash-silverlight/#comment-110</guid>
		<description>@Patrick, for a hardcore dotNet programmer it will take me a great effort to test Flex 3 :)

But I am willing to read some more about Flex and see some tests!

Pretty impressed what Silverlight 2 has to offer!</description>
		<content:encoded><![CDATA[<p>@Patrick, for a hardcore dotNet programmer it will take me a great effort to test Flex 3 <img src='http://zoosviat.com/ajaxus/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But I am willing to read some more about Flex and see some tests!</p>
<p>Pretty impressed what Silverlight 2 has to offer!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
