<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Alex Papadimoulis' .NET Blog - All Comments</title><link>http://weblogs.asp.net/alex_papadimoulis/default.aspx</link><description>Alex's musings about .NET and other Microsoft technologies</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#6574113</link><pubDate>Thu, 28 Aug 2008 14:56:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6574113</guid><dc:creator>Derek Hosewood</dc:creator><description>&lt;p&gt;actually i used a modified version of the redirect thing in the end. first thing i do on my html (aspx) page is call a script which uses the XMLHttpRequest to GET another aspx page which sets a Session variable.&lt;/p&gt;
&lt;p&gt;now i can check to see if this session variable is populated and only call my server side code if it is.&lt;/p&gt;
&lt;p&gt;for me that solved the problem that code in the &amp;lt;% %&amp;gt; still executes even in the &amp;lt;noscript&amp;gt; tag&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6574113" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#6571638</link><pubDate>Wed, 27 Aug 2008 14:25:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6571638</guid><dc:creator>Ann Ezzell</dc:creator><description>&lt;p&gt;I was elated to find this post, because I thought it would solve a problem I&amp;#39;ve been having with a new design we&amp;#39;re buildling.&lt;/p&gt;
&lt;p&gt;We have contact info at the bottom of every page, including an e-mail address. In an attempt to protect the e-mail addresses, we use JavaScript to display the e-mail address, assembled from pieces, so the actual address never appears in the code.&lt;/p&gt;
&lt;p&gt;But people without JavaScript see nothing. &lt;/p&gt;
&lt;p&gt;So we need to be able to display the e-mail address without JavaScript if it&amp;#39;s not available. But that requires putting it in the code. &lt;/p&gt;
&lt;p&gt;I can&amp;#39;t see a way to put it in the code *if and only if* JavaScript is disabled, because the &amp;lt;noscript&amp;gt; contents are always displayed.&lt;/p&gt;
&lt;p&gt;I was so excited to find this, thinking it might solve my problem. But there really isn&amp;#39;t a solution to this problem, is there? Because there&amp;#39;s no way to detect JavaScript server-side the first time the page loads.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6571638" width="1" height="1"&gt;</description></item><item><title>re: Better Error Handling in SQL Server 2005 with TRY..CATCH</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2005/02/02/365685.aspx#6553060</link><pubDate>Fri, 22 Aug 2008 19:36:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6553060</guid><dc:creator>Ryan W</dc:creator><description>&lt;p&gt;I&amp;#39;m thinking of creating an error handler on two dates from two different table...any ideas on starting this statement?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6553060" width="1" height="1"&gt;</description></item><item><title>re: Smart Paster 1.1 Add-In - StringBuilder and Better C# Handling</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2004/05/25/Smart-Paster-1.1-Add-In---StringBuilder-and-Better-C_2300_-Handling.aspx#6490980</link><pubDate>Wed, 06 Aug 2008 15:14:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6490980</guid><dc:creator>acor3</dc:creator><description>&lt;p&gt;Hi people,&lt;/p&gt;
&lt;p&gt;here you can find my packaging:&lt;/p&gt;
&lt;p&gt;VisualStudio.NET 2008 Source + installer&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.acortech.it/SmartPaster2008"&gt;www.acortech.it/SmartPaster2008&lt;/a&gt; Solution%20+%20installer.zip&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6490980" width="1" height="1"&gt;</description></item><item><title>WebForm Gripe - Getting LinkButton to work without Javascript.</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#6444190</link><pubDate>Sat, 26 Jul 2008 00:55:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6444190</guid><dc:creator>Chris Hardy </dc:creator><description>&lt;p&gt;WebForms is a sort of love/hate thing for me. There are some things I love about WebForms and then there&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6444190" width="1" height="1"&gt;</description></item><item><title>re: Smart Paster 1.1 Add-In - StringBuilder and Better C# Handling</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2004/05/25/Smart-Paster-1.1-Add-In---StringBuilder-and-Better-C_2300_-Handling.aspx#6439658</link><pubDate>Thu, 24 Jul 2008 16:33:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6439658</guid><dc:creator>Francisco Lopez</dc:creator><description>&lt;p&gt;VS 2008 INSTALL INSTRUCTIONS:&lt;/p&gt;
&lt;p&gt;1. Copy the .addin, .dll files to your Addins directory [C:\Documents and Settings\[User]\My Documents\Visual Studio 2008\Addins]. If you do not have an Addins directory, create it.&lt;/p&gt;
&lt;p&gt;2. Restart Visual Studio 2008.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6439658" width="1" height="1"&gt;</description></item><item><title>re: Using Modules in VB.NET</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2004/06/17/158295.aspx#6399511</link><pubDate>Mon, 14 Jul 2008 10:10:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6399511</guid><dc:creator>jdrawmer</dc:creator><description>&lt;p&gt;Surely it&amp;#39;s totally dependent on your style of programming? If you have to write a few simple functions and subs, then maybe you might fancy writing a module for them - but maybe you want to write classes to stick completely modern OO.&lt;/p&gt;
&lt;p&gt;The example of why modules are an advantage mentioned directly above is a great point for reducing code (obviously not by much).&lt;/p&gt;
&lt;p&gt;I would be interested to see if there are any performance differences with using a class or a module.... Might give it a test.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6399511" width="1" height="1"&gt;</description></item><item><title>re: Using Modules in VB.NET</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2004/06/17/158295.aspx#6399157</link><pubDate>Mon, 14 Jul 2008 06:56:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6399157</guid><dc:creator>Sadaf shabir</dc:creator><description>&lt;p&gt;use of the Module in VB.NET?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6399157" width="1" height="1"&gt;</description></item><item><title>re: Using Modules in VB.NET</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2004/06/17/158295.aspx#6399150</link><pubDate>Mon, 14 Jul 2008 06:51:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6399150</guid><dc:creator>Sadaf Shabir</dc:creator><description>&lt;p&gt;module is not still clear.when we are using main functin then what does the use of it.I onl;y want to know the use of module in VB.NET programming.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6399150" width="1" height="1"&gt;</description></item><item><title>re: CommunityServer: Adding the "Post Date" Sort Order</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2005/03/25/395857.aspx#6384805</link><pubDate>Thu, 10 Jul 2008 17:22:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6384805</guid><dc:creator>hakan uzuner</dc:creator><description>&lt;p&gt;hi ;&lt;/p&gt;
&lt;p&gt;i change my site by your code but i have a problem ..&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6384805" width="1" height="1"&gt;</description></item></channel></rss>