<?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>McClintic Design Inc.</title>
	<atom:link href="http://blog.mcclinticdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mcclinticdesign.com</link>
	<description>The blog of McClintic Design Inc.</description>
	<lastBuildDate>Wed, 02 Feb 2011 18:25:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Facebook Connect</title>
		<link>http://blog.mcclinticdesign.com/web_development/facebook-connect/</link>
		<comments>http://blog.mcclinticdesign.com/web_development/facebook-connect/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 18:25:45 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=59</guid>
		<description><![CDATA[So it&#8217;s becoming apparent that the world is addicted to Facebook. I seem to be doing more Facebook centric applications than anything right now so I&#8217;ll let you know where I see this going. Most web saavy people have a Facebook account and are actively posting there and watching what their friends are doing. This [...]]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s becoming apparent that the world is addicted to Facebook. I seem to be doing more Facebook centric applications than anything right now so I&#8217;ll let you know where I see this going.</p>
<p>Most web saavy people have a Facebook account and are actively posting there and watching what their friends are doing. This can be addicting to people so Facebook is now spreading to outside websites.</p>
<p>I&#8217;m currently building my first Facebook Connect site for a client.</p>
<p>What is Facebook Connect? Facebook Connect is a set of APIs for use in Web Development. My current app is using a hybrid of Javascript and PHP in order to accomplish what needs to get done.</p>
<p>When I first started, it seemed like my app would work one second and then would fail the next. After about a day it seems that things stabilized and it was actually working on a consistent basis. This can be really annoying to most web developers that are used to the &#8220;either it works or it doesn&#8217;t&#8221; philosophy which has served us so well in the past. Well in the Facebook area, its not an absolute any longer. You have to realize that Facebook is getting so large that they have lots of servers handling requests and not all the servers get the application (your Facebook Connect site requires you to setup an application!) settings immediately. Best to <a title="Register your website" href="http://developers.facebook.com/setup/" target="_blank">setup your application</a> and then wait a few days.</p>
<p>When you&#8217;re just getting started, I recommend you read through the <a title="Facebook Developers Documentation" href="http://developers.facebook.com/docs/" target="_blank">Facebook Developers documentation</a>. They are making it better. When I wrote my First Facebook App (Last Summer) it was horrendous and there was many hours spent cursing Facebook! They seem to have gotten the picture but it still has a ways to go. Anyway, read what you can and use Google to find answers (make sure they are current!) and you should get by. If you&#8217;re new to PHP and Javascript, then I would not recommend jumoing write into Facebook Connect. If you don&#8217;t understand the fundamentals, you&#8217;ll drive yourself crazy trying to make it work.</p>
<p>I&#8217;ll try and post some sample as I build them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web_development/facebook-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning up old websites</title>
		<link>http://blog.mcclinticdesign.com/web-design/cleaning-up-old-websites/</link>
		<comments>http://blog.mcclinticdesign.com/web-design/cleaning-up-old-websites/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:35:23 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=56</guid>
		<description><![CDATA[Once in a while I come across a customer that would rather update an old site than have it redesigned. That&#8217;s tough for a designer because 9 times out of 10 that old site is hideous I feel should be abandoned for a more updated look. But in the cash strapped land we live in, [...]]]></description>
			<content:encoded><![CDATA[<p>Once in a while I come across a customer that would rather update an old site than have it redesigned. That&#8217;s tough for a designer because 9 times out of 10 that old site is hideous I feel should be abandoned for a more updated look. But in the cash strapped land we live in, that&#8217;s not always an option. I recently got a job updating a site that was a few years old and done by the site owner&#8217;s son. The site was originally built in Microsoft Frontpage and had a few issues. Here is what I did to make it better:</p>
<ol>
<li>In order for the owner to continue to manage her site we took the site from framesets to single page with an IFRAME. I&#8217;m not a huge IFRAME fan but it worked better than the old framesets and allowed for the owners son to continue updating the pages as he always had.</li>
<li>Navigation. On the old site they were using Microsoft Javascript calls to load the pages. The navigation consisted on 4 SELECT boxes and really needed a better mechanism for SEO. So I took the 4 SELECT boxes and put all the page links into an accordion style navigation list and made a few adjustments. The accordion style setup allowed all teh links to be found inside hidden DIVs and would allow for better search engine access than trying to decipher the Javascript.</li>
<li>Added pages for ones &#8220;under construction&#8221;. The clients site really only had about 7 actual pages and some of those were an &#8220;under construction&#8221; page that they were eventually going to fill in. For better SEO, I created the other pages and tried to add some keywords in each so that the search engines had something to look at. This site was at least a few years old so I did ask the client if they actually wanted links for those pages and they assured me that it was needed so I thought creating the pages would be a good start and then they could just insert the copy into those pages as they created it.</li>
<li>META tags. I&#8217;ve seen lots of sites over the years where no one bothered to go in and add META tags. This site didn&#8217;t have any at all so I went into every page an added the META structure and added basic keywords and a description.</li>
<li>In a complete redesign I would do a W3C validation check. Doing a validation check on what is now a Frankenstein site of MS Frontpage code and XHTML would have put me over my allotted time. If you have the time to re-validate these site I would definitely recommend you take the time to do that so that your SEO plan is hindered by messy code.</li>
<li>Add a favicon. I love looking up in my browser&#8217;s tab bar and seeing the icons for the sites I have up. If the client has a logo that can be made into a nice favicon I recommend doing that. <a href="http://www.html-kit.com/favicon/">Here&#8217;s a site</a> for generating a favicon from a JPEG.</li>
<li>Re-evaluate hosting. Hosting accounts have definitely become cheaper over the years. Review with the client what they are paying and see if you can save them money by either switching their hosting account to a cheaper place or if you&#8217;re like me and host your own sites, see if you can save the client some money by switching them over to you and give them a discount if they pay for a full year. <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=tmcclint">I recommend HostGator</a> as an affordable solution if you don&#8217;t host yourself.</li>
<li>Re-submit to search engines. After launching the site on the web server, re-submit the site to <a href="http://www.google.com/webmasters/tools/" target="_blank">Google</a>, <a href="http://search.yahoo.com/info/submit.html" target="_blank">Yahoo</a>, <a href="http://www.bing.com/webmaster/SubmitSitePage.aspx" target="_blank">Bing</a> and the <a href="http://www.dmoz.org/add.html">Open Directory Project.</a> Do a re-submit just makes sure that the search engines add the site to the list to re-spyder after you do your update. It can&#8217;t hurt to resubmit after an update to the any site.</li>
</ol>
<p>Updating a website like this can breath at least a bit more life into an old site. When the site gets to be over 5 years old, it&#8217;s time to really do an overhaul but just doing a few minor tweaks and updating to current standards can get you by until the next re-design.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web-design/cleaning-up-old-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finally, support for more fonts on the web</title>
		<link>http://blog.mcclinticdesign.com/web-design/finally-support-for-more-fonts-on-the-web/</link>
		<comments>http://blog.mcclinticdesign.com/web-design/finally-support-for-more-fonts-on-the-web/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 22:03:15 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=53</guid>
		<description><![CDATA[I recently setup an account with Typekit.com. If you haven&#8217;t heard of TypeKit before and you&#8217;re a web designer, you should take a look at it. TypeKit is a subscription based service that allows you to embed fonts into your webpages that would not otherwise be one of the 10 web safe fonts. For me [...]]]></description>
			<content:encoded><![CDATA[<p>I recently setup an account with <a href="http://www.typekit.com">Typekit.com</a>. If you haven&#8217;t heard of TypeKit before and you&#8217;re a web designer, you should take a look at it. TypeKit is a subscription based service that allows you to embed fonts into your webpages that would not otherwise be one of the 10 web safe fonts. For me this has been a real pain over the years when you start designing a site and are stuck using one of the 10 fonts when they just don&#8217;t quite flow with the design. I setup a &#8220;Portfolio&#8221; account that allows for custom fonts to be used on up to 5 websites. I was able to setup a kit and add a font to it and then embed the code in my CMS template and then use the CSS selectors to place the font on my pages content. What an amazing difference from using the old fonts for all those years! Checkout <a href="http://www.typekit.com">Typekit.com</a> and start escaping the inflexibility of the safe 10!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web-design/finally-support-for-more-fonts-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Registry of America</title>
		<link>http://blog.mcclinticdesign.com/general-info/domain-registry-of-america/</link>
		<comments>http://blog.mcclinticdesign.com/general-info/domain-registry-of-america/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 15:10:26 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[General Info]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=50</guid>
		<description><![CDATA[Anyone who owns a few domain names has probably seen some type of mail from DROA. They like to send out an official looking letter that says your domain is about to expire and that for $30 they take over your domain name (the one you paid $10 for) and manage it for you. Many [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who owns a few domain names has probably seen some type of mail from DROA. They like to send out an official looking letter that says your domain is about to expire and that for $30 they take over your domain name (the one you paid $10 for) and manage it for you. Many of my clients who I have registered their domain names have fallen for this letter and paid the company for their domain. Since I lock all my domains to transfers, I start getting emails saying that in order for the transfer to take place I need to unlock them. I then contact the domain owner and inform them that this company is sleazy at best and to never fall for these letters. Why pay a company 3 times the normal amount to manage a domain? Please beware of this company and their shady business practices. Always contact the guy that bought the domain for you or at least someone that is knowledgeable enough to look into your domain and tell you your options.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/general-info/domain-registry-of-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garden of the Gods Self Storage Goes Live</title>
		<link>http://blog.mcclinticdesign.com/web-design/garden-of-the-gods-self-storage-goes-live/</link>
		<comments>http://blog.mcclinticdesign.com/web-design/garden-of-the-gods-self-storage-goes-live/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 06:24:25 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=48</guid>
		<description><![CDATA[McClintic Design Inc. today launched the new Garden of the Gods Self Storage Website. Garden of the Gods Self Storage is a local Storage Facility located on 30th Street in Colorado Springs. They offer a wide variety of storage units to fit everyone&#8217;s needs. They have easy access for large moving vans as well as [...]]]></description>
			<content:encoded><![CDATA[<p>McClintic Design Inc. today launched the new <a title="Garden pf teh Gods Self Storage" href="http://www.gardenofthegodsselfstorage.com" target="_blank">Garden of the Gods Self Storage</a> Website. Garden of the Gods Self Storage is a local Storage Facility located on 30th Street in Colorado Springs. They offer a wide variety of storage units to fit everyone&#8217;s needs. They have easy access for large moving vans as well as unsurpassed security and friendly staff. Contact them today for all your storage needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web-design/garden-of-the-gods-self-storage-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trademarked Domain Names</title>
		<link>http://blog.mcclinticdesign.com/small-business/trademarked-domain-names/</link>
		<comments>http://blog.mcclinticdesign.com/small-business/trademarked-domain-names/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:23:18 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Small Business]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=45</guid>
		<description><![CDATA[I recently had the misfortune of receiving a cease and desist order on one of my domain names. Apparently because a company trademarked their name 30 years ago, it gives them the right to trademark any use of the phrase that makes up their name. Even though that phrase is used everyday by people that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the misfortune of receiving a cease and desist order on one of my domain names. Apparently because a company trademarked their name 30 years ago, it gives them the right to trademark any use of the phrase that makes up their name. Even though that phrase is used everyday by people that are not directly addressing their company, they have the right to make you give up the domain name without any compensation. For example, Dave Smith&#8217;s company might be called &#8220;Car Wash&#8221; (because damn it, he&#8217;s not very creative). So a few years later John Doe goes out and registers www.chicagocarwash.com for his business. Now since Dave registered his business &#8220;Car Wash&#8221; back in 1904 before there was this new fangled thing called the internet, no one in the world can now register a domain name with the phrase &#8220;car wash&#8221; in it because Dave trademarked it. Even though every mom and pop company across the U.S. uses &#8220;car wash&#8221; on their signs for you guessed it, a &#8220;Car Wash&#8221;, John Doe can&#8217;t register &#8220;chicagocarwash.com&#8221; because it might damage the value associated with Dave&#8217;s national franchised  &#8220;Car Wash&#8221; stores. John is therefore left with trying to find a less general name like &#8220;buggy wash&#8221; that no normal human would ever think of using to find his car wash. Dave&#8217;s lawyer also tells John that he can&#8217;t even use &#8220;Car Wash&#8221; in his META tags because it may still cause confusion with his brand. Meanwhile Dave is marketing his far inferior service under his &#8220;trademarked before anyone was born&#8221; &#8220;Car Wash&#8221; website thus creating an anti-competitive market for his over-priced service. Is this what we&#8217;ve come to America? Apparently so. So rather than John Doe being forced to relinquish his domain to Dave without compensation. John Doe told Dave to go get his own damn domain name and just deleted the record for his account at XYZ Registrar.</p>
<p>I find it disturbing that just because a company has a lawyer on staff and their business name is a common phrase, they are allowed to crush another company from ever competing with them until someone comes up with a better phrase to describe their industry. Funny thing is, that John could go register &#8220;hoverwash.com&#8221; because has has a hunch that all of human civilization will be using hovercraft to travel from place to place in a few years, but Dave will then have his lawyer retroactively file a patent on the word &#8220;wash&#8221; so that no one can register any domain name with the word wash in it. Oh and by the way, you won&#8217;t be able to write a blog post with the word &#8220;wash&#8221; either so I&#8217;ll be getting a bill in a few years for each instance of that word in this post (16 times at $1000 each). Where will it end?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/small-business/trademarked-domain-names/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New All-Aluminum.com website live</title>
		<link>http://blog.mcclinticdesign.com/web-design/new-all-aluminum-com-website-live/</link>
		<comments>http://blog.mcclinticdesign.com/web-design/new-all-aluminum-com-website-live/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 15:06:09 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=43</guid>
		<description><![CDATA[McClintic Design Inc. launched the new all-aluminum.com website this week. All-Aluminum and Metal Recycling Inc. is a Colorado Springs Company specializing in recycling various metals from around the area. Metals are the most recycled elements these due to their cost in creating from ore. All-Aluminum and Metals Recycling Inc works to take scrap metals and [...]]]></description>
			<content:encoded><![CDATA[<p>McClintic Design Inc. launched the new <a href="http://www.all-aluminum.com">all-aluminum.com</a> website this week. All-Aluminum and Metal Recycling Inc. is a Colorado Springs Company specializing in recycling various metals from around the area.</p>
<p>Metals are the most recycled elements these due to their cost in creating from ore. All-Aluminum and Metals Recycling Inc works to take scrap metals and turn them back into usable items while keeping the scrap out of landfills.</p>
<p>Recycling is a practice that is very important to McClintic Design Inc. and we are very proud to have worked with All-Aluminum on this project. The <a href="http://www.all-aluminum.com">new website</a> includes contact information, a partial list of recycled metals and most important, an interactive Google map to find out how people can find their location.</p>
<p>All-Aluminum and Metal Recycling Inc. also <a href="http://www.mcclinticdesign.com/page/hosting">hosts their website</a> with McClintic Design Inc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web-design/new-all-aluminum-com-website-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Institute for Integrated Customer Experience Management Website Goes Live</title>
		<link>http://blog.mcclinticdesign.com/web-design/institute-for-integrated-customer-experience-management-website-goes-live/</link>
		<comments>http://blog.mcclinticdesign.com/web-design/institute-for-integrated-customer-experience-management-website-goes-live/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:41:41 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=41</guid>
		<description><![CDATA[Last week we launched the new IICEM.org website. IICEM is a Colorado Springs company that specializes in working with other companies to improve their customer experiences so that their customers have a positive experience and ultimately continue to return to that business. McClintic Design Inc. created a new logo, business cards and the new website [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we launched the new <a href="http://www.iicem.org">IICEM.org website</a>. IICEM is a Colorado Springs company that specializes in working with other companies to improve their customer experiences so that their customers have a positive experience and ultimately continue to return to that business. McClintic Design Inc. created a new logo, business cards and the <a href="http://www.iicem.org">new website</a> for IICEM which launched last week.</p>
<p>If any part of your business is customer facing, you know what it means for your customers to have a positive experience. It can make or break a small business. The staff at IICEM can work with your to streamline your processes and make sure that every customer has a positive experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web-design/institute-for-integrated-customer-experience-management-website-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WashingtonGoneWrong.com goes live</title>
		<link>http://blog.mcclinticdesign.com/web-design/washingtongonewrong-com-goes-live/</link>
		<comments>http://blog.mcclinticdesign.com/web-design/washingtongonewrong-com-goes-live/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:17:14 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/web-design/washingtongonewrong-com-goes-live/</guid>
		<description><![CDATA[Today McClintic Design Inc. released WashingtonGoneWrong.com which is a blogging site created for J &#38; B Political Novelties of Colorado Springs, Colorado. This site is a political blogging site created to voice opinions about the current political climate in Washington. Everyone has am opinion about what is going on in Washington whether you love it [...]]]></description>
			<content:encoded><![CDATA[<p>Today McClintic Design Inc. released <a href="http://www.washingtongonewrong.com">WashingtonGoneWrong.com</a> which is a blogging site created for J &amp; B Political Novelties of Colorado Springs, Colorado. This site is a political blogging site created to voice opinions about the current political climate in Washington. Everyone has am opinion about what is going on in Washington whether you love it or hate it. Read their opinion and voice whether you agree or disagree. While we may not agree with all their political opinions, we love how the design turned out and feel it thoroughly gets their view across to the visitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web-design/washingtongonewrong-com-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JoshTiteCustoms.com goes live</title>
		<link>http://blog.mcclinticdesign.com/web-design/joshtitecustoms-com-goes-live/</link>
		<comments>http://blog.mcclinticdesign.com/web-design/joshtitecustoms-com-goes-live/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:07:54 +0000</pubDate>
		<dc:creator>toddmcc</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.mcclinticdesign.com/?p=35</guid>
		<description><![CDATA[McClintic Design Inc created a new website for JoshTite Customs, a Colorado Springs based fabricator of custom Jeep Parts. The new site is built on our MDSM web content management platform and is running the latest 3.1 version. The site features a photo gallery, quote form as well as several other custom components build specifically [...]]]></description>
			<content:encoded><![CDATA[<p>McClintic Design Inc created a new <a title="JoshTite Website" href="http://www.joshtitecustoms.com">website</a> for JoshTite Customs, a Colorado Springs based fabricator of custom Jeep Parts. The new site is built on our <a href="http://mdsm.mcclinticdesign.com">MDSM web content management platform</a> and is running the latest 3.1 version. The site features a photo gallery, quote form as well as several other custom components build specifically for Josh Tite. McClintic Design owns several JoshTite products and we can speak from experience that they are quality made products that will probably last longer than the vehicle you have them on.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcclinticdesign.com/web-design/joshtitecustoms-com-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

