<?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/"
	>

<channel>
	<title>EveryJoe &#187; Visual Web Developer Express 2008</title>
	<atom:link href="http://www.everyjoe.com/tag/visual-web-developer-express-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Mon, 07 Dec 2009 09:30:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Managing Session Parameters in Visual Web Developer Express 2008</title>
		<link>http://www.everyjoe.com/articles/managing-session-parameters-in-visual-web-developer-express-2008/</link>
		<comments>http://www.everyjoe.com/articles/managing-session-parameters-in-visual-web-developer-express-2008/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 03:54:21 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[Session Items]]></category>
		<category><![CDATA[Visual Web Developer Express 2008]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/articles/managing-session-parameters-in-visual-web-developer-express-2008/</guid>
		<description><![CDATA[I continue to learn more and more about developing websites with additional features. I&#8217;ve chosen ASP.NET as my preferred language for building web applications for most of my larger corporate clients. A component I use frequently with this dynamic sites are Session Items in ASP.NET.

As I build more sites I start using more and more Session.Item(&#8221;ItemName&#8221;) identifiers in my code to pass parameters from page to page and data control to data control. There comes a point where you start not remembering exactly how you named something or even what Session Items you&#8217;ve stored in the first place.
I&#8217;d think it [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/managing-session-parameters-in-visual-web-developer-express-2008/">Managing Session Parameters in Visual Web Developer Express 2008</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I continue to learn more and more about developing websites with additional features. I&#8217;ve chosen ASP.NET as my preferred language for building web applications for most of my larger corporate clients. A component I use frequently with this dynamic sites are Session Items in ASP.NET.</p>
<p><a href="http://www.everyjoe.com/files/2009/09/sessionitemmanagement.gif"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" src="http://www.everyjoe.com/files/2009/09/sessionitemmanagement_thumb.gif" border="0" alt="session-item-management" width="590" height="248" /></a></p>
<p>As I build more sites I start using more and more Session.Item(&#8221;ItemName&#8221;) identifiers in my code to pass parameters from page to page and data control to data control. There comes a point where you start not remembering exactly how you named something or even what Session Items you&#8217;ve stored in the first place.</p>
<p>I&#8217;d think it would be a helpful feature to be able to add the Session Items you&#8217;ve set and used in a website into a control panel like a snippet of code. I&#8217;d imagine it functioning similarly to how the Manage Styles panel displays the CSS styles that are available. Instead of the styles being listed each Session Item identifier would be listed.</p>
<p>Another nice feature to add to that would be a panel that would display the set values you&#8217;ve captured already in your code when testing or running the site in debug mode. What I&#8217;ve usually done to accomplish this is to place a hidden label for each Session Item that displays the set value if it exists. Sometimes I&#8217;ll make the font color on these labels white so they don&#8217;t show up to the site visitor, but if I drag my mouse over the area and the text and background colors reverse I can see the values clearly. If I&#8217;m not worried about the visitor seeing the values I&#8217;ll setup a CSS style that displays the label in a small font and very light gray or blue color.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/managing-session-parameters-in-visual-web-developer-express-2008/">Managing Session Parameters in Visual Web Developer Express 2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/managing-session-parameters-in-visual-web-developer-express-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organization and Usage of CSS Styles in Visual Web Developer Express 2008</title>
		<link>http://www.everyjoe.com/articles/organization-and-usage-of-css-styles-in-visual-web-developer-express-2008-59/</link>
		<comments>http://www.everyjoe.com/articles/organization-and-usage-of-css-styles-in-visual-web-developer-express-2008-59/#comments</comments>
		<pubDate>Fri, 23 May 2008 13:58:24 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[positioning]]></category>
		<category><![CDATA[Visual Web Developer Express 2008]]></category>

		<guid isPermaLink="false">http://www.microsoftweblog.com/organization-and-usage-of-css-styles-in-visual-web-developer-express-2008/</guid>
		<description><![CDATA[ I&#8217;m really trying to develop and rely more on CSS for all of my formatting and colors for pages. I&#8217;m still teaching myself more on how to use it for positioning and layout, but I know that will come as I force myself to use it more.
One challenge I came across this morning with Visual Web Developer Express 2008, is that I wish it would show me a preview of ALL the CSS formatting that I have setup in my style sheet.
I&#8217;ve got some formatting setup for my H1, H2, H3 tags but I don&#8217;t see a preview of [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/organization-and-usage-of-css-styles-in-visual-web-developer-express-2008-59/">Organization and Usage of CSS Styles in Visual Web Developer Express 2008</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 20px 0px 0px" height="475" alt="vwde08-apply-styles" src="http://www.everyjoe.com/files/59/2008/05/vwde08-apply-styles.gif" width="172" align="left" border="0"/> I&#8217;m really trying to develop and rely more on CSS for all of my formatting and colors for pages. I&#8217;m still teaching myself more on how to use it for positioning and layout, but I know that will come as I force myself to use it more.</p>
<p>One challenge I came across this morning with Visual Web Developer Express 2008, is that I wish it would show me a preview of ALL the CSS formatting that I have setup in my style sheet.</p>
<p>I&#8217;ve got some formatting setup for my H1, H2, H3 tags but I don&#8217;t see a preview of them in this list. </p>
<p>That&#8217;s kind of annoying don&#8217;t you think? Is there something I&#8217;m not doing or some setting I don&#8217;t have configured properly to see them?</p>
<p>If anyone has a tip, let me know.</p>
<p>The other thing I was thinking about is that I&#8217;d like a little CSS initial setup wizard that would let me build the basics of my stylesheet visually.</p>
<p>This would let me organize and come up with a nice color palette and font size collection that really compliment each other.</p>
<p>Does that exist? Let me know what you do and how you use CSS for your websites.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/organization-and-usage-of-css-styles-in-visual-web-developer-express-2008-59/">Organization and Usage of CSS Styles in Visual Web Developer Express 2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/organization-and-usage-of-css-styles-in-visual-web-developer-express-2008-59/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disappearing Web User Control in Design View</title>
		<link>http://www.everyjoe.com/articles/disappearing-web-user-control-in-design-view-59/</link>
		<comments>http://www.everyjoe.com/articles/disappearing-web-user-control-in-design-view-59/#comments</comments>
		<pubDate>Thu, 15 May 2008 03:58:20 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[CSS issues]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[Visual Web Developer Express 2008]]></category>
		<category><![CDATA[web user control]]></category>

		<guid isPermaLink="false">http://www.microsoftweblog.com/2008/05/14/disappearing-web-user-control-in-design-view/</guid>
		<description><![CDATA[ 
My boss experienced an weird problem with his installation of Visual Web Developer Express 2008.
When he tried to view a web user control page in the design mode the application only displayed a blank white page. If he clicked on the &#8220;Source&#8221; view, all the code was there that was expected. Combing through the code didn&#8217;t produce anything that should have resulted in the error of things not loading.
It turns out the error was due to confusion on web user controls that also reference a CSS stylesheet. The rendering engine kind of gets choked on what&#8217;s going on. Jeff [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/disappearing-web-user-control-in-design-view-59/">Disappearing Web User Control in Design View</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img height="288" alt="wuc-blank-design-mode" src="http://www.everyjoe.com/files/59/2008/05/wuc-blank-design-mode.gif" width="500" border="0"/> </p>
<p>My boss experienced an weird problem with his installation of Visual Web Developer Express 2008.</p>
<p>When he tried to view a web user control page in the design mode the application only displayed a blank white page. If he clicked on the &#8220;Source&#8221; view, all the code was there that was expected. Combing through the code didn&#8217;t produce anything that should have resulted in the error of things not loading.</p>
<p>It turns out the error was due to confusion on web user controls that also reference a CSS stylesheet. The rendering engine kind of gets choked on what&#8217;s going on. Jeff King, Program Manager for Visual Studio Web Tools, states that the quick fix is to just move the CSS style reference to the bottom of the page.</p>
<p>Sure enough everything worked.</p>
<p>For more details and an explanation of what&#8217;s occuring by Jeff King, visit <a title="Workaround: Empty Design View for User Controls" href="http://blogs.msdn.com/webdevtools/archive/2008/04/27/workaround-empty-design-view-for-user-controls.aspx" target="_blank">the post on his website</a> for all the information you need.</p>
<p>Image Source: <a title="Jeff King's site" href="http://blogs.msdn.com/webdevtools/archive/2008/04/27/workaround-empty-design-view-for-user-controls.aspx" target="_blank">Jeff King&#8217;s site</a></p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/disappearing-web-user-control-in-design-view-59/">Disappearing Web User Control in Design View</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/disappearing-web-user-control-in-design-view-59/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>