<?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>Chris Gilligan » new mediaSearch Engine Optimization » Chris Gilligan » new media »</title> <atom:link href="http://chrisgilligan.com/tag/search-engine-optimization/feed/" rel="self" type="application/rss+xml" /><link>http://chrisgilligan.com</link> <description>portfolio of web work</description> <lastBuildDate>Sun, 05 Feb 2012 16:30:37 +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>Apache and MySql Performance Tuning for High Traffic Website</title><link>http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/</link> <comments>http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/#comments</comments> <pubDate>Fri, 26 Aug 2011 14:27:52 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Web Server Performance Tuning]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[apc]]></category> <category><![CDATA[blacklisting]]></category> <category><![CDATA[cpanel]]></category> <category><![CDATA[denial of service]]></category> <category><![CDATA[denial of service attacks]]></category> <category><![CDATA[inspection firewall]]></category> <category><![CDATA[internet climate]]></category> <category><![CDATA[load balancing]]></category> <category><![CDATA[memory usage]]></category> <category><![CDATA[mpm]]></category> <category><![CDATA[page impressions]]></category> <category><![CDATA[performance testing]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[security probes]]></category> <category><![CDATA[soccer news]]></category> <category><![CDATA[Syndication]]></category> <category><![CDATA[traffic load]]></category> <category><![CDATA[traffic security]]></category> <category><![CDATA[traffic surges]]></category> <category><![CDATA[web hosting servers]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=523</guid> <description><![CDATA[SoccerNews.com is a high traffic WordPress site with over 600,000 unique visitors and over 2,000,000 page impressions per month. It is a content republisher and aggregator, presenting custom XML feeds for (what else?) soccer news from all over the world. The site has a very active user base, providing content in the forms of editorials and [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2011/08/Screen-Shot-2011-08-26-at-9.01.12-AM.png" width="240" /></p><p><strong><a
title="Soccer News" href="http://soccernews.com/">SoccerNews.com</a> is a high traffic WordPress site with over 600,000 unique visitors and over 2,000,000 page impressions per month.</strong> It is a content republisher and aggregator, presenting custom XML feeds for (what else?) soccer news from all over the world. The site has a very active user base, providing content in the forms of editorials and comments on news items. Advertising and sponsored referrals provide the revenue stream.</p><div
id="attachment_524" class="wp-caption aligncenter" style="width: 269px"><a
href="http://soccernews.com/"><img
class="size-medium wp-image-524 " title="SoccerNews.com website" src="http://chrisgilligan.com/wp-content/uploads/2011/08/Screen-Shot-2011-08-26-at-9.01.12-AM-259x300.png" alt="SoccerNews.com website" width="259" height="300" /></a><p
class="wp-caption-text">SoccerNews.com website</p></div><p><strong>I was contacted by the publisher</strong> after responding to a plea for assistance in a WordPress.org support forum. Though the site was running on a dedicated server with 8GB RAM, it was crashing frequently under load. The developer tried implementing APC Alternative PHP Cache and W3 Total Cache, but these measures turned out to be incompatible with some of the custom PHP code and the software architecture of the server. Haphazardly implementing randomly suggested &#8220;solutions&#8221; had actually made the problems worse, resulting in an &#8220;own goal&#8221; that brought down the server.</p><p><strong>I did an assessment of the software, hardware and traffic load</strong> and found that there were many improvements to be made. Among the changes:</p><ul><li><strong>Implemented a <a
href="http://configserver.com/cp/csf.html">Stateful Packet Inspection firewall and Login Failure Daemon</a></strong> to block malicious IP addresses, malware servers, bad bots, content scrapers, etc. Many of the problems leading to site crashes were due to constant bad bot traffic, security probes and Denial of Service attacks. Connection Tracking in the firewall now limits the amount of resources a single legitimate IP address can monopolize, in addition to blacklisting attackers.</li><ul><li>This is the first step to proper web server performance in today&#8217;s Internet climate. Popular sites that do not have a solid security and load balancing strategy are subject to crippling traffic from the Internet&#8217;s millions of malicious and compromised servers and personal computers.</li></ul><li><strong><a
title="Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment" href="http://chrisgilligan.com/wordpress/tuning-apache-and-mysql-for-best-performance-in-a-shared-virtual-hosting-environment/">Reconfigured Apache web server, PHP and MySQL</a></strong> to better utilize the server&#8217;s horsepower. Default configurations were limiting the number of concurrent user sessions the server could handle. Changed PHP to run as FastCGI (fcgid) and recompiled Apache to better handle the needs of a high traffic WordPress site. Configured a large MySQL table and query cache based on performance and load testing.</li><li><strong>Configured a self-hosted Content Distribution Network</strong>, page cache, browser cache, and object cache with the WordPress plugin, <a
title="W3 Edge -- W3 Total Cache" href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/">W3 Total Cache</a>. Due to the sheer number of ad scripts being served per page, there were inevitable JavaScript and PHP conflicts, but W3TC is very flexible and was able to handle the task.</li><li><strong>Suggested a scheduled, offsite backup strategy</strong> that would utilize existing resources, and eliminate the need for a 3rd-party backup solution that was causing more load issues and costing $45.00 per month.</li></ul><div><strong>Now the site is stable and fast</strong>, and is ready for very high traffic. With World Cup Brazil coming up in 2014, the site will definitely see a huge amount of users. Future plans include moving the Content Distribution Network to an external provider, and possibly changing the architecture of the server to simplify the background processes and implement APC Alternative PHP Cache, or a caching web server front end.</div><h3>Results? I&#8217;ll let the publisher speak to that!</h3><blockquote><p><strong>The site has been as good as &#8220;flawless&#8221; since, with no downtime, and we couldn&#8217;t be happier. Everything is running smoothly and it&#8217;s a great relief knowing that we made the site faster, safer and more reliable. The site feels a lot more stable and faster. So you&#8217;ve done a great job. </strong></p><p>&#8211; Kim Vincenzius, <a
title="StarScape, LLC" href="http://www.starscape.com/">StarScape LLC</a></p></blockquote> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpBB handhelds in the classroom">powered by phpBB handhelds in the classroom</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpBB atlanta regional sales jobs virtual office">powered by phpBB atlanta regional sales jobs virtual office</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="fcgidmaxrequestsperprocess">fcgidmaxrequestsperprocess</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpbb renowned art historian">powered by phpbb renowned art historian</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpBB computer internet web services web hosting server">powered by phpBB computer internet web services web hosting server</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpBB free computer art software of nature">powered by phpBB free computer art software of nature</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by expressionengine social bookmarking forum">powered by expressionengine social bookmarking forum</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpBB backup systems">powered by phpBB backup systems</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpBB definition of system software">powered by phpBB definition of system software</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="powered by phpBB custom logo design company">powered by phpBB custom logo design company</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Industrial Galvanizer Website</title><link>http://chrisgilligan.com/portfolio/industrial-galvanizer-website/</link> <comments>http://chrisgilligan.com/portfolio/industrial-galvanizer-website/#comments</comments> <pubDate>Sat, 04 Jun 2011 21:27:25 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Manufacturing]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Content Management]]></category> <category><![CDATA[Search En]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[slider]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=340</guid> <description><![CDATA[Tennessee Galvanizing had an aging Joomla site that needed major software updates. So, I migrated the site to WordPress for ease of use and ease of updates. WordPress is much more user friendly than Joomla, and also easier to maintain. Simple WordPress site with front page slide show, news blog and contact form Incoming search [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2011/06/Screen-shot-2011-06-04-at-4.19.18-PM.png" width="240" /></p><div
id="attachment_341" class="wp-caption aligncenter" style="width: 310px"><a
href="http://tennesseegalvanizing.com/"><img
class="size-medium wp-image-341" title="Tennessee Galvanizing Website" src="http://chrisgilligan.com/wp-content/uploads/2011/06/Screen-shot-2011-06-04-at-4.19.18-PM-300x234.png" alt="" width="300" height="234" /></a><p
class="wp-caption-text">Tennessee Galvanizing website</p></div><p><strong>Tennessee Galvanizing had an aging Joomla site that needed major software updates. </strong>So, I migrated the site to WordPress for ease of use and ease of updates. WordPress is much more user friendly than Joomla, and also easier to maintain.</p><ul><li>Simple WordPress site with front page slide show, news blog and contact form</li></ul> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="powered by phpBB central regional office">powered by phpBB central regional office</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="rugs Blog Comment &quot;Powered by ExpressionEngine&quot;">rugs Blog Comment &quot;Powered by ExpressionEngine&quot;</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="powered by phpBB agriculture events">powered by phpBB agriculture events</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="powered by phpBB legal environment of information systems">powered by phpBB legal environment of information systems</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="powered by phpBB high museum of art atlanta">powered by phpBB high museum of art atlanta</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="Marketing forum powered by expressionengine">Marketing forum powered by expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="seo travels forum powered by phpbb">seo travels forum powered by phpbb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="slide facebook phpbb">slide facebook phpbb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="powered by phpBB c program">powered by phpBB c program</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="virtual server slider">virtual server slider</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/industrial-galvanizer-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Office Furniture Retail Showcase</title><link>http://chrisgilligan.com/portfolio/office-furniture-chattanooga/</link> <comments>http://chrisgilligan.com/portfolio/office-furniture-chattanooga/#comments</comments> <pubDate>Tue, 17 May 2011 15:21:01 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Content Management Systems]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Retail]]></category> <category><![CDATA[Small Business]]></category> <category><![CDATA[Content Management]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Google Analytics]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=332</guid> <description><![CDATA[I worked with Office Coordinators Inc&#8217;s talented in-house designers to update the OCI website. OCI chose an e-commerce theme, and we completely reworked the CSS and layout to match their colors and logo treatment. After a previous failed attempt with another developer, they were surprised at how quickly the site came together, and how easy [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2011/05/Screen-shot-2011-05-17-at-9.51.53-AM.png" width="240" /></p><div
id="attachment_333" class="wp-caption aligncenter" style="width: 310px"><a
href="http://officecoordinators.com/"><img
class="size-medium wp-image-333" title="Office Coordinators Inc. website" src="http://chrisgilligan.com/wp-content/uploads/2011/05/Screen-shot-2011-05-17-at-9.51.53-AM-300x200.png" alt="Office Coordinators Inc. website" width="300" height="200" /></a><p
class="wp-caption-text">Office Coordinators Inc. website</p></div><p><strong>I worked with <strong>Office Coordinators Inc&#8217;s</strong> talented in-house designers to update the OCI website.</strong> OCI chose an e-commerce theme, and we completely reworked the CSS and layout to match their colors and logo treatment. After a previous failed attempt with another developer, they were surprised at how quickly the site came together, and how easy it is to manage with WordPress!</p><ul><li><strong>&#8220;Inquiry mode&#8221; e-commerce:</strong> customers can select items, add to shopping cart, then email for more information or price quote</li><li><strong>Search Engine Optimization: </strong>Google Analytics and Sitemaps</li><li><strong>WordPress</strong> Content Management</li><li><strong>Social Networking</strong> with Facebook &#8220;score card&#8221;</li></ul><blockquote><p>Thank you for your persistence. You’re our favorite website/technically savvy guy ever.<br
/> — Emily Vaughn, OCI</p></blockquote> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB performance bikes">powered by phpBB performance bikes</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB contact information">powered by phpBB contact information</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB a small business">powered by phpBB a small business</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB content management system">powered by phpBB content management system</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB market data">powered by phpBB market data</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB top business ideas">powered by phpBB top business ideas</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by wordpressintitle: bike">powered by wordpressintitle: bike</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB table restoration hardware">powered by phpBB table restoration hardware</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB business idea list">powered by phpBB business idea list</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="powered by phpBB business management system">powered by phpBB business management system</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/office-furniture-chattanooga/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Farmers Market Website</title><link>http://chrisgilligan.com/portfolio/farmers-market-website/</link> <comments>http://chrisgilligan.com/portfolio/farmers-market-website/#comments</comments> <pubDate>Sun, 05 Sep 2010 19:35:30 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Agriculture]]></category> <category><![CDATA[Content Management Systems]]></category> <category><![CDATA[Organic Farms]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[chattanooga]]></category> <category><![CDATA[Content Management]]></category> <category><![CDATA[farmers market]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Google Analytics]]></category> <category><![CDATA[local designers]]></category> <category><![CDATA[logos]]></category> <category><![CDATA[recipes]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[slider]]></category> <category><![CDATA[SlideShowPro]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Twitter]]></category> <category><![CDATA[widgets]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=260</guid> <description><![CDATA[This is a major redesign of the website for Chattanooga&#8217;s Main St Farmers Market. Local designers Widgets &#38; Stone came up with the logos and suggested the look and feel, and I worked with Padgett Arnold to get the visuals and content just right. One interesting fact about the site: the web server is located [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2010/09/Picture-11.png" width="240" /></p><div
id="attachment_261" class="wp-caption aligncenter" style="width: 310px"><a
href="http://mainstfarmersmarket.com/"><img
class="size-medium wp-image-261" title="Main St Farmers Market" src="http://chrisgilligan.com/wp-content/uploads/2010/09/Picture-11-300x248.png" alt="" width="300" height="248" /></a><p
class="wp-caption-text">Main St Farmers Market website</p></div><p><strong>This is a major redesign</strong> of the website for <a
href="http://mainstfarmersmarket.com/">Chattanooga&#8217;s Main St Farmers Market</a>. Local <a
href="http://widgetsandstone.com/page/projects/unprocessing-farmers-trademark/">designers Widgets &amp; Stone</a> came up with the logos and suggested the look and feel, and I worked with Padgett Arnold to get the visuals and content just right. One interesting fact about the site: the web server is located on Main St as well! Keepin&#8217; it LOCAL!</p><ul><li>Interactive home page presents tons of information in a compact javascript slider</li><li>Fresh content includes recipes and a list of what&#8217;s available each week</li><li>Facebook fan page gets automatically updated with new content</li><li>New photos and videos are easily uploaded via SlideShowPro and YouTuber for a fun, engaging user experience</li><li>Lightweight CSS3 design and an alternative layout for mobile browsers present the site quickly and efficiently</li></ul> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="powered by phpBB define agriculture">powered by phpBB define agriculture</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="powered by phpBB money market">powered by phpBB money market</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="farmers market website">farmers market website</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="marketing “powered by expressionengine”">marketing “powered by expressionengine”</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="building blog comment powered by expressionengine">building blog comment powered by expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="slideshowpro phpbb">slideshowpro phpbb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="slideshowpro and mysql">slideshowpro and mysql</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="web pages using slideshow pro">web pages using slideshow pro</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="wordpress famers template">wordpress famers template</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="slideshow pro upload via twitter">slideshow pro upload via twitter</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/farmers-market-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Landscape Architect Website with Slideshows &amp; Social Media Integration</title><link>http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/</link> <comments>http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/#comments</comments> <pubDate>Thu, 28 Jan 2010 20:32:48 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Content Management Systems]]></category> <category><![CDATA[Contracting]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Content Management]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Forms]]></category> <category><![CDATA[Google Analytics]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[SlideShowPro]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Twitter]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=238</guid> <description><![CDATA[This is a simple website for a Chattanooga based landscape architect that focuses on beautiful portfolio slideshows. We&#8217;ve also added Twitter and Facebook integration to keep fans and customers updated on the latest projects. Incoming search terms for the article:landscape architecture portfolio tipsarchitect websitelandscape architecture portfoliobeautiful architecture portfoliopowered by phpBB back to school dateslandscape architecture [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2010/01/Picture-3.png" width="240" /></p><div
id="attachment_239" class="wp-caption aligncenter" style="width: 310px"><a
href="http://craigdesigngroup.biz/"><img
class="size-medium wp-image-239" title="Craig Design Group Website" src="http://chrisgilligan.com/wp-content/uploads/2010/01/Picture-3-300x251.png" alt="Craig Design Group Website" width="300" height="251" /></a><p
class="wp-caption-text">Craig Design Group Website</p></div><p>This is a simple website for a <a
href="http://craigdesigngroup.biz/">Chattanooga based landscape architect</a> that focuses on beautiful portfolio slideshows. We&#8217;ve also added Twitter and Facebook integration to keep fans and customers updated on the latest projects.</p> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="landscape architecture portfolio tips">landscape architecture portfolio tips</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="architect website">architect website</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="landscape architecture portfolio">landscape architecture portfolio</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="beautiful architecture portfolio">beautiful architecture portfolio</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="powered by phpBB back to school dates">powered by phpBB back to school dates</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="landscape architecture websites">landscape architecture websites</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="architecture portfolio design">architecture portfolio design</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="landscape architecture website">landscape architecture website</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="powered by wordpressintitle: institute">powered by wordpressintitle: institute</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="landscape architecture social media">landscape architecture social media</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Organic Farm Website with Slideshows and Content Management</title><link>http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/</link> <comments>http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/#comments</comments> <pubDate>Fri, 13 Nov 2009 23:09:28 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Agriculture]]></category> <category><![CDATA[Content Management Systems]]></category> <category><![CDATA[Organic Farms]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Bookmarking]]></category> <category><![CDATA[Content Management]]></category> <category><![CDATA[face]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Forms]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[SlideShowPro]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=157</guid> <description><![CDATA[This site was produced in tandem with Widgets &#38; Stone, a Chattanooga design firm. We&#8217;re members of Sequatchie Cove Farm&#8217;s Community Shared Agriculture program, so we are very familiar with the quality of the eggs, dairy, meat and produce coming out of the clean and fertile Sequatchie Valley. (Will Work for Food!) WordPress Content Management [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2009/05/picture-21.png" width="240" /></p><div
id="attachment_158" class="wp-caption alignright" style="width: 310px"><a
href="http://sequatchiecovefarm.com/"><img
class="size-medium wp-image-158" title="Sequatchie Cove Farm website" src="http://chrisgilligan.com/wp-content/uploads/2009/05/picture-21-300x245.png" alt="Sequatchie Cove Farm website" width="300" height="245" /></a><p
class="wp-caption-text">Sequatchie Cove Farm website</p></div><p>This site was produced in tandem with <a
href="http://widgetsandstone.com/">Widgets &amp; Stone, a Chattanooga design firm</a>. We&#8217;re members of Sequatchie Cove Farm&#8217;s Community Shared Agriculture program, so we are very familiar with the quality of the eggs, dairy, meat and produce coming out of the clean and fertile Sequatchie Valley.<span
id="more-157"></span></p><p><em>(Will Work for Food!)</em></p><ul><li>WordPress Content Management System allows the farmers to easily add their opinions, information and images</li><li>Automated updates to Facebook Pages, with linkback</li><li>Automatic Twitter tweets for new posts, with linkback</li><li>Social Media bookmarking</li><li>SlideShowPro gives the site a slick Flash-based Image Management System so the site can feature seasonal images.</li><li>MailMan manages a plethora of mailing lists for the weekly emails that keep the farmers connected to the communities and individuals they serve</li></ul> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/" title="lunchbox website powered by phpbb">lunchbox website powered by phpbb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/" title="powered by phpBB law">powered by phpBB law</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/" title="silence website powered by phpbb">silence website powered by phpbb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/" title="farm slideshows on the web">farm slideshows on the web</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/" title="powered by phpBB exercise">powered by phpBB exercise</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Property Management Website</title><link>http://chrisgilligan.com/portfolio/property-management-website/</link> <comments>http://chrisgilligan.com/portfolio/property-management-website/#comments</comments> <pubDate>Thu, 29 Oct 2009 15:32:34 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Property Management]]></category> <category><![CDATA[Real Estate]]></category> <category><![CDATA[EZ-Realty]]></category> <category><![CDATA[Google Analytics]]></category> <category><![CDATA[Joomla]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[SlideShowPro]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=90</guid> <description><![CDATA[This site for Walldorf Property Management in Chattanooga uses Joomla CMS and EZ-Realty to create a site that&#8217;s easy for Walldorf employees to update and manage. Online forms for lease applications, maintenance requests, and general questions Multiple listing categories and unlimited properties Image uploads automatically create slideshows for each property Multiple, automated RSS and XML [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2009/03/Picture-6.png" width="240" /></p><div
id="attachment_211" class="wp-caption alignright" style="width: 310px"><a
href="http://walldorfpropertymanagement.com/"><img
class="size-medium wp-image-211" title="Walldorf Property Management Website" src="http://chrisgilligan.com/wp-content/uploads/2009/03/Picture-6-300x248.png" alt="Walldorf Property Management Website" width="300" height="248" /></a><p
class="wp-caption-text">Walldorf Property Management Website</p></div><p>This site for Walldorf Property Management in Chattanooga uses Joomla CMS and EZ-Realty to create a site that&#8217;s easy for Walldorf employees to update and manage.</p><ul><li>Online forms for lease applications, maintenance requests, and general questions</li><li>Multiple listing categories and unlimited properties</li><li>Image uploads automatically create slideshows for each property</li><li>Multiple, automated RSS and XML feeds to external property listing sites create strong search engine placement &#8212; top Google rank for all important keywords and phrases</li><li>Google Maps &amp; driving directions automatically created for each property listing, with an overall area map showing all properties</li></ul> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="Powered by Expression Engine">Powered by Expression Engine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="powered by phpBB state of">powered by phpBB state of</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="Powered By ExpressionEngine intitle:Powered By ExpressionEngine">Powered By ExpressionEngine intitle:Powered By ExpressionEngine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="powered by expressionengine real estate">powered by expressionengine real estate</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="intitle:powered by expressionengine">intitle:powered by expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="powered by phpBB graphics collection">powered by phpBB graphics collection</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="powered by phpBB it companies">powered by phpBB it companies</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="powered by phpBB real estate law">powered by phpBB real estate law</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="powered by phpBB top 10 home improvement stores">powered by phpBB top 10 home improvement stores</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="powered by phpBB who owns apple computer company">powered by phpBB who owns apple computer company</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/property-management-website/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Rafting and Adventure Travel Site with Reservation Form</title><link>http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/</link> <comments>http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/#comments</comments> <pubDate>Fri, 24 Jul 2009 00:20:28 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Adventure Travel]]></category> <category><![CDATA[Content Management Systems]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Content Management]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Forms]]></category> <category><![CDATA[Joomla]]></category> <category><![CDATA[Search Engine Optimization]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=165</guid> <description><![CDATA[This site, for an adventure travel company that runs rafting and eco-tourism trips in North and Central America, features a clean interactive design and extensive search engine optimization, including tailored metatags, hyperlinks, and a backlink referral network. The site also features a simple reservation form that collects all information needed by booking specialists to bill [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2009/07/Picture-1.png" width="240" /></p><div
id="attachment_166" class="wp-caption alignright" style="width: 310px"><a
href="http://southeasternexpeditions.com/"><img
class="size-medium wp-image-166" title="Southeastern Expeditions" src="http://chrisgilligan.com/wp-content/uploads/2009/07/Picture-1-300x293.png" alt="Southeastern Expeditions website" width="300" height="293" /></a><p
class="wp-caption-text">Southeastern Expeditions website</p></div><p>This site, for an adventure travel company that runs rafting and eco-tourism trips in North and Central America, features a clean interactive design and extensive <a
href="http://chrisgilligan.com/search-engine-optimization/">search engine optimization</a>, including tailored metatags, hyperlinks, and a backlink referral network.<span
id="more-165"></span></p><p>The site also features a simple reservation form that collects all information needed by booking specialists to bill for trip deposit and contact the customer to seal the deal, and saves the info in a secure database for retrieval.</p><ul><li>Joomla Content Management System allows owners to update information, add new pages and modules to highlight season specials</li><li>TLS/SSH: secure encryption of confidential customer information</li></ul> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="travel powered by expressionengine">travel powered by expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="joomla $memcache_settings">joomla $memcache_settings</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="powered by phpBB computer security paper">powered by phpBB computer security paper</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="powered by phpBB travel articles">powered by phpBB travel articles</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="powered by phpBB tourism industry">powered by phpBB tourism industry</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="“Travel” “Powered By ExpressionEngine”">“Travel” “Powered By ExpressionEngine”</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="powered by expressionengine travel">powered by expressionengine travel</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="intitle:travel forum Powered by expressionengine">intitle:travel forum Powered by expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="traveling “powered by expressionengine”">traveling “powered by expressionengine”</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="powered by expressionengine forums services industry">powered by expressionengine forums services industry</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Non-profit website with Calendar and Slideshows</title><link>http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/</link> <comments>http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/#comments</comments> <pubDate>Fri, 24 Apr 2009 17:54:39 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Arts and Nonprofit]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Content Management]]></category> <category><![CDATA[Forms]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[SlideShowPro]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=111</guid> <description><![CDATA[I visited Sequatchie Valley Institute years ago with my children, and made a long-term goal to some day live and work with the folks I met there. We use the web extensively to communicate with our members, the public, and the media. SlideShowPro Director provides an engaging and easily-updated frontpage show, and a gallery of [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2009/04/picture-22.png" width="240" /></p><div
id="attachment_112" class="wp-caption alignright" style="width: 310px"><a
href="http://svionline.org/"><img
class="size-medium wp-image-112" title="sequatchie valley institute" src="http://chrisgilligan.com/wp-content/uploads/2009/04/picture-22-300x275.png" alt="Sequatchie Valley Institute website" width="300" height="275" /></a><p
class="wp-caption-text">Sequatchie Valley Institute website</p></div><p>I visited <a
href="http://svionline.org/">Sequatchie Valley Institute</a> years ago with my children, and made a long-term goal to some day live and work with the folks I met there. We use the web extensively to communicate with our members, the public, and the media.</p><ul><li>SlideShowPro Director provides an engaging and easily-updated frontpage show, and a gallery of current and past events</li><li>Event Calendar manages our online calendar</li><li>Registration forms and contact forms for events and communication, routed to the proper folks</li><li>MailMan takes care of our e-mail blasts</li><li>Vanilla forum helps the board of directors sort out our business</li></ul> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="powered by phpBB children art work editoral">powered by phpBB children art work editoral</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="free forum posting site powered by expressionengine">free forum posting site powered by expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="powered by expressionengine forum">powered by expressionengine forum</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="admin website templates for institutes">admin website templates for institutes</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="comment powered by expressionengine –forum">comment powered by expressionengine –forum</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="sound work forum powered by expressionengine">sound work forum powered by expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="“comment” “Powered By ExpressionEngine” –forum or -forums">“comment” “Powered By ExpressionEngine” –forum or -forums</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Adventure Travel Website</title><link>http://chrisgilligan.com/portfolio/adventure-travel-website/</link> <comments>http://chrisgilligan.com/portfolio/adventure-travel-website/#comments</comments> <pubDate>Sat, 04 Apr 2009 15:25:00 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Adventure Travel]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Search Engine Optimization]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=103</guid> <description><![CDATA[I worked with Bike Tours Direct to create this sub-site to promote their Austria Adventure Week package, a 2-week trip catering to mountain bikers and trail runners. We picked an open source WordPress template and made some minor tweaks to personalize it for the site by replacing a few images and adding navigation tabs. Easy [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2009/04/picture-21.png" width="240" /></p><div
id="attachment_104" class="wp-caption alignright" style="width: 310px"><a
href="http://www.austria-adventure-week.com"><img
class="size-medium wp-image-104" title="Austria Adventure Week" src="http://chrisgilligan.com/wp-content/uploads/2009/04/picture-21-300x240.png" alt="Austria Adventure Week website" width="300" height="240" /></a><p
class="wp-caption-text">Austria Adventure Week website</p></div><p>I worked with <a
href="http://www.biketoursdirect.com/">Bike Tours Direct</a> to create this sub-site to promote their Austria Adventure Week package, a 2-week trip catering to mountain bikers and trail runners. We picked an open source WordPress template and made some minor tweaks to personalize it for the site by replacing a few images and adding navigation tabs.</p><ul><li>Easy to use WYSIWYG editor allows administrators to quickly make edits, add pages or images, etc.</li><li>Comment feature for visitors to ask questions and get quick answers</li><li>SEO &#8212; Search Engine Optimization for automated submission to Google, MS Network, and Yahoo; automated SEO-friendly titles, URLs and descriptions</li><li>Custom contextual navigation system</li></ul> <strong
class="seo-searchterms">Incoming search terms for the article:</strong><ul
class="seo-searchterms"><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="adventure background for web page">adventure background for web page</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="com powered by expressionengine [seo]">com powered by expressionengine [seo]</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="seo forums">seo forums</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="slideshow not work with seo url friendly">slideshow not work with seo url friendly</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/adventure-travel-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: chrisgilligan.com @ 2012-02-06 10:32:20 by W3 Total Cache -->
