<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jim Black</title>
	<atom:link href="http://jblack.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jblack.wordpress.com</link>
	<description>My 2¢ and then some.</description>
	<lastBuildDate>Fri, 23 Sep 2011 11:53:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jblack.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jim Black</title>
		<link>http://jblack.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jblack.wordpress.com/osd.xml" title="Jim Black" />
	<atom:link rel='hub' href='http://jblack.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Server tags cannot contain constructs</title>
		<link>http://jblack.wordpress.com/2006/12/15/server-tags-cannot-contain-constructs/</link>
		<comments>http://jblack.wordpress.com/2006/12/15/server-tags-cannot-contain-constructs/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 20:48:50 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jblack.wordpress.com/2006/12/15/server-tags-cannot-contain-constructs/</guid>
		<description><![CDATA[I stumbled upon another issue. I am sure there is a good reason they decided to not allow this, but I found it quite frustrating to learn it the hard way. Server Control tags, like for a button, or TextBox or any other server control, can not contain .net code &#60;% &#8230; %&#62;. For example: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=24&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">I stumbled upon another issue.  I am sure there is a good reason they decided to not allow this, but I found it quite frustrating to learn it the hard way.  Server Control tags, like for a button, or TextBox or any other server control, can not contain .net code &lt;% &#8230; %&gt;.  For example:</p>
<p><span><span style="color:blue;">&lt;</span><span style="color:maroon;">asp</span><span style="color:blue;">:</span><span style="color:maroon;">Button</span> <span style="color:red;">ID</span><span style="color:blue;">=&#8221;btnRefreshLayout&#8221;</span> <span style="color:red;">runat</span><span style="color:blue;">=&#8221;server&#8221;</span> <span style="color:red;">Text</span><span style="color:blue;">=&#8221;Refresh Layout&#8221;</span> <span style="color:red;">OnClientClick</span><span style="color:blue;">=&#8221;AdjustFrameDim(</span><span style="background:yellow none repeat scroll 0 50%;">&lt;%</span>= _layout<span style="background:yellow none repeat scroll 0 50%;">%&gt;</span><span style="color:blue;">);&#8221;</span><span>  </span><span style="color:red;">OnClick</span><span style="color:blue;">=&#8221;btnRefreshLayout_Click&#8221;</span><span>  </span><span style="color:blue;">/&gt;</p>
<p></span></span>The result is&#8230;</p>
<p><span><span style="color:blue;">&lt;</span><span style="color:maroon;">input</span> <span style="color:red;">type</span><span style="color:blue;">=&#8221;submit&#8221;</span> <span style="color:red;">name</span><span style="color:blue;">=&#8221;btnRefreshLayout&#8221;</span> <span style="color:red;">value</span><span style="color:blue;">=&#8221;Refresh Layout&#8221;</span> <span style="color:red;">onclick</span><span style="color:blue;">=&#8221;AdjustFrameDim(</span></span><span><span style="background:yellow none repeat scroll 0 50%;">&lt;%</span>= _layout<span style="background:yellow none repeat scroll 0 50%;">%&gt;</span></span><span><span style="color:blue;">);&#8221;</span> <span style="color:red;">id</span><span style="color:blue;">=&#8221;BI_TabControl1_ucLayout_btnRefreshLayout&#8221;</span> <span style="color:blue;">/&gt;</span></span></p>
<p>It doesn&#8217;t seem to matter where in the server control code you put the &lt;% &#8230; %&gt;, it doesn&#8217;t work.</p>
<p>BUT, I have good news&#8230; If you need to dynamically add something to the properties of the server control, you could instead use the AddAttribute method of the server control and get the needed results that way.</p>
<p class="MsoNormal"><span><span></span>    btnRefreshLayout.Attributes.Add(<span style="color:maroon;">&#8220;OnClick&#8221;</span>, <span style="color:maroon;">&#8220;AdjustFrameDim(&#8220;</span> + _layout + <span style="color:maroon;">&#8220;);&#8221;</span>);</span></p>
<p class="MsoNormal">Happy Coding.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=24&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/12/15/server-tags-cannot-contain-constructs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamically added UserControls not persisted.</title>
		<link>http://jblack.wordpress.com/2006/12/14/dynamically-added-usercontrols-not-persisted/</link>
		<comments>http://jblack.wordpress.com/2006/12/14/dynamically-added-usercontrols-not-persisted/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 21:08:19 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jblack.wordpress.com/2006/12/14/dynamically-added-usercontrols-not-persisted/</guid>
		<description><![CDATA[I am not sure I gave this post an appropriate title, but it works for now. The Problem: ASP.Net gives a developer the opportunity to programmatically add controls to a web form using ParentControl.Controls.Add(new Control()); However, these controls are not persisted in any way thus having to be recreated for each subsequent request. What I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=23&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am not sure I gave this post an appropriate title, but it works for now.</p>
<p><strong>The Problem:</strong><br />
ASP.Net gives a developer the  opportunity to programmatically add controls to a web form using <strong>ParentControl.Controls.Add(new Control());</strong>  However,  these controls are not persisted in any way thus having to be recreated for each  subsequent request.</p>
<p><strong>What I found:</strong><br />
On the page I have a PlaceHolder.  Depending on the dynamic data at the time of processing, one of 10 &#8220;layout&#8221; UserControls need to be added to the PlaceHoder.  And inside each of those &#8220;layouts&#8221; will be 2 to 4 &#8220;content&#8221; UserControls with dynamic data based on the data and properties set by the &#8220;layout&#8221; UserControl.  While stepping <span id="more-23"></span>through code, durring a PostBack with user data, I was able to see that properties and server controls were being properly set in both UserControls, but when the page was actually rendered to the browser the data displayed was the old data prior to the user making changes.</p>
<p>I tested this and retested this and it baffled me for quite some time.  I thought maybe it was an issue of the beta version of Atlas I was using, so I removed the UpdatePanel surrounding all this and problem still existed.  After much searching I began to learn that this is a problem (bug) with dynamically added UserControls and all the server controls and user controls within.</p>
<p>Durring my search I found someone who developed a <a href="http://www.denisbauer.com/ASPNETControls/DynamicControlsPlaceholder.aspx" title="DynamicControlsPlaceholder" target="_blank">workaround</a>, or a better improved PlaceHolder to insure the proper handling of the data within the added UserControls.  Though I did not use this, I suspect it would work, but instead, I found a different way to  dynamically determin and build 1 of 10 different layouts.</p>
<p><strong>What I Did:</strong><br />
I am not providing any real answer here, but just confirmation that this problem does indeed exist.  So either find a different way or try out this guys workaround.</p>
<p>Instead of using 10 different layout UserControls (10 ascs files with different table formatting and each including 4 instances of a &#8220;content&#8221; UserControl (these 10 ascx fils all included the same layout.cs code behind file).  I put logic in my business layer to determin the layout to use and send back a section of HTML and place the &#8220;content&#8221; UserControls with in it.  My 10 to 1 layout page lookes like this:</p>
<p>&lt;%= GetFrameTablePart(&#8220;a&#8221;) %&gt;<br />
&lt;uc1:ucObjContent ID=&#8221;ucObjContent1&#8243; runat=&#8221;server&#8221; /&gt;<br />
&lt;%= GetFrameTablePart(&#8220;b&#8221;) %&gt;<br />
&lt;uc1:ucObjContent ID=&#8221;ucObjContent2&#8243; runat=&#8221;server&#8221; /&gt;<br />
&lt;%= GetFrameTablePart(&#8220;c&#8221;) %&gt;<br />
&lt;uc1:ucObjContent ID=&#8221;ucObjContent3&#8243; runat=&#8221;server&#8221;/&gt;<br />
&lt;%= GetFrameTablePart(&#8220;d&#8221;) %&gt;<br />
&lt;uc1:ucObjContent ID=&#8221;ucObjContent4&#8243; runat=&#8221;server&#8221;/&gt;<br />
&lt;%= GetFrameTablePart(&#8220;e&#8221;) %&gt;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=23&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/12/14/dynamically-added-usercontrols-not-persisted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>
	</item>
		<item>
		<title>Modal Dialog for all.</title>
		<link>http://jblack.wordpress.com/2006/11/15/modal-dialog-for-all/</link>
		<comments>http://jblack.wordpress.com/2006/11/15/modal-dialog-for-all/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 15:53:55 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[dropdownlist]]></category>
		<category><![CDATA[IFRAME]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[listbox]]></category>
		<category><![CDATA[Modal Dialog]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://jblack.wordpress.com/2006/11/15/modal-dialog-for-all/</guid>
		<description><![CDATA[I came across an interesting problem the other day. I was developing a way to have error dialog for our web application regardless of the web browser. I did not want to use the JavaScript alert message box. I could not use the IE Modal dialog. So I decided to display the error message in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=18&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I came across an interesting problem the other day.  I was developing a way to have error dialog for our web application regardless of the web browser.  I did not want to use the JavaScript alert message box.  I could not use the IE Modal dialog.  So I decided to display the error message in a DIV tag that would be centered on the screen and only made visible when there was an error.  Then I thought, wouldn&#8217;t it be cool to be able to move the error dialog around the screen, in case it was covering up the form element that had a problem.  I found <a href="http://www.dynamicdrive.com/dynamicindex11/domdrag/index.htm" target="_blank">dom-drag.js</a> to be quite cool and<a href="http://jblack.files.wordpress.com/2006/11/listbox_example.jpg" title="ListBox Example"><img src="http://jblack.files.wordpress.com/2006/11/listbox_example.jpg?w=490" style="width:278px;height:156px;" alt="ListBox Example" align="right" hspace="10" vspace="10" /></a> very helpful.</p>
<p>To make the DIV tag overlay the existing page, I needed to set the Z-index of the DIV at a higher level then anything else on the page.  I soon found that no matter how hard you tried, all DropDownList boxes and List boxes would show through the error dialog.</p>
<p>After some research, I soon found that this is an <a href="http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx" target="_blank">issue</a> with Internet Explorer and wasn&#8217;t much I could do about it.  It is because DropDownList boxes and List boxes are considered a windowed component in the browser and regardless the z-index you assign these components or the DIV that contains them, they will always float to the top.  This issue is resolved in IE7, but the idea of making all customers upgrade to IE7 was not acceptable.</p>
<p><span id="more-18"></span>An iFrame is also<a href="http://jblack.files.wordpress.com/2006/11/iframeoverlay.jpg" title="iFrameOverlay"><img src="http://jblack.files.wordpress.com/2006/11/iframeoverlay.jpg?w=490" style="width:262px;height:171px;" alt="iFrameOverlay" align="right" /></a> windowed component.  If I could put that iFrame in a DIV or TABLE that the visibility can be turned on or off, that would fix the problem of the other windowed components (drop down list and list box).  I tried a DIV, but could not set the height to something specific so I could center the error dialog could be centered.  I used the TABLE and could specify the height and it worked quite nice.</p>
<p>It wasn&#8217;t till later that I realized that everything under the TABLE, with no background, was not access-able.  So once the error dialog window is made visible, the rest of the form elements can not be acted upon until you clear the error dialog.</p>
<p>To clear the error dialog, I needed to call a JavaScript function on the parent page to set the visibility of the TABLE equal to none.  With out trying, I created my own modal dialog.  Cool!</p>
<p class="MsoNormal"><strong>UPDATE</strong>:<a href="http://jblack.files.wordpress.com/2006/12/modaldialog.gif" title="Modal Dialog View"><img src="http://jblack.files.wordpress.com/2006/12/modaldialog.thumbnail.gif?w=490" alt="Modal Dialog View" align="right" border="0" /></a><br />
Not used to this blogging stuff, so let me clarify.<br />
Outside the FORM tag I set a Table to be width=100% and height=560 (or something big enough to cover what you need to, then centered in that table (one row with one cell) I placed an IFRAME that I will pass my error message to and then display.  The page shown in the IFRAME will cover all form elements on the page behind it.  All form elements not covered by the IFRAME, but covered by the Err_Table are unclick-able with exception to the DropDownList and ListBox.  If need be, you could alwasys disable those controls prior to making the Err_Table viewable.<br />
<span><span></span><span style="color:blue;"><br />
&lt;/</span><span style="color:maroon;">div</span><span>&gt;</span></span><span><span></span><span style="color:blue;"><br />
&lt;/</span><span style="color:maroon;">form</span><span>&gt;<br />
</span><span style="color:blue;">&lt;</span><span style="color:maroon;">table</span> <span style="color:red;">id</span><span style="color:blue;">=&#8221;Err_Table&#8221;</span> <span style="color:red;">style</span><span style="color:blue;">=&#8221;display: none;&#8221;&gt;&lt;</span><span style="color:maroon;">tr</span><span style="color:blue;">&gt;&lt;</span><span style="color:maroon;">td</span> <span style="color:red;">width</span><span style="color:blue;">=&#8221;100%&#8221;</span> <span style="color:red;">height</span><span>=</span></span><span><span style="color:blue;">&#8220;100%&#8221;</span></span><span><span>&gt;<br />
</span><span style="color:blue;">&lt;</span><span style="color:maroon;">iframe</span> <span style="color:red;">id</span><span style="color:blue;">=&#8221;Err_Message_Frame&#8221;</span> <span style="color:red;">src</span><span style="color:blue;">=&#8221;"</span> <span style="color:red;">frameborder</span><span style="color:blue;">=&#8221;no&#8221;</span> <span style="color:red;"><br />
scrolling</span><span style="color:blue;">=&#8221;no&#8221;</span> <span style="color:red;">marginheight</span><span style="color:blue;">=&#8221;0px&#8221;</span> <span style="color:red;">marginwidth</span><span style="color:blue;">=&#8221;0&#8243;&gt;&lt;/</span><span style="color:maroon;">iframe</span><span style="color:blue;">&gt;</span><br />
<span>    </span><span style="color:blue;">&lt;/</span><span style="color:maroon;">td</span><span style="color:blue;">&gt;&lt;/</span><span style="color:maroon;">tr</span><span style="color:blue;">&gt;&lt;/</span><span style="color:maroon;">table</span><span style="color:blue;">&gt;</span></span></p>
<p class="MsoNormal"> Style:<br />
<span>#Err_Table<br />
{<span>   </span><span style="color:red;">position</span>: <span style="color:blue;">absolute</span>;<br />
<span>    </span><span style="color:red;">top</span>:<span style="color:blue;">0px</span>;<br />
<span>    </span><span style="color:red;">width</span>: <span style="color:blue;">100%</span>;<br />
<span>    </span><span style="color:red;">height</span>: <span style="color:blue;">560px</span>;</span><span><br />
<span>    </span><span style="color:red;">background-color</span>: <span style="color:blue;">Transparent</span>;<br />
<span>    </span><span style="color:red;">border</span>: <span style="color:blue;">solid</span> <span style="color:blue;">0px</span> <span style="color:blue;">red</span>;<br />
<span>    </span><span style="color:red;">vertical-align</span>: <span style="color:blue;">middle</span>;<br />
<span>    </span><span style="color:red;">text-align</span>: <span style="color:blue;">center</span>;<br />
<span>    </span><span style="color:red;">z-index</span>: <span style="color:blue;">100</span>;<br />
}</span></p>
<p class="MsoNormal"><span>#Err_Message_Frame<br />
{<br />
<span>    </span><span style="color:red;">width</span>: <span style="color:blue;">360px</span>;<br />
<span>    </span><span style="color:red;">height</span>: <span style="color:blue;">300px</span>;<br />
<span>    </span><span style="color:red;">background-color</span>: <span style="color:blue;">white</span>;<br />
<span>    </span><span style="color:red;">border</span>: <span style="color:blue;">solid</span> <span style="color:blue;">0px</span> <span style="color:blue;">black</span>;<br />
<span> </span></span><span><span>   </span><span style="color:red;">margin</span>: <span style="color:blue;">0px</span>;<br />
<span>    </span><span style="color:red;">padding</span>: <span style="color:blue;">0px</span>;<br />
}</span></p>
<p class="MsoNormal"><span> </span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=18&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/11/15/modal-dialog-for-all/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>

		<media:content url="http://jblack.files.wordpress.com/2006/11/listbox_example.jpg" medium="image">
			<media:title type="html">ListBox Example</media:title>
		</media:content>

		<media:content url="http://jblack.files.wordpress.com/2006/11/iframeoverlay.jpg" medium="image">
			<media:title type="html">iFrameOverlay</media:title>
		</media:content>

		<media:content url="http://jblack.files.wordpress.com/2006/12/modaldialog.thumbnail.gif" medium="image">
			<media:title type="html">Modal Dialog View</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Extensions</title>
		<link>http://jblack.wordpress.com/2006/10/27/firefox-extensions/</link>
		<comments>http://jblack.wordpress.com/2006/10/27/firefox-extensions/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 16:23:14 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jblack.wordpress.com/2006/10/27/firefox-extensions/</guid>
		<description><![CDATA[If you don&#8217;t use Firefox yet, you should. If you use Firefox but have not tried out any Extensions, you need to. Extensions for Firefox is one of the many benefits of using Firefox. Extensions, extend the abilities, functions, features of Firefox. Firefox extensions can be found here. They even have extensions they recommend here. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=17&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t use Firefox yet, you should.  If you use Firefox but have not tried out any Extensions, you need to.  Extensions for Firefox is one of the many benefits of using Firefox.  Extensions, extend the abilities, functions, features of Firefox.  Firefox extensions can be found <font color="#ff6600"><a href="https://addons.mozilla.org/firefox/extensions/">here</a></font>.  <font color="#000000">They even have extensions they recommend <a href="https://addons.mozilla.org/firefox/recommended/">here</a>.</font></p>
<p><font color="#000000">A few of my favorites are:<br />
</font></p>
<p class="addon-feature-text corner-box">&nbsp;</p>
<h2><a href="https://addons.mozilla.org/firefox/1865/">Adblock Plus</a> <span>by Wladimir Palant</span></h2>
<p>Ever been annoyed by intrusive advertisements? Install Adblock Plus and select a filter subscription. If you encounter an ad your subscription does not take care of, right-click it and select “Adblock.” You will never download ads again!</p>
<p><span id="more-17"></span></p>
<h2><a href="https://addons.mozilla.org/firefox/684/">FireFTP</a> <span>by Mime Cuvalo</span></h2>
<p><img src="https://addons.mozilla.org/images/previews/fireftp-7.jpg" class="addon-feature-image" align="right" />FireFTP is a free, secure, cross-platform FTP client for Firefox that provides easy and intuitive access to FTP servers. Along with transferring your files quickly and efficiently, FireFTP also offers more advanced features such as directory comparison, syncing directories while navigating, SSL encryption, file hashing, and more.</p>
<h2><a href="https://addons.mozilla.org/firefox/398/">Forecastfox</a> <span>by Richard Klein</span></h2>
<p><img src="https://addons.mozilla.org/images/previews/forecastfox-1.jpg" class="addon-feature-image" align="right" />Forecastfox displays current conditions, radar, severe weather alerts, and up to a week of forecasts as customizable icons and text descriptions. Mousing over the icons brings up additional details, also fully customizable. Users can define profiles to track multiple locations all around the world.</p>
<h2><a href="https://addons.mozilla.org/firefox/1730/">Performancing</a> <span>by Jed Brown</span></h2>
<p><img src="https://addons.mozilla.org/images/previews/performancing-2.jpg" class="addon-feature-image" align="right" />Performancing is a full-featured blog editor that sits right in your Firefox browser and lets you post to your blog easily. You can drag and drop formatted content, including images, from the page you are browsing and take notes as well as post to your blog.</p>
<h2><a href="https://addons.mozilla.org/firefox/60/">Web Developer</a> <span>by Chris Pederick</span></h2>
<p><img src="https://addons.mozilla.org/images/previews/web_developer-1.jpg" class="addon-feature-image" align="right" height="150" width="200" />Web Developer adds a menu and a toolbar with various Web developer tools to the browser. The tools allow the user to disable, view, and edit cookies, CSS, HTML, forms, and images; validate pages; and much more.</p>
<h2><a href="https://addons.mozilla.org/firefox/26/">Download Statusbar</a> <span>by Devon Jensen</span></h2>
<p><img src="https://addons.mozilla.org/images/previews/download_statusbar-6.jpg" class="addon-feature-image" align="right" />Manage your Internet downloads from a tidy toolbar, without the download window getting in the way of your Web browsing. Despite its compact size, Download Statusbar packs in more useful features than the standard download window. The fully customizable interface auto-hides when not in use, allowing full control without interruption.</p>
<p>What is your favorite extension for Firefox?</p>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=17&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/10/27/firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>

		<media:content url="//addons.mozilla.org/images/previews/fireftp-7.jpg" medium="image" />

		<media:content url="//addons.mozilla.org/images/previews/forecastfox-1.jpg" medium="image" />

		<media:content url="//addons.mozilla.org/images/previews/performancing-2.jpg" medium="image" />

		<media:content url="//addons.mozilla.org/images/previews/web_developer-1.jpg" medium="image" />

		<media:content url="//addons.mozilla.org/images/previews/download_statusbar-6.jpg" medium="image" />
	</item>
		<item>
		<title>Firefox 2</title>
		<link>http://jblack.wordpress.com/2006/10/27/firefox-2/</link>
		<comments>http://jblack.wordpress.com/2006/10/27/firefox-2/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 16:00:43 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://jblack.wordpress.com/2006/10/27/firefox-2/</guid>
		<description><![CDATA[Well, FireFox 2 has been released and it is quite nice. For details on whats new in the release click here. Unfortunately a few of the Extensions I have used and come to like no longer work, but I am sure they will be updated to work soon. Some highlights in the new release that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=16&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, FireFox 2 has been released and it is quite nice.  For details on whats new in the release click <a href="http://www.mozilla.com/en-US/firefox/2.0/releasenotes/" target="_blank">here</a>.  Unfortunately a few of the Extensions I have used and come to like no longer work, but I am sure they will be updated to work soon.</p>
<p>Some highlights in the new release that look promising are:</p>
<ul>
<li><strong>Built-in phishing protection: </strong><a href="http://www.mozilla.com/en-US/firefox/phishing-protection/">Phishing Protection</a> warns users when they encounter suspected Web forgeries, and offers to  return the user to their home page. Phishing Protection is turned on by default, and works by checking sites against either a local or online list of known phishing sites.</li>
</ul>
<ul class="news spaced">
<li><strong>Improved tabbed browsing:</strong> By default, Firefox will open links in new tabs instead of new windows, and each tab will now have a <cite>close tab </cite>button. Power users who open more tabs than can fit in a single window  will see arrows on the left and right side of the tab strip that let  them scroll back and forth between their tabs. The History menu will  keep a list of recently closed tabs, and a shortcut lets users quickly  re-open an accidentally closed tab.</li>
</ul>
<ul>
<li><strong>Resuming your browsing session:</strong> The Session Restore feature  restores windows, tabs, text typed in forms, and in-progress downloads  from the last user session. It will be activated automatically when  installing an application update or extension, and users will be asked  if they want to resume their previous session after a system crash.</li>
</ul>
<ul>
<li><strong>Inline spell checking:</strong> A new built-in spell checker enables users to quickly check the spelling of text entered into Web forms                (like <a href="http://cgi-lib.berkeley.edu/ex/simple-form.html">this one</a>) without having to use a separate application.</li>
</ul>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=16&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/10/27/firefox-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>
	</item>
		<item>
		<title>Code Search</title>
		<link>http://jblack.wordpress.com/2006/10/06/code-search/</link>
		<comments>http://jblack.wordpress.com/2006/10/06/code-search/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 13:37:32 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jblack.wordpress.com/2006/10/06/code-search/</guid>
		<description><![CDATA[Often as a developer, I find myself needing to solve a new problem a new way. I am not one to buy code books, but rely a lot on online refrences. So today I stumbled upon and compiled a list of code search engines that I thought I would share with you. And if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=15&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Often as a developer, I find myself needing to solve a new problem a new way.  I am not one to buy code books, but rely a lot on online refrences.  So today I stumbled upon and compiled a list of code search engines that I thought I would share with you.  And if you stumble accross this posting and have a code search or resource not listed here, please let me know, so I may update the list.</p>
<p class="MsoNormal"><font face="Verdana" size="2"><span style="font-size:10pt;font-family:Verdana;"><a href="http://codase.com/" title="http://codase.com/">http://codase.com/</a></span></font></p>
<p class="MsoNormal"><font face="Verdana" size="2"><span style="font-size:10pt;font-family:Verdana;"><a href="http://www.codeproject.com/" title="http://codase.com/">http://www.CodeProject.com/</a></span></font></p>
<p class="MsoNormal"><font face="Verdana" size="2"><span style="font-size:10pt;font-family:Verdana;"><a href="http://koders.com/" title="http://koders.com/">http://koders.com/</a> </span></font></p>
<p class="MsoNormal"><font face="Verdana" size="2"><span style="font-size:10pt;font-family:Verdana;"><a href="http://www.krugle.com/" title="http://www.krugle.com/">http://www.krugle.com/</a></span></font></p>
<p class="MsoNormal"><font face="Verdana" size="2"><span style="font-size:10pt;font-family:Verdana;"><a href="http://programmingishard.com/" title="http://programmingishard.com/">http://programmingishard.com/</a> </span></font></p>
<p class="MsoNormal"><font face="Verdana" size="2"><span style="font-size:10pt;font-family:Verdana;"><a href="http://www.google.com/codesearch" title="http://www.google.com/codesearch">http://www.google.com/codesearch</a></span></font></p>
<p class="MsoNormal"><font face="Verdana" size="2"><span style="font-size:10pt;font-family:Verdana;"><a href="http://labs.oreilly.com/code/" title="http://labs.oreilly.com/code/">http://labs.oreilly.com/code/</a></span></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=15&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/10/06/code-search/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>
	</item>
		<item>
		<title>Atlas with inline or external JavaScript &#8211; Unknown Error</title>
		<link>http://jblack.wordpress.com/2006/09/19/atlas-with-inline-or-external-javascript-unknown-error/</link>
		<comments>http://jblack.wordpress.com/2006/09/19/atlas-with-inline-or-external-javascript-unknown-error/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 19:33:24 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Atlas]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jblack.wordpress.com/2006/09/19/atlas-with-inline-or-external-javascript-unknown-error/</guid>
		<description><![CDATA[More issues with Atlas and your own client javascript. Today I stumbled accross another isse of my own JavaScript causing errors with Atlas. Typically you place all your JavaScript in the HEAD of the document. So.. today I added the following function to my JavaScript in the HEAD of the page. After adding this code, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=11&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>More issues with Atlas and your own client javascript.</p>
<p>Today I stumbled accross another isse of my own JavaScript causing errors with  Atlas.  Typically you place all your JavaScript in the HEAD of the document.  So.. today I added the following function to my JavaScript in the HEAD of the page.</p>
<p><a href="http://jblack.files.wordpress.com/2006/09/form_submit.gif" class="imagelink" title="javascript_form_submit"><img src="http://jblack.files.wordpress.com/2006/09/form_submit.gif?w=480&#038;h=113" alt="javascript_form_submit" border="0" height="113" hspace="10" vspace="10" width="480" /></a></p>
<p><img src="http://jblack.files.wordpress.com/2006/08/atlas-unknownerror.gif?w=490" alt="Atlas - Unknown Error" align="right" hspace="10" vspace="10" />After adding this code, any click on the page that used an Atlas Update Panel, caused the discreet Unknown Error dialog box.  After many attempts to discove what the problem may be, I moved the entire function to script tags with-in the BODY of the page.  All worked fine, with no Atlas &#8220;Unknown Error&#8221;.</p>
<p>I decided to test another sceniario, and put all my JavaScript in an external file (I usually wait till I am finished with the page for this step) and included it from with-in the HEAD of the page.  Again I tested the page and all worked fine with no Atlas &#8220;Unknown Error&#8221;.</p>
<p>I thought this error may have something to do with the partial rendering that Atlas is taking care of, but after my second test, I an not so sure any more.  Either way, I believe it may be a better practice to put all JavaScript in an external .js file and include it in the HEAD of your page.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=11&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/09/19/atlas-with-inline-or-external-javascript-unknown-error/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>

		<media:content url="http://jblack.files.wordpress.com/2006/09/form_submit.gif" medium="image">
			<media:title type="html">javascript_form_submit</media:title>
		</media:content>

		<media:content url="http://jblack.files.wordpress.com/2006/08/atlas-unknownerror.gif" medium="image">
			<media:title type="html">Atlas - Unknown Error</media:title>
		</media:content>
	</item>
		<item>
		<title>WOW &#8211; 3 posts in one day</title>
		<link>http://jblack.wordpress.com/2006/08/18/wow-3-posts-in-one-day/</link>
		<comments>http://jblack.wordpress.com/2006/08/18/wow-3-posts-in-one-day/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 15:10:03 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://jblack.wordpress.com/2006/08/18/wow-3-posts-in-one-day/</guid>
		<description><![CDATA[Wow, 3 posts in one day&#8230; well, now 4 posts.  Don&#8217;t expect me to keep this up.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=8&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wow, 3 posts in one day&#8230; well, now 4 posts.  <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Don&#8217;t expect me to keep this up.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=8&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/08/18/wow-3-posts-in-one-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>
	</item>
		<item>
		<title>Insert attribute value quotes</title>
		<link>http://jblack.wordpress.com/2006/08/18/insert-attribute-value-quotes/</link>
		<comments>http://jblack.wordpress.com/2006/08/18/insert-attribute-value-quotes/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 15:08:19 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[Atlas]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false">https://jblack.wordpress.com/2006/08/18/insert-attribute-value-quotes/</guid>
		<description><![CDATA[Hey, just got a tip from a friend, Steve. This tip will help prevent the issue of double quotes or no double quotes around javascript for the language attribute. In Visual Studio 2005, go to Tools&#62;Options&#62; Text Editor &#62; HTML &#62; Format &#62; Check both: &#8220;Insert attribute value quotes when typing&#8221; &#8220;Insert attribute value quotes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=6&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey, just got a tip from a friend, Steve.  This tip will help prevent the issue of double quotes or no double quotes around javascript for the language attribute.</p>
<p>In Visual Studio 2005, go to Tools&gt;Options&gt; Text Editor &gt; HTML &gt; Format &gt;  Check both:</p>
<ul>
<li>&#8220;Insert attribute value quotes when typing&#8221;</li>
<li>&#8220;Insert attribute value quotes for formatting&#8221;</li>
</ul>
<p><a href="http://jblack.files.wordpress.com/2006/08/vs2005editorhtmlformat.gif" class="imagelink" title="VisualStudioToolsOptions"><img src="http://jblack.files.wordpress.com/2006/08/vs2005editorhtmlformat.thumbnail.gif?w=490" alt="VisualStudioToolsOptions" align="left" hspace="10" vspace="10" /></a><br />
This will ensure all attribute values, such as the javascript value of the language attribute is always surrounded with quotes.</p>
<p>Thank you Steve.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=6&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/08/18/insert-attribute-value-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>

		<media:content url="http://jblack.files.wordpress.com/2006/08/vs2005editorhtmlformat.thumbnail.gif" medium="image">
			<media:title type="html">VisualStudioToolsOptions</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript or &#8220;JavaScript&#8221;</title>
		<link>http://jblack.wordpress.com/2006/08/18/javascript-or-javascript/</link>
		<comments>http://jblack.wordpress.com/2006/08/18/javascript-or-javascript/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 14:09:51 +0000</pubDate>
		<dc:creator>jrblack10</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Atlas]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">https://jblack.wordpress.com/2006/08/18/javascript-or-javascript/</guid>
		<description><![CDATA[I found another issue using Atlas the other day. I was using Atlas UpdatePanel around a TreeView and had some java-script functions on the page elsewhere. All was going fine Tuesday evening, then Wednesday morning, I started getting a what appeared to be a java-script error message. When debugging, I was able to confirm that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=4&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found another issue using Atlas the other day.  I was using Atlas UpdatePanel around a TreeView and had some java-script functions on the page elsewhere.  All was going fine Tuesday evening, then Wednesday morning, I started getting a what appeared to be a java-script error message.</p>
<p><img src="http://jblack.files.wordpress.com/2006/08/atlas-unknownerror.gif?w=490" alt="Atlas - Unknown Error" align="right" hspace="10" vspace="10" /></p>
<p>When debugging, I was able to confirm that Atlas was working, I could step through my server code and populate the tree, but when execution was back at the browser, I would get this error pop-up &#8220;Unknown Error&#8221;.</p>
<p>I had made very little changes that morning, but due to closing the file earlier, I was unable to use the Undo function.  After much time and testing, I remembered that in the HEAD of the HTML document, I had added another java-script function and noticed that the &lt;script&gt; tag did not have the language set, so I had set language=javascript.  In Visual Studio 2005, the context sensitive help is great, and after typing language= it prompts with a choice of languages, and when you choose the language it adds it to your code with out quotes.</p>
<p>Now most of the time I have found that it doesn&#8217;t matter if you have quotes or not around your values.  But this time it made a big difference.  I added the double quotes around javascript and tested the page again, and this time there was no error and everything worked fine.</p>
<p>Intrigued by this finding, I did some more testing and found that if I put the SCRIPT tags with java-script functions just below the BODY tag, it did not matter if I used language=javascript or language=&#8221;javascript&#8221;, both ways worked just fine with Atlas.</p>
<p>So, in the HEAD of the HTML document, I needed to use language=&#8221;javascript&#8221;, but in the BODY of the HTML, double quotes didn&#8217;t seem to matter.</p>
<p>Also, see my post in this thread:<br />
<a href="http://forums.asp.net/thread/1363655.aspx" target="_blank">http://forums.asp.net/thread/1363655.aspx</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jblack.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jblack.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jblack.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jblack.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jblack.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jblack.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jblack.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jblack.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jblack.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jblack.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jblack.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jblack.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jblack.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jblack.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jblack.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jblack.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jblack.wordpress.com&amp;blog=347201&amp;post=4&amp;subd=jblack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jblack.wordpress.com/2006/08/18/javascript-or-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d84ab32f7b76e86123c898d6a46385?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrblack10</media:title>
		</media:content>

		<media:content url="http://jblack.files.wordpress.com/2006/08/atlas-unknownerror.gif" medium="image">
			<media:title type="html">Atlas - Unknown Error</media:title>
		</media:content>
	</item>
	</channel>
</rss>
