<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Steve Bryant - HTML</title>
			<link>http://www.bryantwebconsulting.com/blog/index.cfm</link>
			<description>A Web Programmer&apos;s Exploration</description>
			<language>en-us</language>
			<pubDate>Mon, 08 Jun 2026 23:05:38-0500</pubDate>
			<lastBuildDate>Wed, 21 Dec 2011 10:15:00-0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@bryantwebconsulting.com</managingEditor>
			<webMaster>steve@bryantwebconsulting.com</webMaster>
			
			
			
			
			
			<item>
				<title>What technologies, other than ColdFusion, should a developer know?</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/12/21/What-technologies-other-than-ColdFusion-should-a-developer-know</link>
				<description>
				
				&lt;a href=&quot;http://www.fusionauthority.com/&quot;&gt;Fusion Authority&lt;/a&gt; recently ran an article called &lt;a href=&quot;http://www.fusionauthority.com/community/4829-whats-hot-whats-not-where-do-we-go-from-here.htm&quot;&gt;What&apos;s Hot? What&apos;s Not? Where Do We Go From Here?&lt;/a&gt; subtitled &quot;What technologies, other than ColdFusion, should a developer know?&quot;. &lt;a href=&quot;http://www.henke.ws/&quot;&gt;Mike Henke&lt;/a&gt; followed up the theme with a post called &quot;&lt;a href=&quot;http://www.henke.ws/post.cfm/what-s-hot-where-do-we-go-from-here&quot;&gt;What&apos;s Hot &amp;amp; Where do we go from here?&lt;/a&gt;&quot;.

I&apos;m pretty sure I don&apos;t have the insight that other people have who have already written on the subject. But it seemed like a fun exercise, so I thought I would toss in my two cents with:

&lt;h2&gt;What technologies, other than ColdFusion, am I learning?&lt;/h2&gt;

I&apos;m not sure what technologies you should learn, but here are the ones that I am learning:
				 [More]
				</description>
						
				
				<category>Productivity</category>				
				
				<category>ColdFusion</category>				
				
				<category>Git</category>				
				
				<category>HTML</category>				
				
				<category>Testing</category>				
				
				<pubDate>Wed, 21 Dec 2011 10:15:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/12/21/What-technologies-other-than-ColdFusion-should-a-developer-know</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML: Client Review</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/27/Real-World-HTML-Client-Review</link>
				<description>
				
				In our last &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML&quot;&gt;Real World HTML&lt;/a&gt;&quot; entry, we created a &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/20/Real-World-HTML-The-Printable-Page&quot;&gt;printable page&lt;/a&gt; - finishing up the implementation of the design and the print page. There&apos;s nothing left to do now, but show it to the client.

I don&apos;t think I have ever shown something to a client that hasn&apos;t wanted something changed - even if I show them a pixel-perfect match of the original design. In fact, I have been tempted to use the approach Hal Helms mentions for &lt;a href=&quot;http://www.halhelms.com/blog/index.cfm/2009/10/6/A-Secret-Managing-the-Exacting-Client-Refire&quot;&gt;exacting clients&lt;/a&gt; (watch for the Rick Roll).

In any event, I had no reason to expect this to be any different.
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<pubDate>Thu, 27 Jan 2011 11:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/27/Real-World-HTML-Client-Review</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML: The Printable Page</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/20/Real-World-HTML-The-Printable-Page</link>
				<description>
				
				In our last &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML&quot;&gt;Real World HTML&lt;/a&gt;&quot; entry, we handled a &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/13/Real-World-HTML-Rounded-Corners-Box&quot;&gt;rounded corner box sitting on a gradient&lt;/a&gt; - finishing up the implementation of the design. The only thing that remains now is making the printed page look good. Styling for print should be easy - especially if the HTML is structured well.

With that in mind, let&apos;s take a quick look at what we have so far.
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<pubDate>Thu, 20 Jan 2011 15:45:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/20/Real-World-HTML-The-Printable-Page</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML: Rounded Corners Box</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/13/Real-World-HTML-Rounded-Corners-Box</link>
				<description>
				
				In our last &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML&quot;&gt;Real World HTML&lt;/a&gt;&quot; entry, we handled &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/6/Real-World-HTML-A-Funny-Joining-of-Graphical-Lines&quot;&gt;a funny joining of graphical lines&lt;/a&gt;. This time we need to handle some rounded corner boxes sitting on a gradient.

Before we go on, let&apos;s take a look at the box.
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<pubDate>Thu, 13 Jan 2011 13:13:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/13/Real-World-HTML-Rounded-Corners-Box</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML: A Funny Joining of Graphical Lines</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/6/Real-World-HTML-A-Funny-Joining-of-Graphical-Lines</link>
				<description>
				
				In our last &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML&quot;&gt;Real World HTML&lt;/a&gt;&quot; entry, we implemented the &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/30/Real-World-HTML-Columns-and-Heresy&quot;&gt;skeleton of the site&lt;/a&gt; (with a bit of heresy). Now we need to handle a small peculiarity of the design.

Before we go on, let&apos;s review our design in all three states.
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<pubDate>Thu, 06 Jan 2011 14:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/6/Real-World-HTML-A-Funny-Joining-of-Graphical-Lines</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML: Columns and Heresy</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/30/Real-World-HTML-Columns-and-Heresy</link>
				<description>
				
				In our last &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML&quot;&gt;Real World HTML&lt;/a&gt;&quot; entry (a few weeks ago - sorry about that), we implemented the &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/2/Real-World-HTML-Navigation&quot;&gt;site navigation&lt;/a&gt;. Now we need to finish up the skeleton of the site.

Before we go on, let&apos;s review our design in all three states.
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<pubDate>Thu, 30 Dec 2010 10:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/30/Real-World-HTML-Columns-and-Heresy</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML: Navigation</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/2/Real-World-HTML-Navigation</link>
				<description>
				
				In our last &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML&quot;&gt;Real World HTML&lt;/a&gt;&quot; entry (a few weeks ago - sorry about that), we implemented the &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/11/Real-World-HTML-GraphicsHeavy-Banner&quot;&gt;graphic-heavy banner&lt;/a&gt; for the site. This time we need to implement the site navigation.
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<pubDate>Thu, 02 Dec 2010 11:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/2/Real-World-HTML-Navigation</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML: Graphics-Heavy Banner</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/11/Real-World-HTML-GraphicsHeavy-Banner</link>
				<description>
				
				In the first entry on &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML&quot;&gt;Real World HTML&lt;/a&gt;&quot;, we reviewed the design (functionally matching a site I recently completed) that we must implement and created the skeleton HTML and CSS. Now it is time to implement the header (or banner) of the design.

Let&apos;s start off by taking a look at the banner. Here is the banner in its two states:
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<pubDate>Thu, 11 Nov 2010 13:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/11/Real-World-HTML-GraphicsHeavy-Banner</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Real World HTML</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML</link>
				<description>
				
				HTML5 is currently all the rage. But while people are busy discussing the latest and greatest, maybe it is a good time and step back to look at how to write solid HTML4. Most of the HTML I see, frankly, could use a bit of work. I want durable HTML. Since I don&apos;t see that written about enough, I thought I would pick up the gauntlet.

First, I should define &quot;Durable HTML&quot;. By this, I mean HTML code that can take a hit and withstand the unexpected. For example, what happens if a manually cleared float is added to the main content area of the page. Does it mess up the design? What about a wider-than-expected image or contiguous text string? What if the text is much longer than expected - making your site taller than you originally guessed? What if JavaScript is disabled?

How easy is it to make changes that - to the client - look really easy to make? What if they want to change out an image in the header? What if they want to change the width of the site or center it?

These are just some of the things that are easy to fail to anticipate when writing your HTML. Very often I see HTML that works, but only if everything continues to be as it was when the code was first written. When that code falls apart, it often does so in glaring ways. The key is to avoid obvious failure.

Rather than trying to speak in abstracts, I am going to take a real world example and work through it - using a site I actually did recently for a client (with different text, colors, and images). I will cover exactly what I did on this project for my client as well as things that I might have done differently if I had it to do over again (I usually have at least one of those for any given project).
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<pubDate>Thu, 04 Nov 2010 11:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/4/Real-World-HTML</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Favicons as Desktop Icons</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/10/22/Favicons-as-Desktop-Icons</link>
				<description>
				
				I recently had a client request a favicon for their site. Normally this is no problem at all, but this time they added a bit of a twist that I didn&apos;t notice at first. As it caused me a small headache, I thought I would document here how I solved it for my own future reference.

The twist was that they wanted their customers to be able to drag the icon to their desktop to make a desktop link to their site. This is actually a feature of Internet Explorer, so it didn&apos;t provide any extra work there. The only problem is that a 16X16 favicon looks really bad when it is made into a 32X32 desktop icon.
				 [More]
				</description>
						
				
				<category>HTML</category>				
				
				<pubDate>Fri, 22 Oct 2010 13:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/10/22/Favicons-as-Desktop-Icons</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Christian Ready presents on HTML5</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/9/27/Christian-Ready-presents-on-HTML5</link>
				<description>
				
				The Tulsa CFUG is proud to host a Connect presentation by &lt;a href=&quot;http://christianready.com/&quot;&gt;Christian Ready
&lt;/a&gt; on ColdFusion Security tomorrow (September 28, 2010) at 12:30 PM central.

The details on are the &lt;a href=&quot;http://www.tulsacfug.org/meetings.cfm&quot;&gt;Tulsa CFUG meetings page&lt;/a&gt;.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>HTML</category>				
				
				<category>CFUG</category>				
				
				<pubDate>Mon, 27 Sep 2010 12:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/9/27/Christian-Ready-presents-on-HTML5</guid>
				
			</item>
			
		 	
			</channel></rss>