<?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>Michael Richard Murphy &#187; XHTML/CSS</title>
	<atom:link href="http://www.letsgomurphys.com/category/xhtmlcss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letsgomurphys.com</link>
	<description>making the web work for you</description>
	<lastBuildDate>Fri, 05 Feb 2010 01:22:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CSS Floats and Absolute Positioning</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2006/05/css-floats-and-absolute-positioning/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2006/05/css-floats-and-absolute-positioning/#comments</comments>
		<pubDate>Fri, 26 May 2006 09:43:24 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=116</guid>
		<description><![CDATA[Just yesterday I made what I thought was a simple change to a layout. It had a horizontal navigation at the top (an floated list) and two floating content areas below it taking up approximately half the screen each. For some reason,when I removed a menu item from the end of the navigation,all hell broke [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/02/internet-explorer-7-beta/' rel='bookmark' title='Permanent Link: Internet Explorer 7 (beta)'>Internet Explorer 7 (beta)</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/03/ie7-css-support-and-float-clearing/' rel='bookmark' title='Permanent Link: IE7 CSS Support and Float Clearing'>IE7 CSS Support and Float Clearing</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/11/google-is-pushing-firefox-with-the-google-toolbar/' rel='bookmark' title='Permanent Link: Google is pushing Firefox with the Google toolbar'>Google is pushing Firefox with the Google toolbar</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just yesterday I made what I thought was a simple change to a layout.  It had a horizontal navigation at the top (an floated list) and two floating content areas below it taking up approximately half the screen each.</p>
<p>For some reason,when I removed a menu item from the end of the navigation,all hell broke loose in Firefox.  The left-hand float moved right and the right-hand float bumped down under it.  Amazingly the design still rendered as desired in Internet Explorer so I didn&#8217;t put a whole lot of detective work into it.  The site would only be accessibly on our corporate network where Firefox is almost a four letter word.  But it did bother me that removing that one item (which should have no effect on the floats) broke everything so badly.  Alas,I still had bigger fish to fry and other problems to focus on so that was going on the back burner.</p>
<p>It&#8217;s funny how solutions sometimes present themselves in unlikely places just when you need them.  I had cut out reading my regular blogs some time ago to focus on other things but I had a few minutes so I decided to check some out.  I&#8217;m glad I did since <a href="http://www.shauninman.com/plete/2006/05/clearance-position-inline-absolute" title="Clearance">the latest post from Shaun Inman discusses the fragile nature of floats and his solution</a>.</p>
<p>I think I may have found the solution I&#8217;m looking for.  Check it out,it&#8217;s definitely worth a read.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/02/internet-explorer-7-beta/' rel='bookmark' title='Permanent Link: Internet Explorer 7 (beta)'>Internet Explorer 7 (beta)</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/03/ie7-css-support-and-float-clearing/' rel='bookmark' title='Permanent Link: IE7 CSS Support and Float Clearing'>IE7 CSS Support and Float Clearing</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/11/google-is-pushing-firefox-with-the-google-toolbar/' rel='bookmark' title='Permanent Link: Google is pushing Firefox with the Google toolbar'>Google is pushing Firefox with the Google toolbar</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2006/05/css-floats-and-absolute-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Expression</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2006/03/microsoft-expression/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2006/03/microsoft-expression/#comments</comments>
		<pubDate>Sat, 25 Mar 2006 14:10:41 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=99</guid>
		<description><![CDATA[Our intranet has tons of documents published by a dozen or so different business groups. A good portion of those documents are web pages that have been thrown together assembled in FrontPage and published. Maintenance of those documents fall on the webmaster so when necessary,I need to go in and update them accordingly. This is [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/css-pointers-and-a-starting-place/' rel='bookmark' title='Permanent Link: CSS pointers and a starting place'>CSS pointers and a starting place</a></li>
<li><a href='http://www.letsgomurphys.com/php/2005/06/dreamweaver-templates-giving-you-nightmares-try-this-simple-php-templating-technique/' rel='bookmark' title='Permanent Link: Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique'>Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2005/10/asp-templating/' rel='bookmark' title='Permanent Link: ASP &#8220;Templating&#8221;'>ASP &#8220;Templating&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Our intranet has tons of documents published by a dozen or so different business groups.  A good portion of those documents are web pages that have been <span style="text-decoration: line-through;">thrown together</span> assembled in FrontPage and published.  Maintenance of those documents fall on the webmaster so when necessary,I need to go in and update them accordingly.  This is a terrible,terrible job.</p>
<p>FrontPage writes some of the most awful code I&#8217;ve ever seen in my entire life.  It even writes some code I&#8217;ve <em>never</em> seen in my entire life,like the <code>&#60;big&#62;</code> tag.  Where did that come from?  I&#8217;ve been doing this for a long time and I&#8217;ve only ever seen it in FrontPage code.</p>
<p>The FrontPag- generated documents are usually so bloated that I can&#8217;t even do a <em>simple</em> find on the text I&#8217;m looking to modify because it&#8217;s broken up by nested or empty tags.   If just looking at the code doesn&#8217;t immediately suck out my will to live and send me into sinking depression,I&#8217;ll usually try to clean it up and simplify.  It&#8217;s so bad that the other day I literally replaced about 900 lines of HTML (yes,HTML) with about 100 lines of semantic,standards-based XHTML and CSS.  Yeah me!</p>
<p>That&#8217;s why it makes me happy to introduce <a href="http://www.microsoft.com/products/expression/en/default.mspx" title="Microsoft Expression">Expression,the new FrontPage from Microsoft</a>.  That&#8217;s right,I&#8217;ve read that FrontPage is being replaced by Expression which supposedly writes <em>valid</em> Strict and Transitional HTML <em>and</em> XHTML,has better support for CSS,and will even validate accessibility if you so desire (and you should).</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/css-pointers-and-a-starting-place/' rel='bookmark' title='Permanent Link: CSS pointers and a starting place'>CSS pointers and a starting place</a></li>
<li><a href='http://www.letsgomurphys.com/php/2005/06/dreamweaver-templates-giving-you-nightmares-try-this-simple-php-templating-technique/' rel='bookmark' title='Permanent Link: Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique'>Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2005/10/asp-templating/' rel='bookmark' title='Permanent Link: ASP &#8220;Templating&#8221;'>ASP &#8220;Templating&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2006/03/microsoft-expression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 CSS Support and Float Clearing</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2006/03/ie7-css-support-and-float-clearing/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2006/03/ie7-css-support-and-float-clearing/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 10:18:08 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=98</guid>
		<description><![CDATA[I&#8217;ve heard that the beta of Internet Explorer 7 has finally been released,so now is the time for developers to step up testing of their work to make sure everything is copacetic. The good news is that IE will now support transparent PNGs. The bad news (among other things) is that it now parses the [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/02/internet-explorer-7-beta/' rel='bookmark' title='Permanent Link: Internet Explorer 7 (beta)'>Internet Explorer 7 (beta)</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/05/css-floats-and-absolute-positioning/' rel='bookmark' title='Permanent Link: CSS Floats and Absolute Positioning'>CSS Floats and Absolute Positioning</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/css-pointers-and-a-starting-place/' rel='bookmark' title='Permanent Link: CSS pointers and a starting place'>CSS pointers and a starting place</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.letsgomurphys.com/img/ie7.jpg"  style="height: 75px;width: 75px;float: left;padding-right: 7px;" alt="Internet Explorer 7 logo" />
<p>I&#8217;ve heard that the beta of Internet Explorer 7 has finally been released,so now is the time for developers to step up testing of their work to make sure everything is copacetic.</p>
<p>The good news is that IE will now support transparent PNGs.  The bad news (among other things) is that it now parses the comment filter /**/ that is commonly used to hide styles from its older siblings.</p>
<p>I&#8217;ve also heard that IE7 isn&#8217;t supporting the :after pseudo-element which developers commonly use to clear floats,although that didn&#8217;t immediately jump out at me on <a href="http://www.microsoft.com/windows/IE/ie7/devwebchecklist.mspx" title="IE7 Developer's Checklist">developer&#8217;s checklist</a> provided by Microsoft.  Take a look and see what you need to get your sites ready for IE7.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/02/internet-explorer-7-beta/' rel='bookmark' title='Permanent Link: Internet Explorer 7 (beta)'>Internet Explorer 7 (beta)</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/05/css-floats-and-absolute-positioning/' rel='bookmark' title='Permanent Link: CSS Floats and Absolute Positioning'>CSS Floats and Absolute Positioning</a></li>
<li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/02/css-pointers-and-a-starting-place/' rel='bookmark' title='Permanent Link: CSS pointers and a starting place'>CSS pointers and a starting place</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2006/03/ie7-css-support-and-float-clearing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Developer Network</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/#comments</comments>
		<pubDate>Sun, 19 Feb 2006 02:28:30 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=83</guid>
		<description><![CDATA[I was originally going to tell you how this book I&#8217;ve been reading,Ajax in Action by Dave Crane and Eric Pascarello with Darren James,has made me a Javascript phenom and how I&#8217;m putting together amazingly interactive interfaces using Ajax. Instead,I&#8217;ll just tell you how Yahoo!&#8217;s Developer Network has pre-built interfaces and design patterns. All open [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/03/more-like-the-weeklies/' rel='bookmark' title='Permanent Link: More like The Weeklies'>More like The Weeklies</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/10/the-next-phase-of-my-career/' rel='bookmark' title='Permanent Link: The next phase of my career'>The next phase of my career</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was originally going to tell you how this book I&#8217;ve been reading,<a href="http://www.amazon.com/gp/product/1932394613/002-5999814-4928037?v=glance&#038;n=283155" title="Ajax in Action by Dave Crane and Eric Pascarello with Darren James">Ajax in Action</a> by Dave Crane and Eric Pascarello with Darren James,has made me a Javascript phenom and how I&#8217;m putting together amazingly interactive interfaces using Ajax.</p>
<p>Instead,I&#8217;ll just tell you how <a href="http://developer.yahoo.net/" title="Yahoo!'s Developer Network">Yahoo!&#8217;s Developer Network</a> has pre-built interfaces and design patterns.  All open source under BSD license.  Want to implement drag n&#8217; drop functionality?  How about breadcrumbs or pagination?  Auto-complete?  Look no further,it&#8217;s all there.  Quite a few of these have sparked my interest and will no doubt save time on future projects.</p>
<p>I&#8217;ll probably still finish the book however.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/03/more-like-the-weeklies/' rel='bookmark' title='Permanent Link: More like The Weeklies'>More like The Weeklies</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/10/the-next-phase-of-my-career/' rel='bookmark' title='Permanent Link: The next phase of my career'>The next phase of my career</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2006/02/yahoo-developer-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS pointers and a starting place</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2006/02/css-pointers-and-a-starting-place/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2006/02/css-pointers-and-a-starting-place/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 03:26:35 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=82</guid>
		<description><![CDATA[Whenever I begin work on a new project,I have three files that I always turn to: an XHTML document,a CSS file,and a Javascript file. The XHTML document is a blank canvas but the important part is that it contains a valid doctype declaration and links to the CSS and Javascript files. Relatively recent articles by [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/03/microsoft-expression/' rel='bookmark' title='Permanent Link: Microsoft Expression'>Microsoft Expression</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2005/10/asp-templating/' rel='bookmark' title='Permanent Link: ASP &#8220;Templating&#8221;'>ASP &#8220;Templating&#8221;</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2005/07/asp-based-sitemap-creator/' rel='bookmark' title='Permanent Link: ASP-based sitemap creator'>ASP-based sitemap creator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Whenever I begin work on a new project,I have three files that I always turn to: an XHTML document,a <acronym title="Cascading Style Sheets">CSS</acronym> file,and a Javascript file.  The XHTML document is a blank canvas but the important part is that it contains a valid doctype declaration and links to the CSS and Javascript files.</p>
<p>Relatively recent articles by <a href="http://www.contentwithstyle.co.uk/Articles/17/a-css-framework/" title="A CSS Framework">Mike Stenhouse at Content with Style</a> and <a href="http://kurafire.net/log/archive/2005/07/26/starting-css-revisited" title="Starting with CSS: revisited">Faruk Ate? at KuraFire Network</a> discussed and published their CSS &#8220;starter&#8221; files so I figured why shouldn&#8217;t I do the same?  My CSS file actually comes from Faruk&#8217;s orginal (mentioned <a href="http://kurafire.net/log/archive/2005/07/16/starting-css-based-design" title="Starting with CSS-based design">here</a>) but now updated with the improvements he mentions in his most current post.  You can <a href="http://www.letsgomurphys.com/dl/StarterSite.zip" title="Starter Site Template">download my template site</a> which includes a valid XHTML &#8220;starter&#8221;,CSS,and Javascript files.</p>
<p>Update: A while back I added the <code>line-height</code> property to my CSS declarations after reading somewhere that giving elements a <code>line-height</code> slightly larger than the text size gave text more breathing room.  I can confirm that this produces more legible,more professional looking copy.  I read recently however on <a href="http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/" title="Unitless line-heights">Eric Meyer&#8217;s site</a> that I hadn&#8217;t been implementing this in the best fashion.  I&#8217;d been specifying <code>line-height</code> in terms of <code>ems</code> which computes <code>line-height</code> based on the <code>font-size</code> of the element.  This is fine and dandy for the element itself but any descendants inherit the computed <code>line-height</code> of the element rather than calculating their own.  It appears that the best manner is to specify a unitless <code>line-height</code> which passes the number on to descendants as a sort of multiplier from which each descendant calculates its own <code>line-height</code>.  So,my base CSS file has been updated to use a unitless <code>line-height</code> declaration.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/03/microsoft-expression/' rel='bookmark' title='Permanent Link: Microsoft Expression'>Microsoft Expression</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2005/10/asp-templating/' rel='bookmark' title='Permanent Link: ASP &#8220;Templating&#8221;'>ASP &#8220;Templating&#8221;</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2005/07/asp-based-sitemap-creator/' rel='bookmark' title='Permanent Link: ASP-based sitemap creator'>ASP-based sitemap creator</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2006/02/css-pointers-and-a-starting-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Calendar</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2006/01/javascript-calendar/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2006/01/javascript-calendar/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 02:08:12 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.letsgomurphys.com/dailies/?p=70</guid>
		<description><![CDATA[It&#8217;s called The DHTML/JavaScript Calendar and it definitely is. I promised a few days ago that I would start to post links to scripts I&#8217;ve found online that were useful to me,so here goes. The javascript calendar available from dynarch.com can easily be set up in about 5 minutes simply by copying a few scripts [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/01/better-forms/' rel='bookmark' title='Permanent Link: Better Forms'>Better Forms</a></li>
<li><a href='http://www.letsgomurphys.com/usability/2008/03/mcafee-anti-phishing-filter-for-internet-explorer-causes-onclick-events-to-not-fire/' rel='bookmark' title='Permanent Link: McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?'>McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s called <em>The</em> DHTML/JavaScript Calendar and it definitely is.  I promised a few days ago that I would start to post links to scripts I&#8217;ve found online that were useful to me,so here goes.</p>
<p><a href="http://www.dynarch.com/projects/calendar/" title="dynarch.com javascript calendar">The javascript calendar available from dynarch.com</a> can easily be set up in about 5 minutes simply by copying a few scripts from their download to your web server and adding the appropriate links to them in your document&#8217;s head tag.  It also comes with a half dozen &#8220;themes&#8221;,which consist of pre-made stylesheets that just need to be copied and linked to.</p>
<p>Once you&#8217;ve got the script and stylesheet links in place,Dynarch provides a demo page with all the different types of implementations possible.  Find the one you like and copy and paste the source into your document.  Further customization is possible with only intermediate knowledge of Javascript and HTML but it really is as simple as cut and paste.</p>
<p>See below for a sample implementation:</p>
<form action="#" method="get">
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse">
<tr>
<td>
<input type="text" name="date" id="f_date_c" style="text-indent: 3px;padding: 1px;" /></td>
<td><img src="http://www.letsgomurphys.com/img/calendar.gif" id="f_trigger_c" style="cursor: pointer;" title="Date selector" /></td>
</tr>
</table>
</form>
<p></p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2006/01/better-forms/' rel='bookmark' title='Permanent Link: Better Forms'>Better Forms</a></li>
<li><a href='http://www.letsgomurphys.com/usability/2008/03/mcafee-anti-phishing-filter-for-internet-explorer-causes-onclick-events-to-not-fire/' rel='bookmark' title='Permanent Link: McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?'>McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2006/01/javascript-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitecore CMS</title>
		<link>http://www.letsgomurphys.com/business/2005/11/sitecore-cms/</link>
		<comments>http://www.letsgomurphys.com/business/2005/11/sitecore-cms/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 02:05:54 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">/?p=34</guid>
		<description><![CDATA[I attended a demo for a CMS by Sitecore recently. The organization is looking at it in order to more efficiently update content on our external sites but it&#8217;s also of interest to me as an intranet developer for the same reasons. Sitecore offers full support for Microsoft&#8217;s .NET plus XML, SOAP, XSLT, HTML, CSS,Javascript,C#,and [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/01/javascript-calendar/' rel='bookmark' title='Permanent Link: JavaScript Calendar'>JavaScript Calendar</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/12/searchability/' rel='bookmark' title='Permanent Link: Searchability'>Searchability</a></li>
<li><a href='http://www.letsgomurphys.com/php/2005/06/dreamweaver-templates-giving-you-nightmares-try-this-simple-php-templating-technique/' rel='bookmark' title='Permanent Link: Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique'>Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I attended a demo for a <acronym title="Content Management System">CMS</acronym> by <a href="http://www.sitecore.com/" title="Sitecore Content Management System">Sitecore</a> recently.  The organization is looking at it in order to more efficiently update content on our external sites but it&#8217;s also of interest to me as an intranet developer for the same reasons.  Sitecore offers full support for Microsoft&#8217;s .NET plus <acronym title="Extensible Markup Language">XML</acronym>,<acronym title="Simple Object Access Protocol"> SOAP</acronym>,<acronym title="Extensible Stylesheet Language Transformations"> XSLT</acronym>,<acronym title="Hypertext Markup Language"> HTML</acronym>,<acronym title="Cascading Style Sheets"> CSS</acronym>,Javascript,C#,and the <acronym title="Document Object Model">DOM</acronym> so that it can easily integrate with <acronym title="Enterprise Resource Planning">ERP</acronym> systems,<acronym title="Customer Relationship Management">CRM</acronym> tools,financial systems,etc.  More about that in a later post however.  Because of the wide range of department representatives attending,the demo didn&#8217;t get too technical but focused more on the role of an Editor.</p>
<p>The Editor functions seem to most closely map to the responsibilities of copywriter,meaning they are ultimately responsible for generating content.  What I liked most about Sitecore in this regard is the ability to establish a workflow.  Within the system,the overall adminstrator can specify areas which are editable by the Editor.  The Editor can then add,delete,modify,etc content within these areas and mark it as pending for the next step in the workflow.  This could be the adminstrator,another higher level Editor,legal counselor,compliance,corporate branding,or anyone who might need to approve content before it is published.  Any level can send copy back to lower levels for revisions along with the ability to attach notes to the copy.  It&#8217;s my understanding this workflow can have unlimited steps as long as it stays linear.</p>
<p>Sitecore also makes allowances for dated content.  Content can be created in a staging area and then given a date in the future when it should automatically be published.  For example,the developers for an E-Commerce web site can put together promotional materials ahead of time for their big post-Thanksgiving sale and set it to be published Thanksgiving day at11:59p or whenever they like.  Conversely,content can also be set to expire automatically at a future date.</p>
<p>The technical developer-focused demo is this week so I&#8217;ll have additonal details after that.  So far though,I&#8217;m pretty impressed with this product and excited about the opportunities using it could uncover.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2006/01/javascript-calendar/' rel='bookmark' title='Permanent Link: JavaScript Calendar'>JavaScript Calendar</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/12/searchability/' rel='bookmark' title='Permanent Link: Searchability'>Searchability</a></li>
<li><a href='http://www.letsgomurphys.com/php/2005/06/dreamweaver-templates-giving-you-nightmares-try-this-simple-php-templating-technique/' rel='bookmark' title='Permanent Link: Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique'>Dreamweaver templates giving you nightmares?  Try this simple PHP templating technique</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/business/2005/11/sitecore-cms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS2 Certification from Brainbench</title>
		<link>http://www.letsgomurphys.com/general/2005/11/css2-certification-from-brainbench/</link>
		<comments>http://www.letsgomurphys.com/general/2005/11/css2-certification-from-brainbench/#comments</comments>
		<pubDate>Tue, 15 Nov 2005 02:36:02 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">/?p=32</guid>
		<description><![CDATA[I was hoping to complete more certifications while Brainbench is offering them for free but since the promotion&#8217;s end date is tomorrow,I probably won&#8217;t manage it. All in all though,I received four certifications for free that normally retail for $50 each. Not a bad deal. I should take this opportunity to thank RichInStyle.com for the [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2005/11/brainbench-certifications/' rel='bookmark' title='Permanent Link: Brainbench certifications'>Brainbench certifications</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/11/html-40-master-certification/' rel='bookmark' title='Permanent Link: HTML 4.0 Master Certification'>HTML 4.0 Master Certification</a></li>
<li><a href='http://www.letsgomurphys.com/general/2006/01/web-development-certification/' rel='bookmark' title='Permanent Link: Web Development Certification'>Web Development Certification</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brainbench.com/transcript.jsp?pid=5669360" title="Michael Murphy's Brainbench transcript"><img src="http://www.letsgomurphys.com/img/css2.gif" alt="Brainbench CSS2 Certification" style="float: left;width: 170px;height: 50px;border: 0;padding-right: 10px;" /></a>
<p>I was hoping to complete more certifications while Brainbench is offering them for free but since the promotion&#8217;s end date is tomorrow,I probably won&#8217;t manage it.  All in all though,I received four certifications for free that normally retail for $50 each.  Not a bad deal.  I should take this opportunity to thank <a href="http://www.richinstyle.com" title="RichInStyle.com" target="_blank">RichInStyle.com</a> for the crash course in CSS2.  It&#8217;s quite possibly the ugliest site I&#8217;ve ever seen but it gave me the knowledge I needed to complete the CSS2 certification.</p>
<p>Frankly I&#8217;m a little surprised that scoring in the 91% percentile didn&#8217;t qualify me for a Master level certification since I scored in a slightly lower percentile for the HTML 4.0 certification and still managed to make the Master level.  Maybe I&#8217;m just splitting hairs but I guess I&#8217;m just a perfectionist like that.  Maybe the quality of the people taking the CSS test raised the bar a little higher?  At any rate,I managed to get some resume boosting certifications under my belt at no cost so I&#8217;m pretty content.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/general/2005/11/brainbench-certifications/' rel='bookmark' title='Permanent Link: Brainbench certifications'>Brainbench certifications</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/11/html-40-master-certification/' rel='bookmark' title='Permanent Link: HTML 4.0 Master Certification'>HTML 4.0 Master Certification</a></li>
<li><a href='http://www.letsgomurphys.com/general/2006/01/web-development-certification/' rel='bookmark' title='Permanent Link: Web Development Certification'>Web Development Certification</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/general/2005/11/css2-certification-from-brainbench/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE/Win whitespace bug</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2005/09/iewin-whitespace-bug/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2005/09/iewin-whitespace-bug/#comments</comments>
		<pubDate>Wed, 07 Sep 2005 10:05:17 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">/?p=23</guid>
		<description><![CDATA[Those of you using IE/Win may notice that I finally fixed the whitespace bug that&#8217;s been causing a 2 pixel or so whitespace to appear between the top banner and the navigation elements of this site. Although the fix was so simple,I wouldn&#8217;t necessarily consider myself lazy for taking so long to do it. It&#8217;s [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/business/2007/10/yaeger-treviso-associates-inc/' rel='bookmark' title='Permanent Link: Yaeger, Treviso &#38; Associates, Inc.'>Yaeger, Treviso &#38; Associates, Inc.</a></li>
<li><a href='http://www.letsgomurphys.com/usability/2008/03/mcafee-anti-phishing-filter-for-internet-explorer-causes-onclick-events-to-not-fire/' rel='bookmark' title='Permanent Link: McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?'>McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/09/now-with-more-hosting/' rel='bookmark' title='Permanent Link: Now with more hosting!'>Now with more hosting!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Those of you using IE/Win may notice that I <em>finally</em> fixed the whitespace bug that&#8217;s been causing a 2 pixel or so whitespace to appear between the top banner and the navigation elements of this site.  Although the fix was <em>so</em> simple,I wouldn&#8217;t necessarily consider myself lazy for taking so long to do it.  It&#8217;s more a matter of actually <em>remembering</em> to do it (I primarily use a Mac for at work browsing or FF/Win at home).</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/business/2007/10/yaeger-treviso-associates-inc/' rel='bookmark' title='Permanent Link: Yaeger, Treviso &#38; Associates, Inc.'>Yaeger, Treviso &#38; Associates, Inc.</a></li>
<li><a href='http://www.letsgomurphys.com/usability/2008/03/mcafee-anti-phishing-filter-for-internet-explorer-causes-onclick-events-to-not-fire/' rel='bookmark' title='Permanent Link: McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?'>McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/09/now-with-more-hosting/' rel='bookmark' title='Permanent Link: Now with more hosting!'>Now with more hosting!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2005/09/iewin-whitespace-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE hates &#8220;tags&#8221;</title>
		<link>http://www.letsgomurphys.com/xhtmlcss/2005/08/ie-hates-tags/</link>
		<comments>http://www.letsgomurphys.com/xhtmlcss/2005/08/ie-hates-tags/#comments</comments>
		<pubDate>Wed, 31 Aug 2005 03:04:12 +0000</pubDate>
		<dc:creator>Michael R. Murphy</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">/?p=19</guid>
		<description><![CDATA[As reported by Eric Meyer amongst others,a problem users of A List Apart&#8217;s new release are experiencing is that IE/Win seems to hate,amongst many other things,&#8220;tags&#8221; as an id value. It appears that &#8220;tags&#8221; is a method in the IE/WIN DOM. Therefore setting id="tags" changes it from a reference to the element with that id [...]


Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2005/09/iewin-whitespace-bug/' rel='bookmark' title='Permanent Link: IE/Win whitespace bug'>IE/Win whitespace bug</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/12/cause-you-gotta-have-goals/' rel='bookmark' title='Permanent Link: &#8216;Cause You Gotta Have Goals'>&#8216;Cause You Gotta Have Goals</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As reported by <a href="http://meyerweb.com/eric/thoughts/2005/08/29/reserved-id-values/" target="_blank" title="Eric's Archived Thoughts: Reserved ID Values?">Eric Meyer</a> amongst others,a problem users of <a href="http://www.alistapart.com/" target="_blank" title="A List Apart - For People Who Make Websites">A List Apart&#8217;s new release</a> are experiencing is that IE/Win seems to hate,amongst many other things,&#8220;tags&#8221; as an id value.</p>
<p>It appears that &#8220;tags&#8221; is a method in the IE/WIN DOM.  Therefore setting <code>id="tags"</code> changes it from a reference to the element with that id rather than the method.  A more <a href="http://meyerweb.com/eric/thoughts/2005/08/26/when-printing-kills/#comment-6225" target="_blank" title="www.meyerweb.com">thorough explanation</a> can be found here but suffice to say,refrain from using &#8220;tags&#8221; to identify an element.</p>


<p>Related posts:<ol><li><a href='http://www.letsgomurphys.com/xhtmlcss/2005/09/iewin-whitespace-bug/' rel='bookmark' title='Permanent Link: IE/Win whitespace bug'>IE/Win whitespace bug</a></li>
<li><a href='http://www.letsgomurphys.com/general/2005/12/cause-you-gotta-have-goals/' rel='bookmark' title='Permanent Link: &#8216;Cause You Gotta Have Goals'>&#8216;Cause You Gotta Have Goals</a></li>
<li><a href='http://www.letsgomurphys.com/asp/2006/03/atlas-from-microsoft/' rel='bookmark' title='Permanent Link: Atlas from Microsoft'>Atlas from Microsoft</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.letsgomurphys.com/xhtmlcss/2005/08/ie-hates-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

