<?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 mediaWordpress » Chris Gilligan » new media »</title> <atom:link href="http://chrisgilligan.com/tag/wordpress/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>Remote publishing to WordPress from Facebook via RSS</title><link>http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/</link> <comments>http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/#comments</comments> <pubDate>Tue, 26 Jul 2011 03:51:39 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[business page]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[fan page]]></category> <category><![CDATA[FeedWordPress]]></category> <category><![CDATA[permissions]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[Simple Facebook Connect]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=486</guid> <description><![CDATA[Most WordPress developers know you can use one of several plugins to publish from WordPress to a Facebook wall, app or fan page. Did you know you can also do the opposite? You can publish from Facebook to WordPress by using the FeedWordPress plugin and the RSS feed from your fan page. This can be [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2011/07/Screen-Shot-2011-07-25-at-8.47.54-PM.png" width="240" /></p><p>Most WordPress developers know you can use one of several plugins to publish from WordPress to a Facebook wall, app or fan page. Did you know you can also do the opposite? You can publish from Facebook to WordPress by using the <a
href="http://wordpress.org/extend/plugins/feedwordpress/">FeedWordPress plugin</a> and the RSS feed from your fan page. This can be handy for clients who want to keep their site updated with blog posts, or share links and information, but don&#8217;t necessarily want to spend the time to post with WordPress.</p><p>Let&#8217;s face it, Facebook is convenient to use to share a link, upload small photos and video, or write a brief update.</p><h3>Your Blog is Hungry</h3><p>FeedWordPress is a plugin that pulls content from an RSS feed and publishes articles as WordPress posts. It is somewhat complex to set up properly, so I won&#8217;t go into that here. It&#8217;s up to you to figure it out, but it is very useful for adding non-copyright or permitted content to your site or a client&#8217;s site. For instance, I use it to publish bicycle manufacturer&#8217;s RSS feeds to a <a
title="Bike Shop Website with Facebook Features" href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/">local bike shop&#8217;s WordPress site</a>. You can also use it to create a scraper site, but you wouldn&#8217;t do that, would you?</p><h3>Connect WordPress to Facebook</h3><p>Using the <a
href="http://wordpress.org/extend/plugins/simple-facebook-connect/">plugin Simple Facebook Connect</a>, your client can publish WordPress posts to a Facebook fan page.  I suggest you install Simple Facebook Connect and learn how to set up a simple Facebook App using the plugin&#8217;s easy instructions. This will allow your website to use Facebook authentication to Publish to Facebook, allow comments by logged in Facebook users, etc.</p><p>Creating an App instead of a Fan Page or Business page may suit your needs. Give it a try if you have not already set up a Facebook Page. If you use SFC, don&#8217;t set it to automatically publish to Facebook, or you may create a publishing loop. Leave it set to manual publishing and you&#8217;ll have an extra Publish button in the post editor for that purpose.</p><h3>Setting up the Facebook RSS Feed</h3><p>If your client would like to use Facebook&#8217;s simple, highly available, multi-device platform to publish content to a WordPress website, you will need a Facebook page or app&#8217;s RSS feed.</p><p>Facebook Fan Pages or Business Pages are for groups or businesses. If you build websites, you have probably set these up for several clients already. But to make the RSS feed from the page available to RSS readers and aggregators, you must change a few settings:</p><ul><li>Edit Page &gt; Manage Permissions</li><li>Uncheck Only Admins can See Page</li><li>Age Restrictions: None</li><li>Country Restrictions: None</li></ul><p>Uncheck All:</p><ul><li>Users can write or post content on the wall</li><li>Users can add photos</li><li>Users can add tags to photos</li><li>Users can add videos</li></ul><p><img
class="size-full wp-image-487 alignnone" title="Facebook Page Edit Settings" src="http://chrisgilligan.com/wp-content/uploads/2011/07/Screen-Shot-2011-07-25-at-8.55.00-PM.png" alt="" width="583" height="259" /></p><p>This will make your wall posts available to the general public, because users with restricted privacy settings cannot post to your wall (they can still comment on your posts).</p><p>Now you can click the Subscribe by RSS link on your page, and the RSS feed will not display the dreaded &#8220;Facebook Syndication Error&#8221;:</p><blockquote><p>You probably reached this page by entering the guide of a syndicated error message into the location bar of your browser. This probably means that you can’t see the feed that you were trying to access. This is probably because the owner of the feed changed his or her privacy settings or deleted content on the feed. You may be able to get access to the feed by contacting the owner of the content being syndicated in that feed.</p></blockquote><p>You will get a RSS URL: http://www.facebook.com/feeds/page.php?id=195534004499&amp;format=rss20</p><div
class="woo-sc-box note">If your feed&#8217;s language needs to be adjusted, for instance if your site is hosted in Netherlands but your audience is in U.S., you will need to add a locale parameter to the feed URL: http://www.facebook.com/feeds/page.php?id=195534004499&amp;format=rss20&amp;locale-en_US</div><p>Try it in Firefox or NetNewsWire or any RSS Reader to see if you get a valid feed. If you see Facebook Syndication Error, then go back and edit your page&#8217;s permissions (see above).</p><div
class="woo-sc-box note">If your site is hosted in a locale different from the locale of your Facebook page (e.g. your host is located in Europe, but your Facebook page is for North America), then you should use the resolved IP address for Facebook for your locale. You can find this IP address from a terminal window with the ping command. Otherwise, Facebook.com will resolve to the IP address and language for your host server. This causes synchronization issues and may cause a sync timeout which can block your pages from loading.</div><h3>FeedWordPress Syndication</h3><p>OK, now you have a valid feed. Add it to FeedWordPress. The settings you may wish to change:</p><p><strong>Posts &amp; Links &gt;</strong></p><ul><li>Permalinks point to: The local copy on this website</li><li>Relative URIs: leave relative URIs unresolved</li><li>Formatting filters: Expose syndicated posts to formatting filters</li></ul><p>Now, you should have a valid RSS feed and a properly configured Syndication system.Log in to Facebook and go to the app or page (easy way is to type the name into Facebook search bar at top).Share a Link, paste the URL of the page you want to feature, e.g. http://www.extremevisionhomes.com/</p><p><img
class="alignnone size-full wp-image-488" title="Posting from Facebook to WordPress via RSS" src="http://chrisgilligan.com/wp-content/uploads/2011/07/Screen-Shot-2011-07-25-at-8.47.54-PM.png" alt="" width="527" height="468" /></p><p>Edit the fields in the Link content by clicking on them. Or, you can upload a photo or video. But be sure to add a tagline to &#8220;Say something about this…&#8221; This line becomes your Title in the RSS feed or WordPress post. Otherwise you will see a generic &#8220;Your Client&#8217;s Facebook Wall 07/12/2011 15:35:43&#8243; as the title.</p><p><img
class="alignnone size-full wp-image-489" title="Facebook WordPress Syndication RSS" src="http://chrisgilligan.com/wp-content/uploads/2011/07/Screen-Shot-2011-07-25-at-8.50.58-PM.png" alt="" width="515" height="199" /></p><p>And on the client&#8217;s site, you will see this:</p><p><a
href="http://chrisgilligan.com/wp-content/uploads/2011/07/Screen-Shot-2011-07-25-at-10.48.23-PM.png"><img
class="alignnone size-large wp-image-491" title="Facebook Wall Posts on WordPress Website via Facebook RSS" src="http://chrisgilligan.com/wp-content/uploads/2011/07/Screen-Shot-2011-07-25-at-10.48.23-PM-1024x654.png" alt="" width="640" height="408" /></a></p><p>You may want to set up a WordPress Category for these posts. FeedWordPress can be configured to post to a specific Category, add Tags, etc. You might even separate these posts from the main blog page, or style them in your WordPress theme via CSS or a Category Template.</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/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="facebook syndication error rss">facebook syndication error rss</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="from facebook to wordpress">from facebook to wordpress</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="rotating twitter feed">rotating twitter feed</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="travel “powered by expressionengine”">travel “powered by expressionengine”</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="intitle：furniture">intitle：furniture</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="Furniture Blog Comment &quot;Powered by ExpressionEngine&quot;">Furniture Blog Comment &quot;Powered by ExpressionEngine&quot;</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="fancybox watermark">fancybox watermark</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="facebook rss syndication error">facebook rss syndication error</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="error scraping page facebook">error scraping page facebook</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/" title="publish from facebook to wordpress">publish from facebook to wordpress</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/feed/</wfw:commentRss> <slash:comments>2</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>Bike Shop Website with Facebook Features</title><link>http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/</link> <comments>http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/#comments</comments> <pubDate>Sun, 13 Feb 2011 21:51:43 +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[chattanooga]]></category> <category><![CDATA[Cycling]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Syndication]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=316</guid> <description><![CDATA[I&#8217;ve been hosting and helping with Suck Creek Cycle&#8217;s website since they opened in 1998. The site was long overdue for an upgrade, so I took an existing template design and tweaked it a bit to look like the bike shop, then integrated social media and syndicated content from their vendors. Facebook local business page [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2011/02/suck-creek-cycle.png" width="240" /></p><div
id="attachment_317" class="wp-caption aligncenter" style="width: 310px"><a
href="http://suckcreek.com/"><img
class="size-medium wp-image-317" title="suck-creek-cycle" src="http://chrisgilligan.com/wp-content/uploads/2011/02/suck-creek-cycle-300x245.png" alt="" width="300" height="245" /></a><p
class="wp-caption-text">Suck Creek Cycle website</p></div><p><strong>I&#8217;ve been hosting and helping with <a
href="http://suckcreek.com/">Suck Creek Cycle&#8217;s website</a> since they opened in 1998.</strong> The site was long overdue for an upgrade, so I took an existing template design and tweaked it a bit to look like the bike shop, then integrated social media and syndicated content from their vendors.</p><ul><li>Facebook local business page integration — publish from WordPress directly to Facebook</li><li>Facebook Friends and Wall displayed on the website</li><li>RSS Syndication for news from cycling sites and bike vendors</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/bike-shop-website-with-facebook-features/" title="powered by phpBB high school home page">powered by phpBB high school home page</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB regional map of united states">powered by phpBB regional map of united states</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB bicycle">powered by phpBB bicycle</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB what is the history of retail stores">powered by phpBB what is the history of retail stores</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB author">powered by phpBB author</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB get back">powered by phpBB get back</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB sales presentation training">powered by phpBB sales presentation training</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB bike stores">powered by phpBB bike stores</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB cash back rewards">powered by phpBB cash back rewards</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/" title="powered by phpBB class of 1998">powered by phpBB class of 1998</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/portfolio/bike-shop-website-with-facebook-features/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>Image Manipulation in WordPress Editor &#8211; Crop, Rotate, Resize Images</title><link>http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/</link> <comments>http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/#comments</comments> <pubDate>Sat, 29 Aug 2009 20:43:27 +0000</pubDate> <dc:creator>Chris Gilligan</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[plugins]]></category><guid
isPermaLink="false">http://chrisgilligan.com/?p=190</guid> <description><![CDATA[WordPress has a very nice and simple editor that uses TinyMCE. As of WP 2.8, there is a load of new functionality in the image uploading and management department, with the new Gallery functionality. I like the way WordPress handles all of the image files attached to a post&#8230; it lends itself to slideshows, etc. [...]]]></description> <content:encoded><![CDATA[<p
style="float:right; margin:0 0 10px 15px; width:240px;"> <img
src="http://chrisgilligan.com/wp-content/uploads/2009/08/c3.jpg" width="240" /></p><p>WordPress has a very nice and simple editor that uses TinyMCE. As of WP 2.8, there is a load of new functionality in the image uploading and management department, with the new Gallery functionality. I like the way WordPress handles all of the image files attached to a post&#8230; it lends itself to slideshows, etc. But recently I had a question about rotating images within the editor, and I went searching for a plugin to do it&#8230; and found <a
href="http://wordpress.org/extend/plugins/scissors/">Scissors</a>. This plugin adds <a
href="http://wordpress.org/extend/plugins/scissors/">cropping, resizing, and rotating functionality to WordPress&#8217; image upload and management dialogs</a>.</p><p>I just loaded and activated Scissors, so I&#8217;m going to try it out to see how it works&#8230;</p><div
id="attachment_193" class="wp-caption aligncenter" style="width: 310px"><img
class="size-medium wp-image-193" title="c4" src="http://chrisgilligan.com/wp-content/uploads/2009/08/c4-300x225.jpg" alt="this image is rotated" width="300" height="225" /><p
class="wp-caption-text">this image is rotated</p></div><div
id="attachment_192" class="wp-caption aligncenter" style="width: 235px"><img
class="size-medium wp-image-192" title="c3" src="http://chrisgilligan.com/wp-content/uploads/2009/08/c3-225x300.jpg" alt="this image is resized" width="225" height="300" /><p
class="wp-caption-text">this image is resized</p></div><div
id="attachment_191" class="wp-caption aligncenter" style="width: 264px"><img
class="size-medium wp-image-191" title="c2" src="http://chrisgilligan.com/wp-content/uploads/2009/08/c2-300x228.jpg" alt="this image is cropped" width="254" height="300" /><p
class="wp-caption-text">this image is cropped</p></div><p>Well, it looks like it works just fine! Another plugin that&#8217;s just become a necessity for client sites!</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/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="wordpress image manipulation">wordpress image manipulation</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="image manipulation wordpress">image manipulation wordpress</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="wordpress image manipulation plugin">wordpress image manipulation plugin</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="wordpress plugin image manipulation">wordpress plugin image manipulation</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="slideshow video">slideshow video</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="powered by phpBB common user application software">powered by phpBB common user application software</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="image manipulation wordpress plugin">image manipulation wordpress plugin</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="image slider expressionengine">image slider expressionengine</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="wordpress plugin crop resize images">wordpress plugin crop resize images</a></li><li
class="seo-searchterms"><a
href="http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/" title="media image crop plugin wordpress">media image crop plugin wordpress</a></li></ul>]]></content:encoded> <wfw:commentRss>http://chrisgilligan.com/wordpress/image-manipulation-in-wordpress-editor-crop-rotate-resize-images/feed/</wfw:commentRss> <slash:comments>1</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> </channel> </rss>
<!-- Served from: chrisgilligan.com @ 2012-02-06 10:19:05 by W3 Total Cache -->
