<?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>GulfWebDev Web Design &#187; New Port Richey Web Design, Search Engine Optimization SEO</title>
	<atom:link href="http://www.gulfwebdev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gulfwebdev.com</link>
	<description>Web Design in New Port Richey and Tampa Bay</description>
	<lastBuildDate>Wed, 17 Apr 2013 23:49:12 +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>How to troubleshoot a 500 server error when running WordPress and PHP on IIS</title>
		<link>http://www.gulfwebdev.com/web-design/troubleshoot-a-wordpress-500-error/</link>
		<comments>http://www.gulfwebdev.com/web-design/troubleshoot-a-wordpress-500-error/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 23:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hugh's Blog]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=971</guid>
		<description><![CDATA[If you customize enough WordPress sites, eventually you are going to experience a situation where the browser gives the dreaded HTTP 500 internal server error. These are impossible to troubleshoot if the web browser isn&#8217;t giving up any more details. Unfortunately, simply turning off the &#8220;Show friendly HTTP error messages&#8221; option within IE still won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>If you customize enough WordPress sites, eventually you are going to experience a situation where the browser gives the dreaded HTTP 500 internal server error.  These are impossible to troubleshoot if the web browser isn&#8217;t giving up any more details.  Unfortunately, simply turning off the &#8220;Show friendly HTTP error messages&#8221; option within IE still won&#8217;t supply the needed information to break the case wide open.  Even worse, in most cases the log file isn&#8217;t going to give it up either.  In order for us to get the detailed error message we need to roll our sleeves up and change some settings that will be found within IIS Manager.</p>
<p>Since we can assume the problem we are having is PHP related, we are going to want to open the PHP Manager.  Next, in the middle section titled PHP Settings we want to click the &#8220;Configure error reporting&#8221; link.  There you will see where you can select the type of server we are running.  Even though this may be a production box at the moment, we will need to switch it to Development mode to get detailed error reporting and logging turned on.  Therefore we want to check the Development machine radio button.  As you can see the description reads as follows:</p>
<blockquote><p>This is a development machine.  A verbose error reporting will be used.  All errors, warnings and informational notices will be output in a web browser and also will be written into a log file.</p></blockquote>
<p>Perfect!  Now click &#8220;Apply&#8221; on the right hand side under the Actions heading.  Go hit refresh on your browser and where there used to be generic HTTP 500 Internal Server Error will now be an actual error message, filename, and line number!  It&#8217;s a Festivus miracle!  Now go fix that error but don&#8217;t forget to switch back to Production mode once your done.  These server errors are hidden for a reason.  They contain information that, in the wrong hands, could be used to compromise your website or possibly even your server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/troubleshoot-a-wordpress-500-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not enough memory to run Microsoft excel</title>
		<link>http://www.gulfwebdev.com/web-design/not-enough-memory-to-run-microsoft-excel/</link>
		<comments>http://www.gulfwebdev.com/web-design/not-enough-memory-to-run-microsoft-excel/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 03:50:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hugh's Blog]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=958</guid>
		<description><![CDATA[More than half of the computers I am asked to troubleshoot are still running Windows XP.  A large number of these computers are still running Microsoft Office 2003.  One would assume that the solution to any problem encountered while running this software could easily be found in the decade worth of message board postings indexed [...]]]></description>
			<content:encoded><![CDATA[<p>More than half of the computers I am asked to troubleshoot are still running Windows XP.  A large number of these computers are still running Microsoft Office 2003.  One would assume that the solution to any problem encountered while running this software could easily be found in the decade worth of message board postings indexed in Google.  A problem I encountered today proved that theory to be false.  After spending several hours reading through multiple  internet postings and Microsoft knowledge base articles, I finally pieced together the solution.  I decided to document it in this post to make it a little easier for the next person who hits the net seeking this solution.</p>
<p>Before we begin, always scan for viruses using <a href="http://download.cnet.com/Kaspersky-TDSSKiller/3000-2239_4-12684178.html" target=_blank>TDSSKILLER</a> and then <a href="http://download.cnet.com/Malwarebytes-Anti-Malware/3000-8022_4-10804572.html">Malwarebytes</a>.</p>
<p>My client contacted me regarding an error that Microsoft Excel was generating.  I started a remote session and set out to recreate the error.  Upon opening an XLSX document, Excel would display two errors.  The first one read &#8220;<strong>Not enough memory to run Microsoft excel, please close other applications and try try again</strong>&#8220;.  This was followed by a second error message that read &#8220;The converter failed to open the file&#8221;.</p>
<p>The problem here is that the Microsoft Office Compatibility Pack has become corrupted and therefore Excel will only open XLS files.  Any file needing to be converted will generate the errors listed above.  Therefore, the Compatibility Pack needs to be re-installed.  First, the corrupted version needs to be uninstalled.  Normally this can be accomplished by going to the Control Panel, entering the Add/Remove section, and choosing <strong>Compatibility Pack for the 2007 Office System</strong> for an uninstall.  However, because this installation was corrupted it would not uninstall and instead I was getting an error message that said &#8220;This patch package could not be opened. Verify that the patch package exists and that you can access it or contact the application vendor to verify that this is a valid Windows Installer Patch package.&#8221;</p>
<p>This means that the <strong>Windows Install Clean Up</strong> tool will need to be downloaded and used.  The problem is that this tool is no longer available on the Microsoft website which now says &#8220;Although the Windows Installer Cleanup utility resolved some installation problems, it sometimes damaged other components that were installed on the computer. Because of this, the tool was removed from the Microsoft Download Center.&#8221;  Luckily there are a few reputable websites that archive such tools and they can be safely downloaded.  In this instance MSICUU2.exe may be found using the following download link on Softpedia: <a href="http://www.softpedia.com/progDownload/Windows-Installer-CleanUp-Utility-Download-18442.html">http://www.softpedia.com/progDownload/Windows-Installer-CleanUp-Utility-Download-18442.html</a></p>
<p>After downloading and installing, the utility may be started by going to Start->All Programs->Windows Install Clean Up. A list of installations that may be removed will be displayed. Choose <strong>Compatibility Pack for the 2007 Office System</strong> and remove it.</p>
<p>Now we want to download a clean version of the Microsoft Office Compatibility Pack from Microsoft: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=3">http://www.microsoft.com/en-us/download/details.aspx?id=3</a></p>
<p>Once the Compatibility Pack has been downloaded and installed, Excel will be working again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/not-enough-memory-to-run-microsoft-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyNewPortRicheyAttorney.com</title>
		<link>http://www.gulfwebdev.com/web-design/mynewportricheyattorney/</link>
		<comments>http://www.gulfwebdev.com/web-design/mynewportricheyattorney/#comments</comments>
		<pubDate>Thu, 09 Aug 2012 01:29:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Portfolio]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=952</guid>
		<description><![CDATA[Randall Love contacted Gulf WebDev to develop an internet presence in late 2011. He wanted to have a website that ranked in Google. However, this was a daunting task given the fact that he wanted to target personal injury which is THE most competitive niche for a law practice.  There is a lot of money [...]]]></description>
			<content:encoded><![CDATA[<p>Randall Love contacted Gulf WebDev to develop an internet presence in late 2011.  He wanted to have a website that ranked in Google.  However, this was a daunting task given the fact that he wanted to target personal injury which is THE most competitive niche for a law practice.  There is a lot of money in Personal Injury law and therefore there is a lot of money being thrown at <a title="Search Engine Optimization SEO" href="http://www.gulfwebdev.com/web-design/what-is-websiteseo/" target="_self">Search Engine Optimization (SEO)</a>.</p>
<p>Gulf WebDev confidently took the project due to the fact that we know how to succeed in the <a title="New Port Richey" href="http://cityofnewportrichey.org/" target="_blank">New Port Richey</a> market and our optimized sites are built for success. Only good things can happen if a client is committed to constantly adding new content to their <strong>website</strong> as Randy Love is.  Therefore the custom <strong>WordPress website</strong> we built for Mr. Love hit the ground running and has been on a constant climb to the top of Google over the last few months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/mynewportricheyattorney/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you use VLC Media Player?</title>
		<link>http://www.gulfwebdev.com/web-design/vlc-media-player-visualizations/</link>
		<comments>http://www.gulfwebdev.com/web-design/vlc-media-player-visualizations/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 01:02:52 +0000</pubDate>
		<dc:creator>Hugh Caraway</dc:creator>
				<category><![CDATA[Hugh's Blog]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=901</guid>
		<description><![CDATA[As a computer professional, I use a lot of software.  While I am developing websites, for example, I am often listening to music.  This can help with the creative juices during the design phase. My media player of choice is VLC Media Player.  It easily earns a spot on my top 10 applications list that [...]]]></description>
			<content:encoded><![CDATA[<p>As a computer professional, I use a lot of software.  While I am developing <strong>websites</strong>, for example, I am often listening to music.  This can help with the creative juices during the <strong><a href="http://www.gulfwebdev.com/web-design-before-and-after/" target="_self">design</a></strong> phase. My media player of choice is <a href="http://www.videolan.org/vlc/" target="_blank">VLC Media Player</a>.  It easily earns a spot on my top 10 applications list that all Windows users should own.  It can play just about anything you throw at it whether it be audio or video.  However, the one shortcoming for me was the fact that the default visual effects it displayed while playing music were weak.  There was nothing near as cool as what iTunes or WinAmp had to offer.  With a little help from the trusty ole <strong>search engine</strong> however, I found a solution.</p>
<p>Make sure you are using the latest version of the VLC Media Player.  You can grab it from their <a href="http://www.videolan.org/vlc/" target="_blank">website</a> and install it:</p>
<p>1) Browse to C:\Program Files (x86)\VideoLAN\VLC and create a new folder called visualizations</p>
<p>2) Download the latest version of ProjectM from here:<br />
<a href="http://sourceforge.net/projects/projectm/files/" target="_blank"> http://sourceforge.net/projects/projectm/files/</a></p>
<p>3) Extract the .tar and find the folder called &#8220;presets_milkdrop_200&#8243;.  In order to do this you will need <a href="http://www.win-rar.com/website/index.php?id=start&amp;L=0" target="_blank">winrar </a> as Windows can&#8217;t open .tar files natively.</p>
<p>4) Copy presets_milkdrop_200 to your new visualizations folder</p>
<p>5) In VLC go to advanced preferences &gt; Audio &gt; Visualizations &gt; projectM and set the &#8220;projectM preset path&#8221; to C:\Program Files (x86)\VideoLAN\VLC\visualizations\presets_milkdrop_200</p>
<p>6) Save your preferences, then activate the visualizations by going to the audio menu &gt; visualizations &gt; and select projectM</p>
<p>VLC will now begin using random visualizations from the preset folder that you specified. Not all of these visualizations are worth hanging on to.  I would suggest going through them and throwing out the ones you do not like.  This can be done by removing all milk files from the preset folder then moving them back one at a time to test them by playing a song.  Delete it if you do not like it.  As tedious as this can be, you will eventually whittle them down to only the ones you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/vlc-media-player-visualizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New Authorship Markup in Google Search Results</title>
		<link>http://www.gulfwebdev.com/web-design/seo-author-markup-in-google/</link>
		<comments>http://www.gulfwebdev.com/web-design/seo-author-markup-in-google/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 03:35:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Blog]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=903</guid>
		<description><![CDATA[The other night I googled &#8220;SEO Blog&#8221; and was reminded how powerful the new authorship markup can be in Search Results. The third listing was Michael Gray&#8217;s blog accompanied by his photo. At first, I didn&#8217;t even notice that there were two other listings above him. Click the image below to take a look: This [...]]]></description>
			<content:encoded><![CDATA[<hr />
<p>The other night I googled &#8220;<em>SEO Blog</em>&#8221; and was reminded how powerful the new authorship markup can be in Search Results.  The third listing was Michael Gray&#8217;s blog accompanied by his photo.  At first, I didn&#8217;t even notice that there were two other listings above him.  Click the image below to take a look:</p>
<p><a href="http://www.gulfwebdev.com/wp-content/uploads/SEO-Expert.jpg"><img class="alignleft size-medium wp-image-904" title="SEO-Expert" src="http://www.gulfwebdev.com/wp-content/uploads/SEO-Expert-300x247.jpg" alt="SEO Website Design" width="300" height="247" /></a></p>
<p>This is absolutely masterful technique and Michael&#8217;s smug little smile assures all of us <strong>Search Engine Optimization</strong> gurus that we just got owned!  For those of you who would like more information about the new authorship markup there is a Google <a title="Google-SEO" href="http://insidesearch.blogspot.com/2011/06/highlighting-content-creators-in-search.html" target="_blank">blog entry</a> about it.</p>
<p>Oddly enough, after visiting Michael Gray&#8217;s blog I found an article where he predicts that this very technique will be the next spam tactic.  You can read his thoughts on the matter at his <a title="SEO Spam Tactic" href="http://www.wolf-howl.com/grayhat-seo/google-author-accounts-spam/" target="_blank">SEO Blog</a> post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/seo-author-markup-in-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is SEO?</title>
		<link>http://www.gulfwebdev.com/web-design/what-is-websiteseo/</link>
		<comments>http://www.gulfwebdev.com/web-design/what-is-websiteseo/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 01:47:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Blog]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=894</guid>
		<description><![CDATA[Part of my job is to be informed about the ever changing world of internet and computer technology. It isn&#8217;t easy. Thank goodness there are some really good resources out there to help those of us interested in further educating ourselves. One of my favorite resources is a website by the name of Search Engine Land. [...]]]></description>
			<content:encoded><![CDATA[<p>Part of my job is to be informed about the ever changing world of <strong>internet</strong> and <strong>computer</strong> technology.  It isn&#8217;t easy.  Thank goodness there are some really good resources out there to help those of us interested in further educating ourselves.  One of my favorite resources is a <strong>website</strong> by the name of <a title="Search Engine Land" href="http://searchengineland.com" target="_blank">Search Engine Land</a>.  Today I came a cross a nice little video they collaborated on to help explain <strong>SEO (Search Engine Optimization)</strong> at the most basic level.  Not only do I think this video may be beneficial to visitors to this website, but it also serves as a great example of a <a title="Web Video" href="http://en.wikipedia.org/wiki/Common_Craft" target="_blank">Common Craft</a> educational video.  Chances are you have already seen a Common Craft video, or seen one that has been heavily influenced by their style.  Their white-board, simplistic approach has heavily influenced content creators everywhere.  Curtain Please!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="345" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/hF515-0Tduk?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="345" src="http://www.youtube.com/v/hF515-0Tduk?version=3&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/what-is-websiteseo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblr Just Scored $85 Million in Funding.</title>
		<link>http://www.gulfwebdev.com/web-design/tumblr-social-media-fundin/</link>
		<comments>http://www.gulfwebdev.com/web-design/tumblr-social-media-fundin/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 01:49:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Blog]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=899</guid>
		<description><![CDATA[Tumblr has grown up fast.  Billed as a micro blogging site for posting text, video, and pictures,Tumblr is now one of the 25 most popular websites in the U.S.  Since the site was first introduced, 30 million blogs have been created. Those 30 million blogs are generating more than 40 million posts a day. This [...]]]></description>
			<content:encoded><![CDATA[<p>Tumblr has grown up fast.  Billed as a micro blogging site for posting text, video, and pictures,Tumblr is now one of the 25 most popular <strong>websites</strong> in the U.S.  Since the site was first introduced, 30 million blogs have been created. Those 30 million blogs are generating more than 40 million posts a day. This means it gets more daily page views than Wikipedia or Twitter.  As a reward for their efforts, Tumblr just raised $85 million in funding.  As of this writing I am not using Tumblr.  However, after seeing these numbers I guarantee I go take a second look.  For more informatio take a look at these excellent articles:</p>
<ul>
<li>
<a href="http://bits.blogs.nytimes.com/2011/09/26/tumblr-lands-85-million-in-funding/" target="_blank">New York Times &#8211; Tumblr Lands $85 Million in Funding</a></li>
<li>
<a href="http://techcrunch.com/2011/09/26/tumblr-pageview-machine-bigger-than-wikipedia/" target="_blank">Techcrunch.com &#8211; Tumblr Is A Pageview Machine</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/tumblr-social-media-fundin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google to Roll out Infinite Scroll</title>
		<link>http://www.gulfwebdev.com/web-design/google-to-roll-out-infinite-scroll/</link>
		<comments>http://www.gulfwebdev.com/web-design/google-to-roll-out-infinite-scroll/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 17:57:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Blog]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=886</guid>
		<description><![CDATA[If you haven&#8217;t noticed by now, Google loves to experiment with how they present search results to their users. You might be asking yourself exactly how much more can they possibly enhance search results? Well one way would be to do away with pagination and allow the page to continuously scroll. This concept has already [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t noticed by now, Google loves to experiment with how they present search results to their users.  You might be asking yourself  exactly how much more can they possibly enhance search results?  Well one way would be to do away with pagination and allow the page to continuously scroll.  This concept has already been implemented on Facebook walls and search results.  This would effectively get rid of the &#8220;Goooooogle&#8221; page number links we have all come to know and love at the bottom of our search results.  A video has already surfaced of this technology in action:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="345" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Grr1arPxX0E?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="345" src="http://www.youtube.com/v/Grr1arPxX0E?version=3&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/google-to-roll-out-infinite-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WayBetterSubs.com</title>
		<link>http://www.gulfwebdev.com/web-design/granddeliandsubs-com/</link>
		<comments>http://www.gulfwebdev.com/web-design/granddeliandsubs-com/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 19:22:24 +0000</pubDate>
		<dc:creator>Hugh Caraway</dc:creator>
				<category><![CDATA[Web Design Portfolio]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=761</guid>
		<description><![CDATA[When Grand Deli and Subs opened their new sandwich shop in New Port Richey, Gulf WebDev got the call to deliver their new website. The design is clean and charming to match the image the business wants to portray. First impressions are very important in any business. Hopefully, this website does the job and visitors [...]]]></description>
			<content:encoded><![CDATA[<p>When Grand Deli and Subs opened their new <a href="http://www.waybettersubs.com" target="_blank">sandwich shop in New Port Richey</a>, Gulf WebDev got the call to deliver their new <strong>website</strong>.  The <strong>design</strong> is clean and charming to match the image the business wants to portray.  First impressions are very important in any business.  Hopefully, this <strong>website</strong> does the job and visitors will have the sudden urge to eat a <a href="http://www.waybettersubs.com/our-deli-menu/">sandwich</a>.  Visit Grand Deli and Subs today at the intersection of Grand and Troublecreek in <a href="http://cityofnewportrichey.org/" target=_blank>New Port Richey</a>!</p>
<p>They can also be found on <a href="http://www.facebook.com/pages/Grand-Deli-Subs/136525323091203?sk=info" target=_blank>Facebook</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/granddeliandsubs-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PascoFamilyDivorce.com</title>
		<link>http://www.gulfwebdev.com/web-design/pascofamilydivorce-com/</link>
		<comments>http://www.gulfwebdev.com/web-design/pascofamilydivorce-com/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 19:19:43 +0000</pubDate>
		<dc:creator>Hugh Caraway</dc:creator>
				<category><![CDATA[Web Design Portfolio]]></category>

		<guid isPermaLink="false">http://www.gulfwebdev.com/?p=759</guid>
		<description><![CDATA[Attorney Audrey A. Jefferis came to Gulf WebDev with a familiar story. The firm handling her website was under delivering on Search Engine placement, over charging, and no longer prompt when responding to emails or phone calls. Unfortunately, customers can begin to feel like they are dealing with someone in an ivory tower when dealing [...]]]></description>
			<content:encoded><![CDATA[<p>Attorney Audrey A. Jefferis came to Gulf WebDev with a familiar story.  The firm handling her <strong>website</strong> was under delivering on <strong>Search Engine</strong> placement, over charging, and no longer prompt when responding to emails or phone calls.  Unfortunately, customers can begin to feel like they are dealing with someone in an ivory tower when dealing with a large <strong>wed design</strong> shop serving a nation-wide client base.  Some people prefer to interact with a local company that can sit down and have &#8220;face to face&#8221; meetings.  Gulf WebDev has taken great measures to become the website design and <strong>development</strong> company who can fill this need in the <strong>New Port Richey</strong> area.</p>
<p>Gulf WebDev delivered a fresh and modern looking website for the Law Office of Audrey A. Jefferis and began a link building campaign to increase search engine visibility. Within the coming months, the new website will become increasingly competitive for such search terms as <a href="http://www.pascofamilydivorce.com/spring-hill-lawyer-attorney/" target=_blank>Spring Hill Divorce Attorney</a> and <a href="http://www.pascofamilydivorce.com/westchase-tampa-lawyer-attorney/" target=_blank>Westchase Divorce Lawyer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulfwebdev.com/web-design/pascofamilydivorce-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
