<?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>Dallas Web Designer &#124; Graphic Designer &#124; Photographer</title>
	<atom:link href="http://www.craigthegraphicartist.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigthegraphicartist.com</link>
	<description>Graphic &#38; Web Design Photography</description>
	<lastBuildDate>Wed, 16 May 2012 03:10:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>I disapprove Wix.com</title>
		<link>http://www.craigthegraphicartist.com/i-disapprove-wix-com/</link>
		<comments>http://www.craigthegraphicartist.com/i-disapprove-wix-com/#comments</comments>
		<pubDate>Thu, 03 May 2012 03:01:32 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=697</guid>
		<description><![CDATA[I am seeing more and more people on Wix.com. As a web designer and SEO specialist, I can not stress enough that you are wasting your time and money using Wix.com. If you are using their domain name with their free account i.e. yourdomain.wix.com why not go with WordPress! You...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-698" title="say no to flash" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/05/disapprove.jpg" alt="dissaprove wix.com" width="192" height="262" />I am seeing more and more people on Wix.com. As a web designer and SEO specialist, I can not stress enough that you are wasting your time and money using Wix.com.</p>
<p>If you are using their domain name with their free account i.e. yourdomain.wix.com why not go with WordPress! You can sign up on <a href="http://www.wordpress.org">wordpress.org</a> and get a free template and use a much more powerful, robust platform for free to promote your website. Best part about wordpress, is it isn&#8217;t FLASH!  Yes Flash is DEAD, if you are still using flash as a major site functionality you are way behind on the times. Everyone hates the homepage screen that asks if you want to enter the flash site or the html. How about you get a functional site that works for all users. And Wix.com&#8217;s patch to offer a free html mirror site along with it&#8217;s flash driven main site falls way short.</p>
<p>Yes I know all you free website wanters are saying but its easy. Well wordpress is just as easy! And in the end you get better results and way better search engine visibility out of it. After all isn&#8217;t that the purpose of your site, to drive traffic?</p>
<p>To read more about why you should say no to flash read another post I wrote a while back.</p>
<p><a title="say no to flash" href="http://www.craigthegraphicartist.com/web-design-for-photographers/">Say no to Flash Sites</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/i-disapprove-wix-com/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/i-disapprove-wix-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom Template Page in WordPress</title>
		<link>http://www.craigthegraphicartist.com/custom-template-page-in-wordpress/</link>
		<comments>http://www.craigthegraphicartist.com/custom-template-page-in-wordpress/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 17:59:25 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=685</guid>
		<description><![CDATA[Adding a custom page template inside WordPress is pretty easy. Just need a little bit of code at the top of the file and you have your very own custom template page you can reference through out your theme. For instance, you want your homepage to be a full width...]]></description>
			<content:encoded><![CDATA[<p>Adding a custom page template inside WordPress is pretty easy. Just need a little bit of code at the top of the file and you have your very own custom template page you can reference through out your theme. For instance, you want your homepage to be a full width with no side bar. Then you can create a custom template  home page that is full width. You can name it whatever you like, full width might be more appropriate if you are going to use full width through out your website. For the purposes of this post, I have chose to use the naming Home Page.</p>
<p><img class="alignnone size-full wp-image-686" title="wordpress-template-code" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/04/wordpress-template-code.jpg" alt="" width="580" height="310" /></p>
<p>Once you have the code in place now just a little CSS to set the full width div.</p>
<p>.fullwidth {width:960px; margin: 0 auto;}</p>
<p>Create a new page in WordPress you now have the option to use Home Page as a template giving you a full width page with no sidebar.</p>
<p><img class="alignnone  wp-image-687" title="template-dropdown" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/04/template-dropdown-700x335.jpg" alt="" width="615" height="294" /></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/custom-template-page-in-wordpress/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/custom-template-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Portfolio Examples</title>
		<link>http://www.craigthegraphicartist.com/web-design-portfolio-examples/</link>
		<comments>http://www.craigthegraphicartist.com/web-design-portfolio-examples/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 21:11:25 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[showcase]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=676</guid>
		<description><![CDATA[Misleading Web Design Examples When it comes to web design, there are tons of sites out there that have website samples. Lately I have been coming across these sites that have web design samples but once you dig a little deeper the live website of their so called design isn&#8217;t...]]></description>
			<content:encoded><![CDATA[<h2>Misleading Web Design Examples</h2>
<p>When it comes to web design, there are tons of sites out there that have website samples. Lately I have been coming across these sites that have web design samples but once you dig a little deeper the live website of their so called design isn&#8217;t what is displayed on their website. For example if you click on the &#8220;sample&#8221; it just pulls up an image of the site design, there is no link to the actual live website. So you go to Google and you search the website name, and once you arrive at the live site the design isn&#8217;t like what this so call &#8220;web design&#8221; company shows in their portfolio. In the live, real site, well it usually looks really, really bad.</p>
<p>So what you have are these designers mocking up a website in Photoshop from a bad website that is out there on the web. This isn&#8217;t necessarily a bad thing, it shows off their creativity, but in no way is a Photoshop mockup a portfolio website sample. First off there is a difference between design and coding. So there was no coding put into the &#8220;sample&#8221;, therefore no functionality, not special touches or nuances you don&#8217;t get with a Photoshop mockup. Second off these companies haven&#8217;t actually worked with other companies or individuals and probably aren&#8217;t very experienced with real world web design production.</p>
<p>The good news is it is pretty easy to spot these types of misleading portfolio samples. Usually they won&#8217;t link the live site with their sample design, and once quick search will reveal that this isn&#8217;t a live website sample. And more than likely all their samples will be like this. After looking at about 2 of their sample sites you will know that every single portfolio sample is a fake. A little attention to detail and follow through you will be able to avoid these misleading Web Design Portfolio Examples .</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/web-design-portfolio-examples/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/web-design-portfolio-examples/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Best Designers</title>
		<link>http://www.craigthegraphicartist.com/best-designers/</link>
		<comments>http://www.craigthegraphicartist.com/best-designers/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 18:01:27 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[logo design]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=663</guid>
		<description><![CDATA[Top Designer Blogs There are tons of great inspiration out there on the web. And in an age of bloggers, you are bound to find great information, tutorials, and creative talent. Best part is they post regularly and you can keep going back to their blog site over and over...]]></description>
			<content:encoded><![CDATA[<h2>Top Designer Blogs</h2>
<p>There are tons of great inspiration out there on the web. And in an age of bloggers, you are bound to find great information, tutorials, and creative talent. Best part is they post regularly and you can keep going back to their blog site over and over again to get tips or inspiration. Below are 5 blogs/webiste that I visit frequently.</p>
<h3>Web Designer Blogs</h3>
<p><a title="web designer wall" href="http://webdesignerwall.com/" target="_blank">http://webdesignerwall.com</a></p>
<p><img class="wp-image-666 aligncenter" title="web-designer-wall" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/02/web-designer-wall.jpg" alt="" width="600" height="350" /></p>
<p><a title="web design awards" href="http://www.thefwa.com/" target="_blank">http://www.thefwa.com</a></p>
<p><img class="wp-image-667 aligncenter" title="fwa" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/02/fwa.jpg" alt="" width="600" height="350" /></p>
<p>&nbsp;</p>
<h3>Graphic Design Blogs</h3>
<p><a title="graphic design blog" href="http://imjustcreative.com" target="_blank">http://imjustcreative.com</a></p>
<p><img class="wp-image-668 aligncenter" title="i-am-creative" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/02/i-am-creative.jpg" alt="" width="600" height="350" /></p>
<p><a title="logo design blog" href="http://www.logodesignlove.com" target="_blank">http://www.logodesignlove.com</a></p>
<p><img class="wp-image-669 aligncenter" title="logo-design-love" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/02/logo-design-love.jpg" alt="" width="600" height="350" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Other Industry Blogs</h4>
<p><a title="typography blog" href="http://ilovetypography.com/" target="_blank">http://ilovetypography.com</a></p>
<p><img class="wp-image-670 aligncenter" title="i-love-typography" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/02/i-love-typography.jpg" alt="" width="600" height="350" /></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/best-designers/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/best-designers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transcend the 90s</title>
		<link>http://www.craigthegraphicartist.com/transcend-the-90s-modern-day-web-design/</link>
		<comments>http://www.craigthegraphicartist.com/transcend-the-90s-modern-day-web-design/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 21:35:05 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[Dallas]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=633</guid>
		<description><![CDATA[Modern Day Web Design At Dallas apartment finder they realize that a modern day, clean, professional website is how you attract customers and website viewers. Alicia contacted me explaining she wanted to update her out dated website. I took her old website, kept the same content but added a completely...]]></description>
			<content:encoded><![CDATA[<h2>Modern Day Web Design</h2>
<p>
<img class="alignnone size-full wp-image-634" title="modern-day-web-design" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/02/modern-day-web-design.png" alt="" width="600" height="310" /></p>
<p>At <a href="http://www.dallasapartmentfinder.com/" title="dallas apartment finder" target="_blank">Dallas apartment finder</a> they realize that a modern day, clean, professional website is how you attract customers and website viewers.  Alicia contacted me explaining she wanted to update her out dated website. I took her old website, kept the same content but added a completely new modern, look and feel. I also cleaned up the code, it was a little out dated as well. Giving a clean, sleek,  easy to navigate as well as clean coded website.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/transcend-the-90s-modern-day-web-design/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/transcend-the-90s-modern-day-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design vs Web Development</title>
		<link>http://www.craigthegraphicartist.com/web-design-vs-web-development/</link>
		<comments>http://www.craigthegraphicartist.com/web-design-vs-web-development/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 18:18:21 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=598</guid>
		<description><![CDATA[Web Design and Web Development. What&#8217;s the difference? I get tons of phone calls for people looking for a web designer and then once we get into more detail of what they want out of their website, I find that they are looking for a web developer. So I would...]]></description>
			<content:encoded><![CDATA[<h2>Web Design and Web Development. What&#8217;s the difference?</h2>
<p style="text-align: left;"><img class="size-full wp-image-603 aligncenter" title="web-design-vs-web-development" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/01/web-design-vs-web-development.png" alt="" width="350" height="209" /></p>
<p>I get tons of phone calls for people looking for a web designer and then once we get into more detail of what they want out of their website, I find that they are looking for a web developer.</p>
<p>So I would like to point out the differences in this post today.</p>
<p><strong>Web Designer</strong><br />
A designer is someone who focuses on the visual aesthetics of things. Usually a designer will actually use Photoshop as a layout/mockup tool. To land a good design and flowing layout. Then once they are happy with the design, they will dive into the coding part of the project.  The code part is usually based on HTML and CSS with a little javascript thrown in. There are no databases, or advanced functionality involved. Usually this is consider &#8220;front end&#8221; web design.</p>
<p><strong>Web Developer</strong><br />
A Developer is someone that focuses on the &#8220;back end&#8221; of the website. This usually involves heavy coding, and programming.  The programming gives the website functionality, an &#8220;if this happens&#8221; do this action. There are different types of programming languages and the most common are PHP and ASP.net. On the development side you are dealing with databases, auto generation of web pages, programmed generation of images and HTML.</p>
<h3>Still not sure what the difference is?</h3>
<p>Post to facebook much? Well there is tons of code telling the back end of facebook to create a new post when someone types in a certain box, as well as post to your friends pages. Ever uploaded an image to flickr? That&#8217;s some heavy programming!   Bought anything online before? How do you think these sites know what you added to your shopping cart, programming language in the background. These are examples of web development.</p>
<p>With the expansion of technology and more and more people having access to some sophisticated programming via websites, it is creating this illusion that everything is so simple. And more and more business owners are wanting the same kind of functionality that they are finding on these major websites that took years to build and tens of thousands if not hundreds of thousands of dollars to develop.</p>
<p>If you have the budget you can develop a website with all the functionality you want or need. But keep in mind the more functionality, the more programming, and the more hours and production it will take to get what you want. The other thing to keep in mind is that you might need both a designer and a developer, because they don&#8217;t think the same and don&#8217;t produce the same results. It is usually best to find a company that has a designer and a developer so they can work hand and hand, and get you stunning websites that have alot of functionality integrated.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/web-design-vs-web-development/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/web-design-vs-web-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Irina Werning goes back to the future</title>
		<link>http://www.craigthegraphicartist.com/irina-werning-goes-back-to-the-future/</link>
		<comments>http://www.craigthegraphicartist.com/irina-werning-goes-back-to-the-future/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 17:49:31 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=370</guid>
		<description><![CDATA[I was surfing the web today and stumble on to a great photographer&#8217;s website. Irina Werning, she has a very amazing concept on her website of some &#8220;back to the future&#8221; images. Basically she took some 10-20 year old photos of people and replicated them now.  Very cool stuff.  Below...]]></description>
			<content:encoded><![CDATA[<p>I was surfing the web today and stumble on to a great photographer&#8217;s website. Irina Werning, she has a very amazing concept on her website of some &#8220;back to the future&#8221; images. Basically she took some 10-20 year old photos of people and replicated them now.  Very cool stuff.  Below are a few examples.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-376" title="20_moritas-web" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/08/20_moritas-web.jpg" alt="" width="590" height="373" /></p>
<p><img class="aligncenter size-full wp-image-375" title="20_mati" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/08/20_mati.jpg" alt="" width="590" height="389" /></p>
<p><img class="aligncenter size-full wp-image-374" title="20_ian-volver" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/08/20_ian-volver.jpg" alt="" width="590" height="438" /></p>
<p><img class="aligncenter size-full wp-image-373" title="20_cecile-volver" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/08/20_cecile-volver.jpg" alt="" width="590" height="449" /></p>
<p><img class="aligncenter size-full wp-image-372" title="20_ato-volver" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/08/20_ato-volver.jpg" alt="" width="500" height="454" /></p>
<p><img class="aligncenter size-full wp-image-371" title="20_nico-mella-web" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/08/20_nico-mella-web.jpg" alt="" width="590" height="440" /></p>
<p>Visit <a title="Irina Werning's offical site" href="http://irinawerning.com/back-to-the-fut/back-to-the-future/">Irina Werning&#8217;s official site</a> for more.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/irina-werning-goes-back-to-the-future/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/irina-werning-goes-back-to-the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Examples of bad web design with seo services</title>
		<link>http://www.craigthegraphicartist.com/examples-of-bad-web-design-with-seo-services/</link>
		<comments>http://www.craigthegraphicartist.com/examples-of-bad-web-design-with-seo-services/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 02:21:12 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=582</guid>
		<description><![CDATA[There are so many companies out there selling SEO services who call themselves web designers. As if being able to rank for keywords all of a sudden makes you a web designer.  Anyone can throw up some html and have a website live but that doesn&#8217;t make them a web...]]></description>
			<content:encoded><![CDATA[<p>There are so many companies out there selling SEO services who call themselves web designers. As if being able to rank for keywords all of a sudden makes you a web designer.  Anyone can throw up some html and have a website live but that doesn&#8217;t make them a web designer.  Now it is easy to fall victim of an SEO service provider who will want to design your website as well.  But there are plenty of good designers who know all about SEO, so why not find both?</p>
<p>Even though content is king, cramping nothing but text on your website isn&#8217;t a very good idea especially if you are trying to build a brand. You think coca cola got to where they are because they just bombarded people with information about how good coke is? NO! It is a visual, branding and reputation thing. Your website is no different. And even though it might be tempting to go with a company that has a good track record for landing you on the first page of Google, in the long run it isn&#8217;t worth a bad design.</p>
<p>Here is a website that heavily promotes SEO that offers web design services.</p>
<p><img class="size-full wp-image-583 alignleft" title="badwebdesign" src="http://www.craigthegraphicartist.com/wp-content/uploads/2012/01/badwebdesign.jpg" alt="" width="200" height="423" /></p>
<p>Now I count 3 graphic elements on the homepage(we aren&#8217;t counting the social media buttons). Two of the graphics are a logo, and picture of the website owner which are blurred out to protect the identity of the site. The third graphic? Google Adsense! Yup they have a big fat advertisement banner in the side bar that is pretty much the only graphical element on their website. So prime example of a web designer that is an SEO person that uses cramming as much text as possible into their website so they can rank for a keyword.  Wanna know how many times they repeat the word SEO on just one page? 51 times.  Trust me this isn&#8217;t what you want your website to look like.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/examples-of-bad-web-design-with-seo-services/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/examples-of-bad-web-design-with-seo-services/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Web Design</title>
		<link>http://www.craigthegraphicartist.com/new-web-design-12-22-2011/</link>
		<comments>http://www.craigthegraphicartist.com/new-web-design-12-22-2011/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 17:37:48 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=519</guid>
		<description><![CDATA[Local web design Insurance company, Lone Star Family Insurance. The client had signed up with Wix for their website needs, but the flash site just wasn&#8217;t giving them the exposure they wanted. If you don&#8217;t already know why flash is a dying breed for full website development checkout my article...]]></description>
			<content:encoded><![CDATA[<h2>Local web design</h2>
<p>Insurance company, <a title="lone star family insurance" href="http://www.lonestarfamilyinsurance.com" target="_blank">Lone Star Family Insurance</a>.</p>
<p>The client had signed up with Wix for their website needs, but the flash site just wasn&#8217;t giving them the exposure they wanted. If you don&#8217;t already know why flash is a dying breed for full website development checkout my article on <a title="web design for photographers" href="http://www.craigthegraphicartist.com/web-design-for-photographers/">web design for photographers</a>.  Don&#8217;t fall into the flash website trap.</p>
<p>I came in and redesigned the site with a whole new look and feel with HTML and CSS. Giving them a fully customized web site design, along with better search engine optimization.</p>
<p><a href="http://www.lonestarfamilyinsurance.com/" target="_blank"><img class="aligncenter size-full wp-image-520" title="lonestar-webdesign" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/12/lonestar-webdesign.jpg" alt="lonestar family insurance" width="400" height="361" /></a></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/new-web-design-12-22-2011/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/new-web-design-12-22-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharpen Images With The High Pass Filter</title>
		<link>http://www.craigthegraphicartist.com/sharpen-images-with-the-high-pass-filter/</link>
		<comments>http://www.craigthegraphicartist.com/sharpen-images-with-the-high-pass-filter/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 20:25:50 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.craigthegraphicartist.com/?p=491</guid>
		<description><![CDATA[I am going to share with you the magic of the high pass filter in Photoshop.  There are tons of articles and tutorials out there that describe how to sharpen images with the high pass filter as it is a popular technique. But what I am going to share with...]]></description>
			<content:encoded><![CDATA[<p>I am going to share with you the magic of the high pass filter in Photoshop.  There are tons of articles and tutorials out there that describe how to sharpen images with the high pass filter as it is a popular technique. But what I am going to share with you is a more advanced and in depth version of the high pass filter.  If you don&#8217;t already know how to do the filter technique, duplicate your background layer, go to filters &gt; other &gt; high pass.  Set your radius and you are good to go. (later you will switch the blend mode to overlay, soft light, or hard light)</p>
<p>We will be using jewelry photography for this sample.</p>
<h2>Photoshop High pass filter flaws</h2>
<p>One of the biggest problems with the high pass filter is the halo effect. The second problem is color shifts at higher levels. The color shift is an easy fix. All you have to do is desaturate the layer that the high pass image is on. The quickest way to do this is to use keyboard shortcut Ctrl (or Apple) + U. This brings up Hue/Saturation, now dial back the Saturation to zero. Color shift fixed!</p>
<p><img class="aligncenter size-full wp-image-492" title="photoshop-highpass-filter" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/11/photoshop-highpass-filter.jpg" alt="photoshop highpass filter desaturation" width="409" height="370" /></p>
<p><strong>Now fixing the halo effect.</strong></p>
<p>Most of the tutorials you will find on the internet or in books will tell you to use a small radius. This is good for sharpening and generally is a good sharpening technique and this method won&#8217;t create too much of an halo effect. But I have found that if you crank up the radius you can really get some better definition in certain areas. It does mean you have to do a little bit more clean up with killing the halo effect.</p>
<p>Take the radius up to about 30 or 40.</p>
<p><img class="aligncenter size-full wp-image-493" title="photoshop-highpass-filter-high-radius" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/11/photoshop-highpass-filter-high-radius.jpg" alt="high pass filter radius" width="316" height="331" /></p>
<p>&nbsp;</p>
<p>Now it is time to clean up that halo. There are two ways you can just sample the grey color and use a soft brush to paint on a smoother edge. Or the less destructive way is to use a layer mask.  Use a soft brush and just brush away the halo, it might make more since visually if you switch the blend mode to overlay, get a better real life effect.</p>
<p><img class="aligncenter size-medium wp-image-494" title="photoshop-highpass-filter-mask" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/11/photoshop-highpass-filter-mask-700x539.jpg" alt="" width="598" height="460" /></p>
<p>&nbsp;</p>
<p>Once you have the edges cleaned up switch the blend mode to soft light, overlay or hard light depending on the effect you want. And the final result is a sharp image, but more importantly we added more definition in the crystal, and hardware which using a small radius would not of done for us.</p>
<p><img class="aligncenter size-full wp-image-498" title="high pass tutorial" src="http://www.craigthegraphicartist.com/wp-content/uploads/2011/11/highpasstutorial.jpg" alt="high pass tutorial" width="500" height="197" /><br/></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="" href="http://www.craigthegraphicartist.com/sharpen-images-with-the-high-pass-filter/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://www.craigthegraphicartist.com/sharpen-images-with-the-high-pass-filter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

