<?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; web development</title>
	<atom:link href="http://www.everyjoe.com/tag/web-development/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>Thu, 10 Dec 2009 09:05:35 +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>Download This Update &#8211; No You Don&#8217;t!</title>
		<link>http://www.everyjoe.com/articles/download-this-update-no-you-dont/</link>
		<comments>http://www.everyjoe.com/articles/download-this-update-no-you-dont/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 03:37:00 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Microsoft Visual Web Developer 2008 Express Edition]]></category>
		<category><![CDATA[Service Pack 1]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/articles/download-this-update-no-you-dont/</guid>
		<description><![CDATA[I&#8217;ve been using Microsoft Visual Web Developer 2008 Express Edition and previous versions for quite some time now. I&#8217;ve been very pleased with the functionality and the fact that I can accomplish what I can with a free piece of software like this is even more impressive to me.

I can&#8217;t remember what made me visit the Visual Web Developer Express website again, but I found out there was an update to the program available. As you can see from the image on the left, I was plainly invited to download the application with the new Service Pack 1 that fixed [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/download-this-update-no-you-dont/">Download This Update &#8211; No You Don&#8217;t!</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="Microsoft Visual Web Developer Express 2008" href="http://www.microsoft.com/express/vwd/" target="_blank">Microsoft Visual Web Developer 2008 Express Edition</a> and previous versions for quite some time now. I&#8217;ve been very pleased with the functionality and the fact that I can accomplish what I can with a free piece of software like this is even more impressive to me.</p>
<p><a href="http://www.everyjoe.com/files/2009/06/vwde2008sp1downloadupdate.gif"><img border="0" alt="vwde2008-sp1-download-update" src="http://www.everyjoe.com/files/2009/06/vwde2008sp1downloadupdate-thumb.gif" width="575" height="242" /></a></p>
<p>I can&#8217;t remember what made me visit the <a title="Visual Web Developer Express website" href="http://www.microsoft.com/express/vwd/" target="_blank">Visual Web Developer Express website</a> again, but I found out there was an update to the program available. As you can see from the image on the left, I was plainly invited to download the application with the new Service Pack 1 that fixed a few different bugs. As you can see, this is plainly available as a download from <a title="Microsoft Visual Web Developer Express 2008" href="http://www.microsoft.com/express/vwd/" target="_blank">Microsoft Visual Web Developer 2008 Express Edition</a>.</p>
<p>The problem though is after downloading and attempting the install I got the error stating that a compatible version of product was not found on the computer? </p>
<p>What? Did I miss something? What&#8217;s going on?</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/download-this-update-no-you-dont/">Download This Update &#8211; No You Don&#8217;t!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/download-this-update-no-you-dont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s In Your Start Menu?</title>
		<link>http://www.everyjoe.com/articles/whats-in-your-start-menu-59/</link>
		<comments>http://www.everyjoe.com/articles/whats-in-your-start-menu-59/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 02:32:54 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[frequently used programs]]></category>
		<category><![CDATA[graphics programs]]></category>
		<category><![CDATA[Microsoft applications]]></category>
		<category><![CDATA[Start-Menu]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.microsoftweblog.com/2008/04/21/whats-in-your-start-menu/</guid>
		<description><![CDATA[ The b5 Tech Channel is having a little them post series and I thought of something that might be pretty interesting to share with everyone and we&#8217;ll get some responses back in the comments as well.
What&#8217;s in your Start Menu?
You&#8217;ve got the ability to pin a program you use frequently to your Start Menu so it&#8217;s readily available as soon as you need it right? The question is, what did you pin up there? Are you the type of person that keeps it simple and sparse, or do you load everything up there?
As you can see from my screen [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/whats-in-your-start-menu-59/">What&#8217;s In Your Start Menu?</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 0px 10px 10px" height="386" alt="jason-bean-windows-start-menu" src="http://www.everyjoe.com/files/59/2008/04/jason-bean-windows-start-menu.gif" width="182" align="right" border="0"/> The b5 Tech Channel is having a little them post series and I thought of something that might be pretty interesting to share with everyone and we&#8217;ll get some responses back in the comments as well.</p>
<p>What&#8217;s in your Start Menu?</p>
<p>You&#8217;ve got the ability to pin a program you use frequently to your Start Menu so it&#8217;s readily available as soon as you need it right? The question is, what did you pin up there? Are you the type of person that keeps it simple and sparse, or do you load everything up there?</p>
<p>As you can see from my screen shot there to the right, I&#8217;ve got a few different programs arranged. Most of them are organized by usage group and frequency of use. Most frequently used programs are closer to the bottom.</p>
<p>Here&#8217;s what I&#8217;ve got going:</p>
<ul>
<li><a title="Microsoft Internet Information Services Manager 6.0" href="http://www.microsoft.com/downloads/details.aspx?familyid=f9c1fb79-c903-4842-9f6c-9db93643fdb7&amp;displaylang=en" target="_blank">IIS 6.0 Manager</a></li>
<li><a title="Viewpoint" href="http://www.viewpointusa.com" target="_blank">Viewpoint</a></li>
<li><a title="Crystal Reports 9.0" href="http://www.businessobjects.com/product/qra/reporting.asp" target="_blank">Crystal Reports 9</a></li>
<li><a title="Outlook 2007" href="http://office.microsoft.com/en-us/outlook/default.aspx" target="_blank">Outlook 2007</a></li>
<li><a title="Microsoft Word 2007" href="http://office.microsoft.com/en-us/word/FX100487981033.aspx" target="_blank">Word 2007</a></li>
<li><a title="Microsoft Excel 2007" href="http://office.microsoft.com/en-us/excel/FX100487621033.aspx" target="_blank">Excel 2007</a></li>
<li><a title="Mozilla Firefox 2.0" href="http://www.mozilla.com/en-US/" target="_blank">Firefox</a></li>
<li><a title="Adobe Dreamweaver 2008" href="http://www.adobe.com/products/dreamweaver/" target="_blank">Dreamweaver 8</a></li>
<li><a title="Adobe Fireworks" href="http://www.adobe.com/products/fireworks/" target="_blank">Fireworks MX 2004</a></li>
<li><a title="IrfanView 4.0" href="http://www.irfanview.com/" target="_blank">IrfanView 4.0</a></li>
<li><a title="SnagIt 8.0 from TechSmith" href="http://www.techsmith.com/screen-capture.asp" target="_blank">SnagIt 8.0</a></li>
<li><a title="TextPad" href="http://www.textpad.com/" target="_blank">TextPad</a></li>
<li>S<a title="Microsoft SQL Server 2005" href="http://www.microsoft.com/sql/downloads/trial-software.mspx" target="_blank">QL Management Studio 2005</a></li>
<li><a title="Windows Live Writer" href="http://get.live.com/writer/overview" target="_blank">Windows Live Writer</a></li>
<li><a title="Visual Web Developer Express 2008" href="http://www.asp.net/downloads/essential/" target="_blank">Visual Web Developer Express 2008</a></li>
<li><a title="Skype" href="http://www.skype.com" target="_blank">Skype</a></li>
</ul>
<p>What do you have in your Start Menu? What could you not live without?</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/whats-in-your-start-menu-59/">What&#8217;s In Your Start Menu?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/whats-in-your-start-menu-59/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>