<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Dennis Deacon</title>
	<atom:link href="http://www.dennisdeacon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dennisdeacon.com</link>
	<description>Web Designer, Developer, Marketer, Strategist</description>
	<lastBuildDate>Mon, 16 Jan 2012 22:00:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on CSS Styling for ASP.NET Applications by Richard</title>
		<link>http://www.dennisdeacon.com/web-design/styling-asp-net-apps/comment-page-1/#comment-3458</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 16 Jan 2012 22:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=170#comment-3458</guid>
		<description>I know this is an old post, but it rings very true with .NET projects Ive been involved with as a frontend developer. In the first project I worked on involving a .NET application I provided the .NET dev team a complete HTML prototype, and what resulted was chunks of my HTML embedded in these ghastly .NET controls which resulted in many general CSS and browser issues! 

Anyway the plan for me moving forward is to grab the HTML source of all these controls and build my prototype with these, despite the HTML for these controls being absolutely terrible i.e. not semantic etc, I feel this is the only approach I can take to get some control over the CSS/ browser issues.</description>
		<content:encoded><![CDATA[<p>I know this is an old post, but it rings very true with .NET projects Ive been involved with as a frontend developer. In the first project I worked on involving a .NET application I provided the .NET dev team a complete HTML prototype, and what resulted was chunks of my HTML embedded in these ghastly .NET controls which resulted in many general CSS and browser issues! </p>
<p>Anyway the plan for me moving forward is to grab the HTML source of all these controls and build my prototype with these, despite the HTML for these controls being absolutely terrible i.e. not semantic etc, I feel this is the only approach I can take to get some control over the CSS/ browser issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BLP Labels by User Experience Deliverables &#8211; Badgerland &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/portfolio/blp-labels/comment-page-1/#comment-2720</link>
		<dc:creator>User Experience Deliverables &#8211; Badgerland &#124; Dennis Deacon</dc:creator>
		<pubDate>Tue, 22 Nov 2011 04:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=351#comment-2720</guid>
		<description>[...] Information: http://www.dennisdeacon.com/portfolio/blp-labels/ Date: February [...]</description>
		<content:encoded><![CDATA[<p>[...] Information: <a href="http://www.dennisdeacon.com/portfolio/blp-labels/" rel="nofollow">http://www.dennisdeacon.com/portfolio/blp-labels/</a> Date: February [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When Bad User Experience is Embarrassing by deconspray</title>
		<link>http://www.dennisdeacon.com/web-design/user-experience-web-design/when-bad-user-experience-is-embarrassing/comment-page-1/#comment-2715</link>
		<dc:creator>deconspray</dc:creator>
		<pubDate>Mon, 21 Nov 2011 14:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1217#comment-2715</guid>
		<description>Have to add, I wanted to use the term &quot;scent&quot; ala Jared Spool, however, as the topic involved restrooms, I thought it might be off putting.</description>
		<content:encoded><![CDATA[<p>Have to add, I wanted to use the term &#8220;scent&#8221; ala Jared Spool, however, as the topic involved restrooms, I thought it might be off putting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text-Decoration vs. Border-Bottom by deconspray</title>
		<link>http://www.dennisdeacon.com/web-design/text-decoration-vs-border-bottom/comment-page-1/#comment-2689</link>
		<dc:creator>deconspray</dc:creator>
		<pubDate>Sun, 13 Nov 2011 17:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=549#comment-2689</guid>
		<description>The beauty of using CSS borders instead of the default &lt;a&gt; anchor underline is that borders can be controlled, anchor underlines, not. If you wanted the anchor underline to cross/intersect with the letter descenders, you would simply manipulate the padding accordingly. Although, one of the main purposes of using border is to eliminate the underline from intersecting the descenders.</description>
		<content:encoded><![CDATA[<p>The beauty of using CSS borders instead of the default <a> anchor underline is that borders can be controlled, anchor underlines, not. If you wanted the anchor underline to cross/intersect with the letter descenders, you would simply manipulate the padding accordingly. Although, one of the main purposes of using border is to eliminate the underline from intersecting the descenders.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text-Decoration vs. Border-Bottom by Silver</title>
		<link>http://www.dennisdeacon.com/web-design/text-decoration-vs-border-bottom/comment-page-1/#comment-2641</link>
		<dc:creator>Silver</dc:creator>
		<pubDate>Wed, 02 Nov 2011 01:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=549#comment-2641</guid>
		<description>What if you want your underline to cross the g&#039;s, j&#039;s, y&#039;s and all that jazz?

Otherwise it looks extremely lame.</description>
		<content:encoded><![CDATA[<p>What if you want your underline to cross the g&#8217;s, j&#8217;s, y&#8217;s and all that jazz?</p>
<p>Otherwise it looks extremely lame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginner JavaScript – Chapter 6 – Variables by Elegant D &#187; Beginner JavaScript – Chapter 6 – Variables &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/beginner-javascript-chapter-6-variables/comment-page-1/#comment-2478</link>
		<dc:creator>Elegant D &#187; Beginner JavaScript – Chapter 6 – Variables &#124; Dennis Deacon</dc:creator>
		<pubDate>Thu, 08 Sep 2011 18:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1157#comment-2478</guid>
		<description>[...] Source: JavaScript &#8211; Google Blog Search [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: JavaScript &#8211; Google Blog Search [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning JavaScript by Beginner JavaScript – Chapter 6 – Variables &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/learning-javascript/comment-page-1/#comment-2477</link>
		<dc:creator>Beginner JavaScript – Chapter 6 – Variables &#124; Dennis Deacon</dc:creator>
		<pubDate>Thu, 08 Sep 2011 16:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1044#comment-2477</guid>
		<description>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</description>
		<content:encoded><![CDATA[<p>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning JavaScript by Beginner JavaScript – Chapter 5 – Expressions &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/learning-javascript/comment-page-1/#comment-2472</link>
		<dc:creator>Beginner JavaScript – Chapter 5 – Expressions &#124; Dennis Deacon</dc:creator>
		<pubDate>Wed, 07 Sep 2011 15:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1044#comment-2472</guid>
		<description>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</description>
		<content:encoded><![CDATA[<p>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginner JavaScript &#8211; Chapter 1 &#8211; Including JavaScript on Web Pages by Learning JavaScript &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/beginner-javascript-chapter-1-including-javascript-on-web-pages/comment-page-1/#comment-2397</link>
		<dc:creator>Learning JavaScript &#124; Dennis Deacon</dc:creator>
		<pubDate>Fri, 12 Aug 2011 12:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1054#comment-2397</guid>
		<description>[...] Chapter 1 – Including JavaScript on Web Pages [...]</description>
		<content:encoded><![CDATA[<p>[...] Chapter 1 – Including JavaScript on Web Pages [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning JavaScript by Beginner JavaScript &#8211; Chapter 4 &#8211; JavaScript Data Types &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/learning-javascript/comment-page-1/#comment-2391</link>
		<dc:creator>Beginner JavaScript &#8211; Chapter 4 &#8211; JavaScript Data Types &#124; Dennis Deacon</dc:creator>
		<pubDate>Thu, 11 Aug 2011 13:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1044#comment-2391</guid>
		<description>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</description>
		<content:encoded><![CDATA[<p>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning JavaScript by Beginner JavaScript &#8211; Chapter 3 &#8211; JavaScript Identifiers &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/learning-javascript/comment-page-1/#comment-2388</link>
		<dc:creator>Beginner JavaScript &#8211; Chapter 3 &#8211; JavaScript Identifiers &#124; Dennis Deacon</dc:creator>
		<pubDate>Wed, 10 Aug 2011 13:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1044#comment-2388</guid>
		<description>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</description>
		<content:encoded><![CDATA[<p>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning JavaScript by Beginner JavaScript &#8211; Chapter 2 &#8211; JavaScript Statements &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/learning-javascript/comment-page-1/#comment-2383</link>
		<dc:creator>Beginner JavaScript &#8211; Chapter 2 &#8211; JavaScript Statements &#124; Dennis Deacon</dc:creator>
		<pubDate>Tue, 09 Aug 2011 12:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1044#comment-2383</guid>
		<description>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</description>
		<content:encoded><![CDATA[<p>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning JavaScript by Beginner JavaScript &#8211; Chapter 1 &#8211; Including JavaScript on Web Pages &#124; Dennis Deacon</title>
		<link>http://www.dennisdeacon.com/web-design/javascript/learning-javascript/comment-page-1/#comment-2379</link>
		<dc:creator>Beginner JavaScript &#8211; Chapter 1 &#8211; Including JavaScript on Web Pages &#124; Dennis Deacon</dc:creator>
		<pubDate>Mon, 08 Aug 2011 16:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=1044#comment-2379</guid>
		<description>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</description>
		<content:encoded><![CDATA[<p>[...] stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just Go (to a Web Event) by Wardell</title>
		<link>http://www.dennisdeacon.com/general/just-go-to-a-web-event/comment-page-1/#comment-2368</link>
		<dc:creator>Wardell</dc:creator>
		<pubDate>Tue, 02 Aug 2011 17:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/uncategorized/just-go-to-a-web-event/#comment-2368</guid>
		<description>The only conference I&#039;ve been to so far is WordCamp, this was my second year attending. I&#039;ve looked at an Event Apart before, but it was a little too pricey for me. Social Dev Camp Chicago looks interesting it will also be at Depaul&#039;s Student Center from the 26th-28th. http://2011.socialdevcampchicago.com/</description>
		<content:encoded><![CDATA[<p>The only conference I&#8217;ve been to so far is WordCamp, this was my second year attending. I&#8217;ve looked at an Event Apart before, but it was a little too pricey for me. Social Dev Camp Chicago looks interesting it will also be at Depaul&#8217;s Student Center from the 26th-28th. <a href="http://2011.socialdevcampchicago.com/" rel="nofollow">http://2011.socialdevcampchicago.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just Go (to a Web Event) by Dennis D.</title>
		<link>http://www.dennisdeacon.com/general/just-go-to-a-web-event/comment-page-1/#comment-2365</link>
		<dc:creator>Dennis D.</dc:creator>
		<pubDate>Mon, 01 Aug 2011 18:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/uncategorized/just-go-to-a-web-event/#comment-2365</guid>
		<description>Just learned that An Event Apart is coming to Chicago in 2012.
Here&#039;s the complete list of cities and dates for 2012.
http://aneventapart.com/news/2011/08/01/announcing-our-2012-schedule/</description>
		<content:encoded><![CDATA[<p>Just learned that An Event Apart is coming to Chicago in 2012.<br />
Here&#8217;s the complete list of cities and dates for 2012.<br />
<a href="http://aneventapart.com/news/2011/08/01/announcing-our-2012-schedule/" rel="nofollow">http://aneventapart.com/news/2011/08/01/announcing-our-2012-schedule/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text-Decoration vs. Border-Bottom by deconspray</title>
		<link>http://www.dennisdeacon.com/web-design/text-decoration-vs-border-bottom/comment-page-1/#comment-2342</link>
		<dc:creator>deconspray</dc:creator>
		<pubDate>Fri, 15 Jul 2011 21:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=549#comment-2342</guid>
		<description>Those are completely customizible via CSS as well.</description>
		<content:encoded><![CDATA[<p>Those are completely customizible via CSS as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text-Decoration vs. Border-Bottom by David Meister</title>
		<link>http://www.dennisdeacon.com/web-design/text-decoration-vs-border-bottom/comment-page-1/#comment-2341</link>
		<dc:creator>David Meister</dc:creator>
		<pubDate>Thu, 14 Jul 2011 15:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=549#comment-2341</guid>
		<description>how do you deal with not having ugly borders on your images when they are also links?</description>
		<content:encoded><![CDATA[<p>how do you deal with not having ugly borders on your images when they are also links?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time for Restaurants to Get Their Websites Right by Becky</title>
		<link>http://www.dennisdeacon.com/web-design/time-for-restaurants-to-get-their-websites-right/comment-page-1/#comment-2177</link>
		<dc:creator>Becky</dc:creator>
		<pubDate>Fri, 20 May 2011 21:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/uncategorized/time-for-restaurants-to-get-it-right/#comment-2177</guid>
		<description>The main thing I hate about restaurant sites is the fact that I have to &quot;search&quot; for the location. Really?! Isn&#039;t that why I&#039;m looking you up? And yes, I totally agree on all the other points. Way too many restaurants (and other sites for that matter) focus on the &quot;cool&quot; and totally miss the importance of user experience.</description>
		<content:encoded><![CDATA[<p>The main thing I hate about restaurant sites is the fact that I have to &#8220;search&#8221; for the location. Really?! Isn&#8217;t that why I&#8217;m looking you up? And yes, I totally agree on all the other points. Way too many restaurants (and other sites for that matter) focus on the &#8220;cool&#8221; and totally miss the importance of user experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time for Restaurants to Get Their Websites Right by Wardell</title>
		<link>http://www.dennisdeacon.com/web-design/time-for-restaurants-to-get-their-websites-right/comment-page-1/#comment-2176</link>
		<dc:creator>Wardell</dc:creator>
		<pubDate>Fri, 20 May 2011 20:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/uncategorized/time-for-restaurants-to-get-it-right/#comment-2176</guid>
		<description>Great post I wholeheartedly agree, but I think its more than just the restaurant industry. There are probably a few main reasons why it happens A. The business owner insists on having it done that way B. They don&#039;t want to pay the cost of having a properly functioning site so they hire a bargain basement designer/developer C. They unwittingly hire someone who doesn&#039;t know what they are doing (which could also be a result of their own frugality or they where simply duped).

When ever you see images used as the entire content for a web site you know it was created by a designer who was clueless about website design or really just didn&#039;t care.  

As a general rule its not only bad to use flash for primary content because of a lack of mobile support, but its also bad for SEO, most people online are searching for a type of business rather than a business name, and if all of a sites primary content is done with flash then that site is missing out on a lot of traffic and business.

The last point I&#039;d like to touch on is the use of PDFs. I think PDF&#039;s are great to but site designers should make sure they are formatted for the web, and are not the same 300dpi 5mb PDFs which are being sent to the printer, text should also be use in the PDF as well to decrease file size and allow search engine indexing.</description>
		<content:encoded><![CDATA[<p>Great post I wholeheartedly agree, but I think its more than just the restaurant industry. There are probably a few main reasons why it happens A. The business owner insists on having it done that way B. They don&#8217;t want to pay the cost of having a properly functioning site so they hire a bargain basement designer/developer C. They unwittingly hire someone who doesn&#8217;t know what they are doing (which could also be a result of their own frugality or they where simply duped).</p>
<p>When ever you see images used as the entire content for a web site you know it was created by a designer who was clueless about website design or really just didn&#8217;t care.  </p>
<p>As a general rule its not only bad to use flash for primary content because of a lack of mobile support, but its also bad for SEO, most people online are searching for a type of business rather than a business name, and if all of a sites primary content is done with flash then that site is missing out on a lot of traffic and business.</p>
<p>The last point I&#8217;d like to touch on is the use of PDFs. I think PDF&#8217;s are great to but site designers should make sure they are formatted for the web, and are not the same 300dpi 5mb PDFs which are being sent to the printer, text should also be use in the PDF as well to decrease file size and allow search engine indexing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time for Restaurants to Get Their Websites Right by Georgina</title>
		<link>http://www.dennisdeacon.com/web-design/time-for-restaurants-to-get-their-websites-right/comment-page-1/#comment-2171</link>
		<dc:creator>Georgina</dc:creator>
		<pubDate>Fri, 20 May 2011 16:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/uncategorized/time-for-restaurants-to-get-it-right/#comment-2171</guid>
		<description>Great article with some fair insights. I have personally found that the reason why some designers/ developers choose to take shortcuts with their smaller clients might be due to time constraints or lack of funding. Either way without knowing the full story I prefer to reserve judgement although I agree that sometimes lack of functionality can be frustrating.</description>
		<content:encoded><![CDATA[<p>Great article with some fair insights. I have personally found that the reason why some designers/ developers choose to take shortcuts with their smaller clients might be due to time constraints or lack of funding. Either way without knowing the full story I prefer to reserve judgement although I agree that sometimes lack of functionality can be frustrating.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

