<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Blog | Atom Feed | Joe's Media</title>
    <subtitle type="text">Blog:</subtitle>
    <link rel="alternate" type="text/html" href="http://joesm.com/index.php" />
    <link rel="self" type="application/atom+xml" href="http://joesm.com/site/atom/" />
    <updated>2009-11-20T21:37:57Z</updated>
    <rights>Copyright (c) 2009, Joe Michaud</rights>
    <generator uri="http://expressionengine.com/" version="1.6.8">ExpressionEngine</generator>
    <id>tag:joesm.com,2009:05:19</id>


    <entry>
      <title>Delivering Custom JavaScript</title>
      <link rel="alternate" type="text/html" href="http://joesm.com/site/delivering-custom-javascript/" />
      <id>tag:joesm.com,2009:index.php/4.38</id>
      <published>2009-05-19T18:10:49Z</published>
      <updated>2009-11-20T21:33:50Z</updated>
      <author>
            <name>Joe Michaud</name>
            <email>joe@joesm.com</email>
            <uri>http://joesm.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>I learned a valuable lesson this morning and thought I would share it while it is still fresh in my mind.</p>

<p>As a freelance web programmer, I am often contracted by other web developers to write custom widgets for their projects.    These widgets generally require adding some rules to the stylesheet and - prior to today - I would just write these rules into a CSS section in the demo page with a note that they needed to be included.</p>

<p>While this isn't a bad method, it can really get confusing on complex sites or when the widget itself grows into a mini-application like this one.  In fact, it had become so cumbersom that my client, a much more experienced web developer than myself, was unable to get it working properly!</p>

<p>Ugh, how embarrassing!!!</p>

<p>It is clearly not my client's responsibility to understand my code and wrestle it into their project...  So I asked to refactor the widget into something more manageable.</p>

<h3>How to Give Great Code</h3>

<p>The solution is actually very simple and involves two steps.</p>

<ol>
<li>Nearly all of my projects include the jQuery framework, as did this one, so  I wrapped all the code into jQuery plug-in.</li>
<li>I used the excellent jQuery.css() function to put all the essential CSS rules into the markup.</li>
</ol>

<p>The combination of these changes gave the project a very clean and simple interface.</p>

<p>What was the response to my changes, you ask?</p>

<p>"Sweet - that works instantly"</p>

<p>Music to my ears.</p>

      ]]></content>
    </entry>

    <entry>
      <title>On Search Engine Optimization</title>
      <link rel="alternate" type="text/html" href="http://joesm.com/site/on_search_engine_optimization/" />
      <id>tag:joesm.com,2009:index.php/4.31</id>
      <published>2009-01-16T15:52:56Z</published>
      <updated>2009-11-20T21:37:57Z</updated>
      <author>
            <name>Joe Michaud</name>
            <email>joe@joesm.com</email>
            <uri>http://joesm.com</uri>      </author>

      <content type="html"><![CDATA[
        <p><img src="http://joesm.com/images/uploads/Before_Search_Engine_Optimizing.jpg" alt="Blog Image" />This entry was inspired by a friend of mine who is a partner in a local HVAC company.  He mentioned a few months ago that he was approached by a gentleman offering to “search engine optimize” his web site.  In fact, this gentleman went so far as to guarantee a #1 placement on Google.</p>

<p>My feelings about the legitimacy of the offer aside…</p>

<p>I’ve been meaning to sit down had have a beer with him so we could discuss his internet marketing strategy but our busy schedules just haven’t aligned lately.</p>

<p><em>Before</em> spending money to drive any kind of traffic to a website, I encourage you to ask yourself - <strong>is it ready for traffic?</strong>  Otherwise, you might be “putting the cart before the horse”.</p>

<p>Consider the following questions as you ponder the state of your website:</p>

<ul>
<li>Why do you want visitors to your site?</li>
<li>What actions do your visitors need to take in order to achieve your objectives?</li>
<li>How much money are you willing to spend to find a visitor who will take the desired action?</li>
<li>How much money do you expect to make from the average visitor who completes those actions?</li>
</ul>

<p>What I’m getting at is this, if your website isn’t designed to monetize your visitors then it is far too early to consider driving traffic to it.</p>

<p>There are some simple (yet very specific) things we can do to get most web sites ready for traffic but I’m afraid those details will have to wait for another blog entry.  After that, there are a mind-numbing variety of options for driving traffic and few of them are as slow and imprecise as SEO…</p>

<p>Until next time!</p>

      ]]></content>
    </entry>

    <entry>
      <title>The Web&#45;Entrepreneur Project</title>
      <link rel="alternate" type="text/html" href="http://joesm.com/site/the_web-entrepreneur_project/" />
      <id>tag:joesm.com,2008:index.php/4.30</id>
      <published>2008-12-16T21:16:59Z</published>
      <updated>2009-11-20T21:30:00Z</updated>
      <author>
            <name>Joe Michaud</name>
            <email>joe@joesm.com</email>
            <uri>http://joesm.com</uri>      </author>

      <content type="html"><![CDATA[
        <p>Hello and welcome to joesm.com!  If you are reading this post then I suspect it is because you are digging through my archives because – at this moment – the site has JUST launched and I have ZERO traffic!</p>

<p>All of that is about to change.  Quickly.</p>

<p>I invite you to follow my progress as I build my internet business up from nothing.  I will be sharing my successes and failures, what works, what doesn’t, the products I like and the ones I would avoid.</p>

<p>If you are also new to web entrepreneurship and would like someone to commiserate with – I am here for you.  If you would like encouragement from someone who will appreciate your hard-earned success – then I am especially here for you.</p>

<p>If nothing else, come learn from my mistakes.  I have invested thousands of dollars and hundreds of hours in my marketing and web-entrepreneurship education.  Nearly a year’s worth of my evenings and weekends were spent figuring out who to listen to and where to find the most cost effective tools to accelerate my business development.</p>

<p>I will share these lessons and insights with you in hopes that you can reach your success much faster than you ever thought possible.</p>

      ]]></content>
    </entry>


</feed>