<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Ye Olde Rad Blog III</title>
        <link>http://mt4.radified.com/</link>
        <description>Nuclear Grade Technolust | Live from Newport Beach</description>
        <language>en</language>
        <copyright>Copyright 2009</copyright>
        <lastBuildDate>Sat, 31 Oct 2009 12:11:56 -0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>CSS Image Replacement &amp; Other Misnomers</title>
            <description><![CDATA[<p>Happy Halloween. I modified the method of placing the graphics in the header found at the top of the <a href="http://radified.com/index.rad">home page</a> .. up where it says » <em>RADIFIED | Nuclear Grade Technolust</em>. There I implemented a technique known as » <a href="http://www.dave-woods.co.uk/?p=124">CSS Image Replacement</a>, of which there exist many <a href="http://css-tricks.com/css-image-replacement/">variations</a>, each with its own set of pro's &amp; con's.</p>
<p><img class="graphic" alt="Halloween" align="right" src="http://radified.com/_gfx/01/halloween2.jpg" width="253" height="195" />The dividing-line among web designers seems to be whether or not to use a non-semantic <a href="http://www.w3schools.com/TAGS/tag_span.asp">span tag</a> with <a href="http://www.w3schools.com/Css/css_positioning.asp">CSS positioning</a>, which involves a more complicated technique .. but leaves visible TEXT in place for visitors who surf the Web with STYLES turned off (primarily those using mobile devices).</p>
<p>I used a simpler IR technique, by changing the images you see displayed there .. from <strong>fore</strong>ground images to <a href="http://www.w3schools.com/css/css_background.asp">background images</a>. </p>
<p>This allowed me to replace the foreground images (contained in those heading elements) with TEXT .. which I then <a href="http://www.w3schools.com/Css/pr_text_text-indent.asp">indented</a> (way to your left), so it can't be seen. By moving the TEXT out of the way, this technique reveals the graphics (.. which look prettier than standard heading-text).</p>
<p>The advantage however, is » devices that don't render styles (such as screen readers and mobile devices) will now see a TEXT heading and <a href="http://www.dailyblogtips.com/the-best-website-taglines-around-the-internet/">tag-line</a> displayed there, where before there existed only images. <a href="http://www.google.com/search?q=radified">Search engines</a> also gives more weight to TEXT than images.</p>
<p>Most Rad visitors will never notice the difference .. seeing most who frequent the site (fellow technolusters) browse with both images and <a href="http://www.w3schools.com/css/css_intro.asp">CSS</a> turned ON. But I'm gradually filling my webmaster toolkit with increasingly <a href="http://mt4.radified.com/2009/09/liquid-elastic-hybrid-css-layout-design.html">sophisticated</a> techniques. (Learning by doing.)</p>
<p>After all the pages are <a href="http://mt4.radified.com/2009/09/troubleshoot-css-rendering-problems-cascade-inheritance-specificity.html">styled</a> however, and the markup is coded <a href="http://mt4.radified.com/2009/08/syntax-semantics-structure-meaning-programming.html">semantically</a>, there's still no substitute for insightful <a href="http://mt4.radified.com/archives.html">content</a> .. that is <a href="http://www.amazon.com/Writing-Well-25th-Anniversary-Nonfiction/dp/0060006641?ie=UTF8&amp;tag=radifiedcom-20">well written</a> (.. and hopefully seasoned with a dash of personality).</p>
<p>This has always been the most difficult challenge .. because a <a href="http://www.emporioarmani.com/">stylish suit</a> does <em>not</em> a charming pig make. And the <a href="http://blogs.radified.com/2007/10/one_week_since_nasty_mountain_biking_accident_neck_sore.html">ugliest</a> person can say the <a href="http://www.wisdomquotes.com/cat_truth.html">profoundest</a> things, and possess <a href="http://www.amazon.com/Thoughts-Revised-Updated-George-Seldes/dp/0345404289?ie=UTF8&amp;tag=radifiedcom-20">scintillating ideas</a>. So it would seem that content trumps style .. no matter the venue (.. except maybe for those who focus on style).</p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/6d497935-225c-4057-a3c2-4cb19f16a48f/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=6d497935-225c-4057-a3c2-4cb19f16a48f" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]></description>
            <link>http://mt4.radified.com/2009/10/css-image-replacement-web-site-design.html</link>
            <guid>http://mt4.radified.com/2009/10/css-image-replacement-web-site-design.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">website</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">xhtml/css</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">CSS</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">image replacement</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Web design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">website</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">xhtml/css</category>
            
            <pubDate>Sat, 31 Oct 2009 12:11:56 -0800</pubDate>
        </item>
        
        <item>
            <title>Semantic Markup &amp; Passing Inspection</title>
            <description><![CDATA[<p>Changed the underlying <a href="http://www.w3schools.com/html/html_intro.asp">markup</a> that controls the links in the blue-green sidebars on the <a href="http://radified.com/index.rad">home-page</a>. They were previously coded as » <a href="http://www.w3schools.com/html/html_paragraphs.asp">paragraphs</a>. I changed them to » <a href="http://www.w3schools.com/html/html_lists.asp">list-items</a> .. cuz that's what they are » a list of items (links) grouped according to category. Certainly not paragraphs .. not even sentences.</p>
<p><img class="graphic" alt="Website Inspection" align="right" src="http://radified.com/_gfx/01/website_inspection.jpg" width="228" height="238" />If I did this correctly, you shouldn't notice any difference. Cuz I applied the same <a href="http://mt4.radified.com/2009/09/troubleshoot-css-rendering-problems-cascade-inheritance-specificity.html">styling</a> to the list items .. tho this was trickier than it might sound. I nearly freaked when a single misplaced comma trashed my whole layout. Yikes!</p>
<p>This change represents a <a href="http://mt4.radified.com/2009/09/troubleshoot-css-rendering-problems-cascade-inheritance-specificity.html">semantic</a> improvement. <a href="http://mt4.radified.com/2009/08/syntax-semantics-structure-meaning-programming.html">Semantics</a> (i.e. » 'meaning') is one of the <a href="http://www.ibm.com/developerworks/web/library/wa-semweb/">buzz-words</a> kicked around when thinkers discuss the <a href="http://www.readwriteweb.com/archives/10_future_web_trends.php">Web's future</a>.</p>
<p>Most surprising was that it took me <a href="http://radified.com/Archives/">so long</a> to realize I had coded the <a href="http://radified.com/index.rad">home-page</a> with semantically incorrect markup. It suddenly hit me (last night), when out of the blue (actually » blue-green), I thought » <em>"Those links aren't <a href="http://www.w3schools.com/html/html_paragraphs.asp">paragraphs</a>; they're a&nbsp;<a href="http://www.w3schools.com/html/html_lists.asp">LIST</a>."</em></p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/0d1f3754-bfa4-4779-9eec-7c7502ef0e9b/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=0d1f3754-bfa4-4779-9eec-7c7502ef0e9b" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
</span></div>]]></description>
            <link>http://mt4.radified.com/2009/10/semantic-markup-web-design-xhtml-css.html</link>
            <guid>http://mt4.radified.com/2009/10/semantic-markup-web-design-xhtml-css.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">website</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">xhtml/css</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">HTML</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">semantic markup</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Semantic Web</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">website</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Website</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">xhtml/css</category>
            
            <pubDate>Fri, 30 Oct 2009 14:24:46 -0800</pubDate>
        </item>
        
        <item>
            <title>Enrolled in Amazon.com&apos;s Affiliate Program</title>
            <description><![CDATA[<p>Enrolled in <a href="http://www.amazon.com?_encoding=UTF8&amp;tag=radifiedcom-20">Amazon</a>'s <a href="https://affiliate-program.amazon.com/gp/associates/join/landing/main.html">Affiliate program</a>, something I probably shoulda done <a href="http://radified.com/Archives/">years ago</a>. They claim it takes ~3 days to process an application, but I received my acceptance letter today. (Applied late last night.)</p><a href="http://www.amazon.com/Punishment-Everymans-Library-Fyodor-Dostoyevsky/dp/0679420290?ie=UTF8&amp;tag=radifiedcom-20"><img class="graphic" alt="Crime and Punishment" align="right" src="http://radified.com/_gfx/01/crime_punishment.jpg" width="274" height="198" /></a> 
<p>Being a n00b, I don't know much about their program yet, except that they pay a percentage whenever a visitor clicks a link on my site and makes a corresponding purchase. (How big of a percentage I'm not sure.)</p>
<p>I've <a href="http://radified.com/Archives/">long</a> included links to books at the <a href="http://www.amazon.com?_encoding=UTF8&amp;tag=radifiedcom-20">Amazon site</a> [ in pages such as this one » <a href="http://blogs.radified.com/2007/07/best_books_learning_web_site_design_development_xhtml_css.html">Best Books for Learning the Basics of Web Site Design (XHTML &amp; CSS)</a>, and this one » <a href="http://blogs.radified.com/2007/12/css_mastery_budd_andy_cascading_style_sheets_book.html">Andy Budd's Book: CSS Mastery</a> ] without ever taking advantage of their program. </p>
<p>If I start making considerable cash, I'll be bummed that I didn't enroll <a href="http://radified.com/Archives/">sooner</a>. And if I don't (earn cash), I'll be bummed too, for wasting my time with this program. So either way .. which might be why I hesitated so long.</p>
<p>What I like <em>best</em> about the Amazon program is that it allows me to monetize the site without including visible ads (.. unlike Google's <a href="https://www.google.com/adsense/static/en_US/AfcOverview.html">AdSense</a> program). All I need to do is add the following code to the end of each Amazon link » <code>?ie=UTF8&amp;tag=radifiedcom-20</code>. So it's virtually invisible to visitors. If I didn't tell you, you might never know.</p>
<p><a href="http://www.amazon.com/Punishment-Everymans-Library-Fyodor-Dostoyevsky/dp/0679420290?ie=UTF8&amp;tag=radifiedcom-20"></a><a href="http://www.amazon.com/Punishment-Everymans-Library-Fyodor-Dostoyevsky/dp/0679420290?ie=UTF8&amp;tag=radifiedcom-20"></a>I also like that it doesn't cost visitors anything extra when purchasing a book via a link from this site. </p>
<p><a href="http://www.amazon.com/Punishment-Everymans-Library-Fyodor-Dostoyevsky/dp/0679420290?ie=UTF8&amp;tag=radifiedcom-20"></a>After establishing an 'Associate' account (and logging in to the Amazon site), a toolbar magically appears at the top of the browser window whenever I visit Amazon.com. </p>
<p>The Associate toolbar allows me to create targeted links to the particular book/page I'm at/on .. with a single click. Couldn't be easier. I simply paste the auto-generated code into my <a href="http://www.w3schools.com/html/html_intro.asp">web page</a>.</p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/e0a660a1-c9ad-4b1a-a0be-dd7d6f6a2e95/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=e0a660a1-c9ad-4b1a-a0be-dd7d6f6a2e95" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
</span></div>]]></description>
            <link>http://mt4.radified.com/2009/10/amazoncom-affiliate-associate-program-monetize-books.html</link>
            <guid>http://mt4.radified.com/2009/10/amazoncom-affiliate-associate-program-monetize-books.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">books</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">website</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">affiliate</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">amazon.com</category>
            
            <pubDate>Sun, 25 Oct 2009 14:40:18 -0800</pubDate>
        </item>
        
        <item>
            <title>Cash for Links, Refactoring &amp; Search Engine Optimization (SEO)</title>
            <description><![CDATA[<p><em>"Hey Rad Man!"</em> began an email I received last week. <em>"I'll pay $100 for a link on your <a href="http://radified.com/Files/">Downloads page</a>."</em> Of course, there's no way of knowing if such offers are legit .. until the cash arrives.</p>
<p>&nbsp;<img class="graphic" alt="Benjamin" align="right" src="http://radified.com/_gfx/01/franklin.jpg" width="272" height="317" />I've researched Search Engine Optimization (<a href="http://www.amazon.com/Art-SEO-Theory-Practice/dp/0596518862/?ie=UTF8&amp;tag=radifiedcom-20">SEO</a>) enough to know I don't much care for it. </p>
<p><a href="http://mt4.radified.com/2009/08/syntax-semantics-structure-meaning-programming.html">Programming</a> I enjoy, but <a href="http://www.amazon.com/Art-SEO-Theory-Practice/dp/0596518862/?ie=UTF8&amp;tag=radifiedcom-20">SEO</a> contains a seemingly endless amount of info to digest, some of which conflicts from site to site.</p>
<p>And the suggested techniques are often time-consuming, with dubious results that demand the patience of a saint before you start to see results. Rather focus my energies on generating <a href="http://mt4.radified.com/archives.html">original content</a>. </p>
<p>Moreover, some of the techniques used to 'optimize' web pages (for higher search engine <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=34432">rankings</a>) seem <a href="http://mt4.radified.com/2009/09/conditional-love-manipulation-parenting-children.html">manipulative</a>, if not downright dishonest. Many of the SEO sites I've visited have a 'slimy' feel to them » detailing how to trick search engines into ranking your pages higher.</p>
<p>I learned that links from '<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=34432">ranked</a>' pages will (in turn) yield greater 'importance' to the pages that those links aim at (point to). This is (I assume) what this person had in mind when she contacted me.</p>
<p>The email seemed both professional and specific. (Not slimy.) The girl was clear about what she wanted. And best of all, her proposal could be implemented minutes. (Simple.)</p>
<p>The problem was .. that the page they wanted a link on was created back when I knew squat about web standards (<a href="http://www.w3schools.com/xhtml/xhtml_intro.asp">XHTML</a> &amp; <a href="http://www.w3schools.com/css/css_intro.asp">CSS</a>). The underlying <a href="http://www.w3schools.com/html/html_intro.asp">mark-up</a> (code) was a rat's nest of <a href="http://www.w3schools.com/tags/default.asp">deprecated</a> <a href="http://www.w3schools.com/html/html_elements.asp">tags</a> and coding no-no's. </p>
<p>Downright embarrassing .. from a webmaster's point-of-view. Miracle the page would render at all (.. even in 'quirks' mode).</p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/562eac75-8616-4ae5-bcbb-683523b9650d/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=562eac75-8616-4ae5-bcbb-683523b9650d" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]></description>
            <link>http://mt4.radified.com/2009/10/search-engine-optimization-seo-refactor-paid-link.html</link>
            <guid>http://mt4.radified.com/2009/10/search-engine-optimization-seo-refactor-paid-link.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Cascading Style Sheets</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Promotion</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Search Engine Optimization</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Web Design and Development</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Web page</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Web search engine</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Webmaster</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">XHTML</category>
            
            <pubDate>Mon, 19 Oct 2009 14:22:23 -0800</pubDate>
        </item>
        
        <item>
            <title>Frontline Launches New Season with » Obama&apos;s War</title>
            <description><![CDATA[<p><a href="http://www.pbs.org/wgbh/pages/frontline/" jquery1255997973734="381">Frontline</a> launches its new season tonight .. with a feature titled » <a href="http://www.pbs.org/wgbh/pages/frontline/obamaswar/">Obama's War</a>. We're taken to Afghanistan, where we hear a commander begin the segment by saying, <em>"We are experts in the application of violence."</em> Catchy. Got my attention.</p>
<p><a href="http://www.pbs.org/wgbh/pages/frontline/obamaswar/"><img class="graphic" alt="Obama's War" align="right" src="http://radified.com/gfx7/obamas_war.jpg" width="253" height="80" /></a> Was surprised to hear the f-word uttered so many times. Soldiers use the f-word a lot. Even more than <a href="http://blogs.radified.com/2007/07/united_states_naval_nuclear_power_school.html">sailors</a> do. But then, sailors don't normally get shot at .. which can't be a very pleasant experience.</p>
<p>Glad to know they didn't edit-out the real-life dialogue. That's why I like Frontline .. feel like they give me the straight poop. (Much as possible.)</p>
<p>Great contrast showing the difference between the suit-n-tie crowd discussing policy in an air-conditioned banquet-room in Washington .. with soldiers dodging bullets in Afghanistan's withering heat (.. one of whom got shot thru the neck and died).</p>
<p><a href="http://www.pbs.org/wgbh/pages/frontline/obamaswar/"></a>If nothing else, this program illustrates the <a href="http://www.biblegateway.com/passage/?search=Luke%2016:%2023-26&amp;version=KJV">gulf</a> that exists between the Washington policy-makers and the bullet-dodging soldier.</p>
<p><a href="http://www.pbs.org/wgbh/pages/frontline/obamaswar/"></a>I'm convinced that anybody who is involved in making war policy should be required spend a week (just a week) with the soldiers who are charged with executing policy.</p>
<p>Nothing like a little first-hand experience to inject a dose of reality into the plan. Cuz it's much easier to <em>make</em> policy, while sitting in an air-conditioned room (sipping a dry martini) .. than it is to <em>execute</em> policy .. with bullets whizzing by your head.</p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/59c95071-26b2-451c-8fe1-5b9620266a4a/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=59c95071-26b2-451c-8fe1-5b9620266a4a" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]></description>
            <link>http://mt4.radified.com/2009/10/frontline-pbs-obamas-war-afghanistan.html</link>
            <guid>http://mt4.radified.com/2009/10/frontline-pbs-obamas-war-afghanistan.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">afghanistan</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">frontline</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">obama</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">politics</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">war</category>
            
            <pubDate>Tue, 13 Oct 2009 17:11:17 -0800</pubDate>
        </item>
        
        <item>
            <title>Web Typography &amp; the Confusing EM</title>
            <description><![CDATA[<p>Web <a href="http://webtypography.net/">typography</a>. It would seem to be a fairly simple topic, no? While I was reviewing some related concepts recently, the following question popped into <a href="http://blogs.radified.com/2007/10/one_week_since_nasty_mountain_biking_accident_neck_sore.html">my head</a> » <em>What exactly is an em?</em></p>
<p><a href="http://en.wikipedia.org/wiki/Em_(typography)"><img class="graphic" alt="EM | Usage in Web Typography" align="right" src="http://radified.com/gfx7/em.jpg" width="230" height="168" /></a> I've been using <strong>em</strong>'s a long time, and knew they were based somehow on the letter '<strong>M</strong>.' Wasn't sure however, if they were based on the size of the capital [M] or lower-case letter [m]. </p>
<p>Also felt confident they were based on the <em>horizontal</em> measurement, but not certain. (In both cases, I was wrong.)</p>
<p>Trying to answer this simple question led to a surprising amount of confusion. Many sources on the web discuss <strong>ems</strong>, and detail their usage, without ever defining what&nbsp;exactly&nbsp;an <a href="http://typophile.com/node/27742">em</a> is.</p>
<p>Many pages are more complicated than need be. (It's not <a href="http://mt4.radified.com/2009/07/moon-lunar-landing-apollo-11-calculus-limits-derivative.html">rocket science</a>.) Finally have a handle on the topic, but my dang eyeballs are burning .. from reading so much. </p>
<p><em><a href="http://en.wikipedia.org/wiki/Em_(typography)"></a></em>First, let me answer the question I posed at the top, and therefore avoid the criticism I levied at many other sites.</p>
<p><em><a href="http://en.wikipedia.org/wiki/Em_(typography)"></a></em><em><a href="http://en.wikipedia.org/wiki/Em_(typography)"></a></em>An <strong><a href="http://webtypography.net/Rhythm_and_Proportion/Horizontal_Motion/2.1.1/">em</a></strong> is (drum-roll, please) » a <a href="http://www.w3schools.com/css/css_units.asp">unit of measure</a> (.. defined by a certain number of <a href="http://jontangerine.com/silo/css/pixels-to-ems/">pixels</a>). So like inches &amp; meters &amp; light-years, which are <em>also</em> units of measure, the em is a » unit of LENGTH.</p>
<p>The thing that makes the <strong>em</strong> tricky is that » unlike inches or meters, or other fixed (or 'absolute') lengths, the em is a <strong>relative</strong> unit.</p>
<p><em>"Relative to what, Rad?"</em> you might be asking. Relative to the font-sizing applied to (in pixels) its » <strong>parent</strong> <a href="http://www.w3schools.com/html/html_elements.asp">element</a>.</p>
<p>What this means is » the SAME <a href="http://www.w3schools.com/css/css_font.asp">font</a>-size <a href="http://www.w3schools.com/css/css_syntax.asp">declaration</a> (specified with <strong>em</strong>s) can yield DIFFERENT results (in pixels) .. when/if the parent element for each declaration <a href="http://www.bigbaer.com/css_tutorials/css_font_size.htm">specifies a different</a> sized font. Hence, the confusion.</p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/7d92c645-b221-4e2d-9e3f-7cd5fac449e0/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=7d92c645-b221-4e2d-9e3f-7cd5fac449e0" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]></description>
            <link>http://mt4.radified.com/2009/10/web-typography-em-css-pixel-font-size-elastic.html</link>
            <guid>http://mt4.radified.com/2009/10/web-typography-em-css-pixel-font-size-elastic.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">xhtml/css</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Em</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Fonts</category>
            
            <pubDate>Sat, 10 Oct 2009 13:37:56 -0800</pubDate>
        </item>
        
        <item>
            <title>Install a Wiki? (DokuWiki)</title>
            <description><![CDATA[<p>Made some minor style-tweaks to the home page. The text you're reading now, for example, is slightly less-bright (easier on the eyes), while the <a href="http://mt4.radified.com/archives.html">links</a> are a little brighter .. than they were before. (Might have to refresh your browser to load the revised <a href="http://mt4.radified.com/2009/09/troubleshoot-css-rendering-problems-cascade-inheritance-specificity.html">style sheet</a>.)</p>
<p><a href="http://en.wikipedia.org/wiki/Main_Page"><img class="graphic" alt="Wikipedia" align="right" src="http://radified.com/gfx7/wiki.jpg" width="134" height="122" /></a>Visited-links in the sidebars are now slightly less-bright (grayer) .. than un-visited links. Used to be no diff. </p>
<p>Been studying more <a href="http://mt4.radified.com/2009/09/troubleshoot-css-rendering-problems-cascade-inheritance-specificity.html">CSS</a>. Becoming very <a href="http://mt4.radified.com/2009/09/liquid-elastic-hybrid-css-layout-design.html">comfortable</a> tweaking styles. Fine-tuning. Easier for me to determine what I <strong>don't</strong> like, than what I <strong>do</strong>.</p>
<p>Oh, the date is also slightly brighter (whiter) .. than the rest of the text, and has a "text-transform" property applied to make it » UPPERCASE .. via a span tag with 'date' class attribute.</p>
<p>Upgraded the <a href="http://mt4.radified.com/">Rad blog</a> to the <a href="http://www.movabletype.org/">newest version</a> (4.32), which was released a few days ago. Way easier, now that I have <a href="http://radified.com/cgi-bin/yabb2/YaBB.pl?num=1247608529">Linux shell skillz</a> &amp; a <a href="http://vps.radified.com/">VPS</a>. Five minutes instead of 2 hours.</p>
<p><a href="http://www.movabletype.org/">Movable Type</a> v<strong>5.0</strong> will be coming out soon. Currently at » <a href="http://www.movabletype.org/2009/10/mt5_beta3.html">beta-3</a>. I normally install NEW versions of whole-number upgrades, rather than upgrading previous installations. Keeps the number of blog-entries down for a given installation. </p>
<p>Currently have <a href="http://mt4.radified.com/archives.html">167 entries</a> on <a href="http://mt4.radified.com/">MT 4.x</a>. Lots of entries tend to make the blog respond sluggishly (when rebuilding). That would be » Ye Olde Rad Blog IV. (Started with <a href="http://blog.radified.com/">v2.63</a> .. in <a href="http://radified.com/blog/archives/000001.html">May 2003</a>.)</p>
<p><a href="http://en.wikipedia.org/wiki/Main_Page"></a>Considering installing a <a href="http://en.wikipedia.org/wiki/Wiki_software">wiki</a> (software). Can't hurt. Might help. Would be a place (beside the <a href="http://radified.com/cgi-bin/yabb2/YaBB.pl">forum</a>) where folks could post &amp; reference their own info/content. Might be a good learning experience, too.</p>
<p>I have no experience with wiki's .. other than searching <a href="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</a>. Not sure which one would be best. So many <a href="http://en.wikipedia.org/wiki/List_of_wiki_software">choices</a>. Ideas? Saw <a href="http://www.siteground.com/compare_best_wiki.htm">this comparison</a>. Nigel once recommended <a href="http://www.dokuwiki.org/dokuwiki">Dokuwiki</a> (I think) as a well-coded (PHP-based) piece of software. </p>
<p>The Dokuwiki <a href="http://www.splitbrain.org/projects/dokuwiki">download</a> is <strong>1.7</strong> MB. (Compare that with the <a href="http://www.movabletype.org/">Movable Type</a> download, which is <strong>4.6</strong> MB.) An über comparison of all Wiki's and their features is posted » <a href="http://en.wikipedia.org/wiki/Comparison_of_wiki_software">HERE</a>. Meanwhile <a href="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</a>, the mother-of-all wiki's, uses <a href="http://en.wikipedia.org/wiki/MediaWiki">MediaWiki</a>, which is both free &amp; Open Source.</p>]]></description>
            <link>http://mt4.radified.com/2009/10/consider-installing-dokuwiki-wiki-software.html</link>
            <guid>http://mt4.radified.com/2009/10/consider-installing-dokuwiki-wiki-software.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">wiki</category>
            
            <pubDate>Wed, 07 Oct 2009 17:25:22 -0800</pubDate>
        </item>
        
        <item>
            <title>The Bug Rides .. without Training Wheels!</title>
            <description><![CDATA[<p><a href="http://mt4.radified.com/2009/01/my-daddys-here-visitation-child-custody.html">The Bug</a> rode a bike for the first time this week. I mean » a 2-wheeler, with<em>out</em> <a href="http://mt4.radified.com/2009/08/father-son-bike-ride-newport-beach-back-bay-loop.html">training wheels</a>. One of the major milestones on the road to manhood.</p>
<p><img class="graphic" alt="Bicycle" align="right" src="http://radified.com/gfx7/bicycle.jpg" width="215" height="234" /> I was excited (.. even more than he was) .. running alongside, shouting » <em>"Oh my God! You're riding!"</em> Waiving my arms like an idiot.</p>
<p>But later disappointed. Cuz I had anticipated spending a few days <a href="http://mt4.radified.com/2009/08/father-son-bike-ride-newport-beach-back-bay-loop.html">teaching</a> him. Instead, he just hopped on and rode off (.. his very first try).</p>
<p>I didn't say anything, but was thinking, <em>"Doncha know you're supposed fall &amp; crack your noggin a few times .. like I did?"</em></p>
<p>I've been talking to various dads the past few weeks, learning different techniques on how to teach him to ride ...</p>
<p>.. such as » remove the pedals &amp; let him push himself along, allowing him to become accustomed to the bike's balance at his own pace .. or » grab him by a snug-fitting t-shirt between the shoulder blades and run alongside .. again, giving him most of the balance .. and also » the 'broomstick technique.'</p>
<p>Riding a bike is all about » <strong>balance</strong>. I think the reason he picked it up so quickly is cuz he's been riding a 2-wheel scooter around town the last few weeks. It's actually called » a <em>razor</em>. (He's a little demon on that razor.)</p>]]></description>
            <link>http://mt4.radified.com/2009/09/first-bike-ride-without-training-wheels-learn.html</link>
            <guid>http://mt4.radified.com/2009/09/first-bike-ride-without-training-wheels-learn.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">fatherhood</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">parenting</category>
            
            <pubDate>Sun, 27 Sep 2009 17:11:16 -0800</pubDate>
        </item>
        
        <item>
            <title>Autumn Begins .. with a Single Drop</title>
            <description><![CDATA[<p>Autumnal <a href="http://news.nationalgeographic.com/news/2009/09/090922-autumnal-equinox-2009-fall-equinox.html">equinox</a> today. The exact moment when the sun crosses the equator (heading south) = <a href="http://en.wikipedia.org/wiki/Equinox">9:18 PM</a> UTC, which <a href="http://www.timeanddate.com/library/abbreviations/timezones/na/pdt.html">=</a> 2:18 PM <a href="http://radified.com/crystal_cove/crystal_01/crystal_cove_01.htm">Pacific</a> Daylight. </p>
<p><img class="graphic" alt="Autumn Colors" align="right" src="http://radified.com/gfx7/autumn_colors.jpg" width="252" height="136" />National Geo says » <a href="http://news.nationalgeographic.com/news/2009/09/090922-autumnal-equinox-2009-fall-equinox.html">5:19 AM Eastern</a> (which = 2:19 AM PDT), so I think they type-o'ed AM, when they meant PM.</p>
<p>Nevertheless, it's still <a href="http://news.nationalgeographic.com/news/2009/09/090922-autumnal-equinox-2009-fall-equinox.html">the best</a> page I've seen yet on the subject .. cuz it explains why there's not (yet) 12 hours of (equal) day &amp; night. Cool video, too.</p>
<p>Just noticed I used a picture of a spigot dripping water in <a href="http://mt4.radified.com/2009/09/conditional-love-manipulation-parenting-children.html">yesterday's entry</a> (» re: <em>Conditional Love</em>, near the end) .. <br /><br />.. while a photo (using high-speed photography) shows a droplet hitting the surface in the entry directly below it (» <em><a href="http://mt4.radified.com/2009/09/liquid-elastic-hybrid-css-layout-design.html">New Layout Design</a></em>, posted 9/15), which I used to represent LIQUID designs.</p>]]></description>
            <link>http://mt4.radified.com/2009/09/autumnal-equinox-coincidence.html</link>
            <guid>http://mt4.radified.com/2009/09/autumnal-equinox-coincidence.html</guid>
            
            
            <pubDate>Tue, 22 Sep 2009 16:58:45 -0800</pubDate>
        </item>
        
        <item>
            <title>Conditional Love = Manipulation</title>
            <description><![CDATA[<p>An <a href="http://www.nytimes.com/2009/09/15/health/15mind.html?_r=2">article</a> posted in last week's <a href="http://www.nytimes.com/">NY Times</a> has been gnawing at me all weekend. It cites a study performed by two Israelis &amp; a "leading American expert on the psychology of motivation." The single-page piece is titled » "When a Parent's Love Comes with Conditions" .. or » "When 'I Love You' means 'Do as I Say'." </p>
<p><img class="graphic" alt="Conditional Love = Manipulation" align="right" src="http://radified.com/gfx7/conditional_love2.jpg" width="171" height="422" /> The <a href="http://www.nytimes.com/2009/09/15/health/15mind.html?_r=2">article</a> can be summed with the following quote:</p>
<blockquote>
<p>"The primary message of all types of conditional parenting is that children must earn a parent's love. A steady diet of that, Rogers warned, and children might eventually need a therapist to provide the unconditional acceptance they didn't get when it counted."</p></blockquote>
<p>Doesn't it seem odd that a study was required to determine that rationing love &amp; acceptance (like gasoline during a <a href="http://upload.wikimedia.org/wikipedia/commons/e/ed/FLAG_POLICY_DURING_THE_1973_oil_crisis.gif">shortage</a>) is detrimental to children? Duh.</p>
<p>First, <a href="http://www.enotalone.com/article/6426.html">conditional love</a> is <a href="http://www.helium.com/items/1580498-unconditional-v-conditional-love">not love</a>. Let's call it by its real name » <a href="http://education.yahoo.com/reference/dictionary/entry/manipulation">manipulation</a>. And it's the worst kind of manipulation, cuz children, especially young ones,&nbsp;are at the mercy of their parents.</p>
<p>Moreover, they do not yet possess the skills&nbsp;necessary to recognize and defend against such insidious tactics&nbsp; .. from people they're so dependent upon (for eveything).</p>
<p>Now, do you know anyone who enjoys being manipulated? Cuz I don't. Heck, even people who <a href="http://dictionary.reference.com/browse/masochist">enjoy pain</a> don't like being manipulated. Cuz it doesn't really hurt; it just feels <a href="http://www.enotalone.com/article/6426.html">slimy</a>. [Speaking of <em>slime</em> &amp; <em>pain</em>, refer to my comments about <em>boiling a frog</em> near the end.]</p>
<p>Not very difficult to tell <a href="http://www.helium.com/items/1580498-unconditional-v-conditional-love">the difference</a>, either. Kids (who happen to be particularly sensitive) can spot a fake all-the-way across the&nbsp;<a href="http://mt4.radified.com/2009/01/magic-words-fatherhood-divorce-coffee-storytime-children.html">coffee shop</a>&nbsp;and will turn away .. while gravitating wholeheartedly to the genuine. You can actually observe this play out.</p>
<p>There are many things a parent can use as leverage to encourage (or discourage) a particular behavior. But love should never be included in the leverage toolkit. Same goes for affection &amp; attention .. things too precious to be used as mere bargaining chips.</p>
<p>Withholding love &amp; affection based on behavior is <strong>cruel</strong>. Sure, it might elicit the desired response .. in the short term. But the child will grow to resent it (.. as does <em>anybody</em> who's being manipulated). Used consistently and frequently enough, it will instill deep-seated feelings of inadequacy .. that may <em>never</em> go away. (You might even know someone like this .. with deformed self-esteem.)</p>
<p>Many times, when a child is acting out, I'd wager it's *because* he or she is not getting the emotional support they need (from a <a href="http://blogs.radified.com/2007/09/fatherhood_visitation_custody_swimming_pool_steinman_park_lancaster.html">parent</a>). That would be like telling a hungry child » <em>"Stop fussing or I won't give you any food."</em></p>
<p>[ In the <a href="http://blogs.radified.com/nuclear/">military</a>, we had a saying » <em>"The beatings will continue until morale improves." </em>Same principle. ]</p>
<p>Whichever side of the great <a href="http://www.pbs.org/wgbh/nova/genome/debate.html">nature vs nurture debate</a> you tend to favor, you always return&nbsp;to » the <a href="http://blogs.radified.com/2007/09/fatherhood_visitation_custody_swimming_pool_steinman_park_lancaster.html">parents</a> .. as the prime causal agent for how a child turns out .. whether it be on count of their genes or their parenting methods (.. or a combination of both).</p>
<p>We were all kids once. (Well, <em>most</em> of us.) So we all have many years of first-hand experience from which to derive our opinions .. of what works, and what doesn't (.. and what really suks). My point is, it's not <a href="http://mt4.radified.com/2009/07/moon-lunar-landing-apollo-11-calculus-limits-derivative.html">rocket science</a>.</p>
<div style="MARGIN-TOP: 10px; HEIGHT: 15px" class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/243cb0e5-a595-427d-8989-b3c70a91a678/"><img style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FLOAT: right; BORDER-TOP: medium none; BORDER-RIGHT: medium none" class="zemanta-pixie-img" alt="Reblog this post [with Zemanta]" src="http://img.zemanta.com/reblog_e.png?x-id=243cb0e5-a595-427d-8989-b3c70a91a678" /></a><span class="zem-script more-related pretty-attribution">
<script type="text/javascript" defer src="http://static.zemanta.com/readside/loader.js"></script>
 </span></div>]]></description>
            <link>http://mt4.radified.com/2009/09/conditional-love-manipulation-parenting-children.html</link>
            <guid>http://mt4.radified.com/2009/09/conditional-love-manipulation-parenting-children.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">fatherhood</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">parenting</category>
            
            <pubDate>Mon, 21 Sep 2009 08:04:00 -0800</pubDate>
        </item>
        
        <item>
            <title>New CSS Layout Design » Liquid-Elastic Hybrid</title>
            <description><![CDATA[<p>Changed the type of layout I use on the <a href="http://radified.com/index.rad">home page</a> .. to » LIQUID-ELASTIC hybrid. If I did this correctly, you shouldn't notice any difference .. unless you change your default text-size (.. by selecting 'Text Size' from the 'View' menu in <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">IE</a>). Lemme know if you notice any display quirks.</p>
<p><img class="graphic" alt="Liquid CSS Web Design Layout" align="right" src="http://radified.com/gfx7/water_drops.jpg" width="260" height="164" />There are <strong>4</strong> different '<a href="http://www.autisticcuckoo.net/archive.php?id=2004/07/21/fixed-liquid-elastic">types</a>' of layout designs:</p>
<ol>
<li>FIXED (column widths remain fixed, no matter what, used » <a href="http://blogs.radified.com/">here</a>)</li>
<li>ELASTIC (column widths change with changes to your preferred font-size)</li>
<li>LIQUID (column widths change with changes to browser-window sizing, used » <a href="http://radified.com/dreamweaver/templates/index.html">here</a>)</li>
<li>HYBRID (combination of two or more of the above, used » &nbsp;<a href="http://radified.com/index.rad">here</a>)</li></ol>
<p>I've long preferred LIQUID layouts (sometimes called » <a href="http://www.stuffandnonsense.co.uk/archives/fixed_or_fluid_you_decide.html">FLUID</a>), which resize column widths as you resize your browser window (called the "viewport" by those in the biz). It's easier for me to understand the concept behind LIQUID layouts .. than ELASTIC.</p>
<p>Today however, I'm demo'ing a » HYBRID layout .. that combines elements of <em>both</em> LIQUID &amp; ELASTIC. [ If you've read my <a href="http://fdisk.radified.com/">SCSI guide</a>, you know I'm a fan of hybrid config's. ] </p>
<p>The <a href="http://radified.com/index.rad">center section/column</a> remains » LIQUID, while the two <a href="http://radified.com/index.rad">sidebars</a> (blue-green colums) are now » ELASTIC. This means they will resize with changes made to your preferred font-size (e.g. » small, medium, large, gigantic, etc.). The center section will continue to change proportionally, as you resize your browser window - just like before.</p>
<p>Resizing your browser window will no longer affect the width of the blue-green sidebars (which are already skinny), while changing your default font-size will not affect the width of the center column/section.</p>
<p>The design <em>itself</em> of the home page has remained unchanged. Only the 'type' of layout has been modified (.. from LIQUID to » LIQUID-ELASTIC hybrid). This new type of page layout is considered more 'accessible' .. <br /><br />.. especially for those who might have difficulty reading smaller text, and need to bump up their default font-size.</p>]]></description>
            <link>http://mt4.radified.com/2009/09/liquid-elastic-hybrid-css-layout-design.html</link>
            <guid>http://mt4.radified.com/2009/09/liquid-elastic-hybrid-css-layout-design.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">website</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">xhtml/css</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
            <pubDate>Tue, 15 Sep 2009 15:44:47 -0800</pubDate>
        </item>
        
        <item>
            <title>Technological Concepts Apply Themselves (unrequested) to Daily Conscious Life</title>
            <description><![CDATA[<p>On Sundays I resist dawdling before my morning trip to the coffee shop. I aim to get up &amp; get out post-haste .. cuz sometimes the <a href="http://www.ocrebels.com/">Orange County Rebels</a> (bike group) make a pitstop there (like they did <em>last</em> Sunday) .. creating huge lines (and forever waits). </p>
<p>They take all the seats and are a noisy bunch (.. ~50 of them). I'm usually half-asleep until I've had my coffee, so the noise &amp; commotion is, uh .. not good.</p>
<p>I've been studying <a href="http://mt4.radified.com/2009/08/computer-science-programming-languages-learn.html">programming</a> recently. One of the first <a href="http://mt4.radified.com/2009/08/syntax-semantics-structure-meaning-programming.html">concepts</a> any aspiring programmer learns is the » if-then conditional statement.</p>
<p>Conditional statements take the form: <strong>If</strong> a particular condition is met, <strong>then</strong> » do X .. otherwise » do Y.</p>
<p><img class="graphic" alt="Crossroads" align="right" src="http://radified.com/gfx7/crossroads.jpg" width="250" height="152" />So I'm riding my <a href="http://blogs.radified.com/2007/09/mountain_bike_gt_avalanche_20.html">bike</a> this morning and approach the intersection at Flower street .. where I wonder, <em>"Did I remember to put the <a href="http://www.pbs.org/shakespeare/">DVD</a> in my hip-pack?" </em>.. cuz I need to return it to the <a href="http://www.newport-beach.ca.us/nbpl/HoursAndLocations/Hours_And_Locations.htm">library</a>.</p>
<p>And all of a sudden .. without <em>any</em> effort on my part, this whole <strong>if-then</strong> conditional statement (beautifully formatted) pops into my conscious mind. Now I'm sure I've negotiated many similar <strong>if-then</strong> scenarios before .. but never so explicitly.</p>
<p>So I stop the bike at the Flower intersection and peek into my hip-pack. <strong>If</strong> I have the DVD with me, I'm gonna turn left onto Flower and » take Flower down to the library and drop off the DVD. </p>
<p><strong>But</strong> the library sits on a main road (noisy, lotsa traffic). I'd <em>rather</em> take the back roads, which are far more scenic and quiet. So otherwise (<strong>then</strong>), I continue straight and » take the backroads.</p>
<p>I could've dropped off the DVD <em>after</em> coffee (<a href="http://mt4.radified.com/2009/08/possum-in-my-toilet.html#more">nothing</a> bothers me <em>after</em> coffee), but I wanted to stop at the grocery store afterwards, and pick up a few things. And the grocery store is the <em>opposite</em> direction (from the library). So I'd have to drop it off now.</p>
<p>Anyway, it surprised me to see how quickly &amp; easily this technological concept had superimposed itself (unrequested, no less) over my conscious life. So sharp &amp; clear. Pronounced &amp; pervasive. I mean, I didn't really <em>want</em> this formal <strong>if-then</strong> statement to invade my thinking. I'd rather keep that aspect isolated to the <a href="http://mt4.radified.com/2009/01/sicp-structure-best-computer-science-programming-book.html">Programming</a> part of my life. But I couldn't.</p>
<p>At the coffee shop, I shared my experience with Kurt .. who is always sitting there, programming games on his laptop at the corner table. He's a programmer who specializes in generating 3D graphics for some small Gaming company that makes games for the Nintendo Wii. <em>"You've just decribed the last 30 years of my life,"</em> he said.</p>]]></description>
            <link>http://mt4.radified.com/2009/09/technological-concepts-applied-to-daily-conscious-life.html</link>
            <guid>http://mt4.radified.com/2009/09/technological-concepts-applied-to-daily-conscious-life.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">social</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">programming</category>
            
            <pubDate>Sun, 13 Sep 2009 17:17:17 -0800</pubDate>
        </item>
        
        <item>
            <title>Troubleshoot CSS Rendering Problems .. aka » Understanding the Cascade, Inheritance &amp; Specificity</title>
            <description><![CDATA[<p>(Today btw, is 9-9-09 .. for all you numerologists.) Anybody who has ever <a href="http://blogs.radified.com/2007/12/css_mastery_budd_andy_cascading_style_sheets_book.html">used</a> <strong>Cascading Style Sheets</strong> (<a href="http://www.w3schools.com/css/css_intro.asp">CSS</a>) to style a <a href="http://www.w3schools.com/htmL/html_intro.asp">web page</a> has likely experienced the <a href="http://radified.com/video/damn_pc.htm">frustration</a> that comes when a particular style refuses to render the way you want.</p>
<p>Understanding the concepts outlined here will help troubleshoot any CSS rendering problem .. much better than banging your <a href="http://blogs.radified.com/2007/10/one_week_since_nasty_mountain_biking_accident_neck_sore.html">head</a> against the wall (.. a technique that seems to provide limited success).</p>
<p>Three rendering principles determine how CSS styles are applied to a web page, and which style(s) take precedence. They are:</p>
<ol>
<li>The Cascade</li>
<li>Inheritance</li>
<li>Specificity</li></ol>
<p>For reference sake, here's a quick review of basic <a href="http://www.w3schools.com/Css/css_syntax.asp">CSS syntax</a> » <code>selector {property: value}</code></p>
<p>For <a href="http://www.w3schools.com/Css/css_text.asp">example</a> » <code>p {color: green}</code> .. will apply a value of '<span style="COLOR: #390">green</span>' to the color property for the text contained in a paragraph ('p' = paragraph <a href="http://css.maxdesign.com.au/selectutorial/">selector</a>). This is called a CSS "rule". </p>
<p>Here's a brief overview of the <strong>3</strong> rendering principles listed above that determine how CSS rules are applied to a web page:</p>
<p><img class="graphic" alt="Cascade" align="right" src="http://radified.com/gfx7/cascade2.jpg" width="240" height="180" />I. <span style="COLOR: #390">THE CASCADE</span></p>
<p>Styles are applied in the following "<a href="http://www.w3schools.com/Css/css_howto.asp">cascading</a>" order: External style sheet » Embedded styles » Inline styles.</p>
<p>A given <a href="http://www.w3schools.com/htmL/html_intro.asp">HTML</a> page can contain one, two, or all three (or none). Styles lower down the cascade normally supplement (add to) styles higher up the cascade. If a styling conflict exists however, styles lower down take precedence. </p>
<p>In other words, the last style applied wins (.. given equal specificity). Here's a brief description of each type of cascading style mentioned above.</p>
<p><strong>1</strong>. External style sheets (fileName.css).</p>
<p>These styles can be applied to an unlimited number of <a href="http://www.w3schools.com/htmL/html_intro.asp">HTML</a> pages .. which link to the CSS file. Very powerful, since they allow you to change the look-n-feel of an entire site by modifying a single file. Web pages normally link to only a single external style sheet, tho it's possible to link to <em>multiple</em> external style sheets .. which also cascade, depending on the order they're listed. Large professional sites often use multiple external style sheets.</p>
<p><strong>2</strong>. Embedded styles </p>
<p>They are found within the <a href="http://www.w3schools.com/htmL/html_head.asp">head tag</a> of an HTML page. These styles are enclosed within the 'style' tag &lt;style&gt; and apply <em>only</em> to the HTML page in which they are found. These styles supercede any styles contained within an external style sheet that may conflict with them (.. given equal specificity).</p>
<p><strong>3</strong>. Inline styles </p>
<p>Inline styles are applied to individual HTML elements/tags, using the "style" <a href="http://www.w3schools.com/htmL/html_attributes.asp">ATTRIBUTE</a>. Note that this is <em>not</em> the same as the style ELEMENT applied to embedded styles mentioned above, tho it's spelled the same way. Inline styles supercede all others that conflict with them .. since the last style applied wins. Plus, they carry maximum specificity (which we'll discuss later).</p>]]></description>
            <link>http://mt4.radified.com/2009/09/troubleshoot-css-rendering-problems-cascade-inheritance-specificity.html</link>
            <guid>http://mt4.radified.com/2009/09/troubleshoot-css-rendering-problems-cascade-inheritance-specificity.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">xhtml/css</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
            <pubDate>Wed, 09 Sep 2009 19:53:49 -0800</pubDate>
        </item>
        
        <item>
            <title>Rad Guide to Drive Imaging &amp; Disk Cloning</title>
            <description><![CDATA[<p>Been working on the Rad guide to <a href="http://clone.radified.com/">Drive Imaging &amp; Disk Cloning</a>. Helps to be up-to-speed on <a href="http://radified.com/dreamweaver/templates/index.html">Web Page Templates</a>. Makes that part of it go more smoothly.</p>
<p><img class="graphic" alt="Digital sleep" align="right" src="http://radified.com/clone/_gfx/digital_sleep.jpg" width="285" height="246" />I endeavor to work on it a little every day, tho it never works like that. Yet when I focus, I'm able to put <a href="http://blogs.radified.com/2007/10/one_week_since_nasty_mountain_biking_accident_neck_sore.html">my head</a> down &amp; plow.</p>
<p>The guide seems to have a mind of its own .. like it knows how it wants to turn out. So I go with the <a href="http://en.wikipedia.org/wiki/Flow_(psychology)">flow</a>, prepared to lay aside preconceived notions.</p>
<p>I would hope all Rad <a href="http://radified.com/Archives/">regulars</a> are already onboard with a backup program .. since creating backup images with a Cloning program is what <a href="http://radified.com/cgi-bin/yabb2/YaBB.pl">we do</a> here.</p>]]></description>
            <link>http://mt4.radified.com/2009/09/drive-imaging-backup-guide-disk-cloning-tutorial.html</link>
            <guid>http://mt4.radified.com/2009/09/drive-imaging-backup-guide-disk-cloning-tutorial.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">software</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">website</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">backup</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">drive imaging</category>
            
            <pubDate>Mon, 07 Sep 2009 20:32:38 -0800</pubDate>
        </item>
        
        <item>
            <title>Horrible Dream @ 4:44</title>
            <description><![CDATA[<p>Horrible <a href="http://www.biblegateway.com/passage/?search=acts%202:17&amp;version=KJV">dream</a> last night. The digital clock on my nightstand read <strong>4:44</strong> (in big green numbers) when I woke .. feeling like I'd just finished running a marathon. Nothing like starting the day exhausted &amp; covered in sweat.</p>
<p><img class="graphic" alt="Amusement Park" align="right" src="http://radified.com/gfx7/amusement.jpg" width="274" height="184" />Haven't had a dream where I lose <a href="http://mt4.radified.com/2009/01/my-daddys-here-visitation-child-custody.html">the Bug</a> in more than a year. But they're the most terrifying.</p>
<p>We were at an amusement park (in my dream) .. riding this thing that goes around &amp; around .. like a wavy roller coaster. (Metaphor for my life?)</p>
<p>As the ride concludes, <a href="http://mt4.radified.com/2008/04/i-like-you-dada-fatherhood-visitation.html">the Bug</a> says (urgently), <em>"I gotta pee,"</em> and runs off, down the ramp .. with a bunch of other kids.</p>
<p><em>"Wait!"</em> I shout. But his belongings are scattered around the cart we rode in. I quickly gather them up before hurrying after him.</p>
<p>He couldn't have gotten very far, but I lost sight. Lots of kids his age are scurrying about (happily). Soon as I exit the building, I see it's early evening. Warm &amp; almost dark, but the grounds are well-lit.</p>
<p>As I call out for him, a boy tugs on my shirt sleeve and points to a man standing near the entrance to the ride we just came off. <em>"Did you lose a boy?"</em> he asks. <em>"We have him upstairs."</em> Immediately I'm relieved. Seems like a very nice guy.</p>
<p><em></em>As a side note, in my <em>other</em> dreams where I lose the Bug (at a campground, for example, out in the woods), I always go "upstairs" to try to find him (.. to a rec room located above the cafeteria at the campground).</p>
<p>But once I get there, I always find people who seem to know something, but refuse to say anything, or pretend not to know.</p>
<p>So this normal-looking guy takes me up to the second floor .. to a circular room directly above the ride on which we just rode. </p>
<p>We have to push a few boxes out of the way to get there. I think nothing of this (in my dream) .. nothing strange. I'm just looking forward to getting the Bug back. Nothing else matters.</p>
<p>Seems to be some kind of administrative offices up there. (It's always the second floor of a 2-story building where people tell me he is.)</p>
<p>When we get up there, the guy stops at his desk and pulls open a sliding shelf near the floor and takes out some toys to show me. But I don't want to see any of his stupid toys.</p>
<p>Then it sounds like he's trying to make some kind of <strong>deal</strong> with me. I look around and notice the place seems more like a storage area than an office (lots of boxes piled everywhere). My patience quickly expires. <em>"Take me to <a href="http://mt4.radified.com/2009/08/father-son-bike-ride-newport-beach-back-bay-loop.html">my son</a>, now!"</em> I interrupt, shouting.</p>]]></description>
            <link>http://mt4.radified.com/2009/09/bad-dream-nightmare-lose-children-parenthood-custody.html</link>
            <guid>http://mt4.radified.com/2009/09/bad-dream-nightmare-lose-children-parenthood-custody.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">dreams</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">fatherhood</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">fatherhood</category>
            
            <pubDate>Tue, 01 Sep 2009 07:54:57 -0800</pubDate>
        </item>
        
    </channel>
</rss>
