<?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>Tue, 22 May 2012 14:33:25 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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 Amazon CloudFront 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 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="fcgidmaxrequestsperprocess">fcgidmaxrequestsperprocess</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="timthumb alternative">timthumb alternative</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="expressionengine forum">expressionengine forum</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="my cnf file for high traffic websites">my cnf file for high traffic websites</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="alternative to timthumb">alternative to timthumb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="apache handling traffic surges">apache handling traffic surges</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="joomla server memory usage high traffic">joomla server memory usage high traffic</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="opencart memcache">opencart memcache</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="high load speed tuning apache mysql apc">high load speed tuning apache mysql apc</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/apache-and-mysql-performance-tuning-for-high-traffic-website/" title="high traffic site mysql configuration">high traffic site mysql configuration</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="compact javascript slider">compact javascript slider</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="convert expressionengine to innodb">convert expressionengine to innodb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/industrial-galvanizer-website/" title="[ The main survey ] [ SQL ] [ phpinfo ] [ php ini ] [ cpu ] [ mem ] [ users">[ The main survey ] [ SQL ] [ phpinfo ] [ php ini ] [ cpu ] [ mem ] [ users</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="office supplies blog commenting">office supplies blog commenting</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="intext:Powered by phbb">intext:Powered by phbb</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="centos oci8 lamp install">centos oci8 lamp install</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="How to install OCI on centos">How to install OCI on centos</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="landscape architecture portfolio design">landscape architecture portfolio design</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="Powered by Phbb your office furniture">Powered by Phbb your office furniture</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="Powered by Phbb your shopping">Powered by Phbb your shopping</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="quality scorecard template for agriculture">quality scorecard template for agriculture</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="showcase mode not working">showcase mode not working</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/office-furniture-chattanooga/" title="how to configure wordpress in hostdime">how to configure wordpress in hostdime</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="farmers market website">farmers market website</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="slideshow pro google analytics">slideshow pro google analytics</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="wordpress farmer template">wordpress farmer template</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="farmers market website tempalte">farmers market website tempalte</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="farmers market websites">farmers market websites</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="word press agricultural sites">word press agricultural sites</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="website slider alternative">website slider alternative</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="web template farmers market">web template farmers market</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="primo not loading after info ini change">primo not loading after info ini change</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/farmers-market-website/" title="local designers on wordpress php">local designers on wordpress php</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 portfoliolandscape architecture portfolio tipsarchitect websitebeautiful architecture portfoliolandscape architecture websitesarchitecture websiteArchitect web pagesocail media in [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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">landscape architecture portfolio</a></li><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="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="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 website">architecture website</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="Architect web page">Architect web page</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="socail media in landscape architecture">socail media in landscape architecture</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="landscape architecture portfolio example">landscape architecture portfolio example</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/landscape-architect-website-with-slideshows-social-media-integration/" title="landscape architect websites">landscape architect websites</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="organic farm wordpress">organic farm wordpress</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/organic-farm-website-with-slideshows-and-content-management/" title="powered by expressionenginedrinks">powered by expressionenginedrinks</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="phpb property management forums">phpb property management forums</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="joomla property management">joomla property management</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="ezrealty">ezrealty</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="watermark_box ez reality">watermark_box ez reality</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="wp google maps directions">wp google maps directions</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="wp-property area map">wp-property area map</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="wp-property change layout">wp-property change layout</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="wp-property fancybox not working">wp-property fancybox not working</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="wp-property google map directions">wp-property google map directions</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/property-management-website/" title="wp-property map">wp-property map</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="joomla powered travel website">joomla powered travel website</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="adventure website">adventure website</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="model form design for school management system">model form design for school management system</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="school management windows form application">school management windows form application</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="school management windows project">school management windows project</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="school students management windows form">school students management windows form</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="show a model of school management systems">show a model of school management systems</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="show form in school management system">show form in school management system</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="tell a friend archives showform &amp; links">tell a friend archives showform &amp; links</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/rafting-adventure-travel-reservation-form/" title="travel forum powered by phbp">travel forum powered by phbp</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="Metidols">Metidols</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="met idols">met idols</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="forum for intitle">forum for intitle</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="intitle: forum">intitle: forum</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="non profit slideshow">non profit slideshow</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="powred by expration engin forum registration">powred by expration engin forum registration</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/nonprofit-website-calendar-slideshow/" title="search online Cached Members">search online Cached Members</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://d1c0uje93yv0mr.cloudfront.net/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://d1c0uje93yv0mr.cloudfront.net/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="slideshow seo friendly">slideshow seo friendly</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="adventure website background">adventure website background</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="adventure websites portfolio">adventure websites portfolio</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="expressionengine multi-site manager sucks">expressionengine multi-site manager sucks</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="gadgets%252band%">gadgets%252band%</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="intitel:Powered by OpenCart">intitel:Powered by OpenCart</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="real estate powered by opencart">real estate powered by opencart</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/adventure-travel-website/" title="webpage adventure background">webpage adventure background</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-05-23 09:32:14 by W3 Total Cache -->
