<?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>Sylvan Social Technology™</title>
	<atom:link href="http://sylvansocial.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sylvansocial.com</link>
	<description>A one-stop shop for Web Development and Business Strategy, catering to small business and solo entrepreneurs.</description>
	<lastBuildDate>Wed, 29 May 2013 17:47:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Remove excess WordPress themes in seconds!</title>
		<link>http://sylvansocial.com/2011/11/remove-excess-wordpress-themes-in-seconds/</link>
		<comments>http://sylvansocial.com/2011/11/remove-excess-wordpress-themes-in-seconds/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 23:47:07 +0000</pubDate>
		<dc:creator>Aaron Sylvan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Tutorials for Developers]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security threat]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=1009</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/tutorials/" title="Tutorials">Tutorials</a><a href="http://sylvansocial.com/category/tutorials/developer-tutorials/" title="Tutorials for Developers">Tutorials for Developers</a></p>Did you know that Dreamhost defaults to installing over a hundred themes on your WordPress account, and some of those themes may have malware problems?]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/tutorials/" title="Tutorials">Tutorials</a><a href="http://sylvansocial.com/category/tutorials/developer-tutorials/" title="Tutorials for Developers">Tutorials for Developers</a></p><div class='et-box et-warning'>
					<div class='et-box-content'><p><strong>Did you know that <em>unused</em> WordPress themes can have security leaks in them, which might be exploited by malware?! <em>It&#8217;s insane!</em></strong></p>
<p>Get rid of your unused themes, immediately after installing WordPress!</p></div></div>
<p><img class="alignright size-thumbnail wp-image-1011" title="Dreamhost Logo" src="http://sylvansocial.com/wp-content/uploads/2011/11/dreamhost-logo-green1-150x150.gif" alt="Dreamhost Logo" width="150" height="150" />If you&#8217;re on Dreamhost, this can be a bit of a nuisance&#8230; its web-based FTP client is a drag to use, and many FTP clients you can use on your own machine are extremely slow.  I use FileZilla, and it can take as long as 10-20 minutes to delete all the directories and subdirectories for all the unused themes on a default Dreamhost installation.</p>
<h4>There&#8217;s a fast and easy way to solve this!</h4>
<p>First, you need to log into your account via telnet.  <a title="Log in to your Dreamhost account by SSH Terminal" href="http://sylvansocial.com/2011/11/log-in-to-your-dreamhost-account-by-ssh-terminal/" target="_blank">Click here if you don&#8217;t know how to log into a Dreamhost account via SSH.</a></p>
<p>Once you&#8217;re logged in, find the directory in your home account which holds the domain you&#8217;re interested in. Type &#8220;<code>ls</code>&#8221; to see the available choices.</p>
<div class='et-box et-info'>
					<div class='et-box-content'>Unfamiliar with Linux? Helpful hint: at any time you can type &#8220;<code>pwd</code>&#8221; to find out &#8220;where you are&#8221;. It stands for <strong>P</strong>rint <strong>W</strong>orking <strong>D</strong>irectory.&#8221;</div></div>
<p>Use the &#8220;<code>cd</code>&#8221; command to <strong>C</strong>hange <strong>D</strong>irectory to the domain you wish to edit. For instance, I&#8217;m about to clean up a subdomain I&#8217;m using for a test project, which is located at <code>r.sylvansocial.com</code>, so I type this:</p>
<blockquote><p><code>cd r.sylvansocial.com</code></p></blockquote>
<p>If you type &#8220;<code>ls</code>&#8221; again, you&#8217;ll see all the files in the root directory of your WordPress install.</p>
<p>The theme files are located inside <code>yourdomain.com/wp-content/themes</code>, so next you&#8217;ll want to <code>cd</code> over there:</p>
<blockquote><p><code>cd wp-content/themes</code></p></blockquote>
<p>If you want to check that you did this correctly, you can type &#8220;<code>pwd</code>&#8221; again, and you&#8217;ll see that your location on is <code>/home/YourDreamhostUsername/YourDomainName.com/wp-content/themes</code> (on Dreamhost&#8217;s server). If you&#8217;re with a different hosting company, it&#8217;s probably similar. Anyway, here&#8217;s a screen shot from the Terminal:</p>
<p style="text-align: center;"><a href="http://sylvansocial.com/wp-content/uploads/2011/11/TerminalViewOfAWordpressThemesFolder.png"><img class="aligncenter size-large wp-image-1012" title="Getting to a WordPress &quot;themes&quot; folder, via SSH Terminal" src="http://sylvansocial.com/wp-content/uploads/2011/11/TerminalViewOfAWordpressThemesFolder-1024x225.png" alt="Getting to a WordPress &quot;themes&quot; folder, via SSH Terminal" width="614" height="135" /></a></p>
<p>Next step, assuming you&#8217;re still using the default &#8220;twentyeleven&#8221; theme:</p>
<blockquote><p><code>mv twentyeleven .twentyeleven<br />
rm -r *<br />
mv .twentyeleven twentyeleven<br />
</code></p></blockquote>
<h2><strong>Done!</strong></h2>
<p>What might have taken a really long time via an FTP client, was probably just completed in under a second!</p>
<p><em>How?</em>  <span class='et-tooltip'><a href="http://www.youtube.com/watch?v=4Z2Z23SAFVA" target="_blank">Beacuase</a><span class='et-tooltip-box'>ok, this is a bit of a silly inside joke... it's from this video, which is great for a laugh if you have 2 minutes to be distracted: http://www.youtube.com/watch?v=4Z2Z23SAFVA<span class='et-tooltip-arrow'></span></span></span> [sic] the &#8220;<code>rm</code>&#8221; command tells Linux to <strong>r</strong>e<strong>m</strong>ove files, the &#8220;<code>-r</code>&#8221; tells it to go <strong>r</strong>ecursively through every directory underneath, and the &#8220;<code>*</code>&#8221; tells it to apply this action to every file in the directory.</p>
<p><em>Why</em> doesn&#8217;t this action kill the one theme that got renamed with a dot in front of it?  <span class='et-tooltip'><a href="http://www.youtube.com/watch?v=4Z2Z23SAFVA" target="_blank">Beacuase . . .</a><span class='et-tooltip-box'>see above for what 'beacuase' is about<span class='et-tooltip-arrow'></span></span></span> in Linux/Unix, a leading &#8220;dot&#8221; means &#8220;hide this file&#8221;.  And the <code>rm -r *</code> function skips over the file you renamed with the leading dot.</p>
<p>I can&#8217;t include a full Unix/Linux tutorial in this blog post, but of course contact us at <a title="Sylvan Social Technology: Your one-stop shop for all things relating to web development and social media!" href="http://SylvanSocial.com/estimates" target="_blank">http://SylvanSocial.com</a> if you have any questions!</p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/11/remove-excess-wordpress-themes-in-seconds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Log in to your Dreamhost account by SSH Terminal</title>
		<link>http://sylvansocial.com/2011/11/log-in-to-your-dreamhost-account-by-ssh-terminal/</link>
		<comments>http://sylvansocial.com/2011/11/log-in-to-your-dreamhost-account-by-ssh-terminal/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 23:04:24 +0000</pubDate>
		<dc:creator>Aaron Sylvan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Tutorials for Developers]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=1003</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/tutorials/" title="Tutorials">Tutorials</a><a href="http://sylvansocial.com/category/tutorials/developer-tutorials/" title="Tutorials for Developers">Tutorials for Developers</a></p>You can access your account much more quickly if you log in via SSH (Secure SHell), which you can get to from a "Terminal" window on your mac.  Here's how!]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/tutorials/" title="Tutorials">Tutorials</a><a href="http://sylvansocial.com/category/tutorials/developer-tutorials/" title="Tutorials for Developers">Tutorials for Developers</a></p><div class='et-box et-info'>
					<div class='et-box-content'>You may need to contact Dreamhost directly, to make sure that your account will allow you to log in via SSH&#8230; but if you do, there&#8217;s a bunch of operations you can do way faster than by using an FTP client.</div></div>
<p><a href="http://sylvansocial.com/wp-content/uploads/2011/11/dreamhost-logo-green.gif"><img class="alignright size-full wp-image-1004" title="Dreamhost Logo" src="http://sylvansocial.com/wp-content/uploads/2011/11/dreamhost-logo-green.gif" alt="Dreamhost Logo" width="200" height="200" /></a>Why?  Because many of the operations you might want to perform (such as removing bunches of folders, or searching through zillions of subdirectories) can happen extremely quickly on their machine as <em>local processes</em>, while they would take a long time to download to your machine, and then upload back.</p>
<p>Make sense?  For instance, if you want to make a copy of every directory in a WordPress installation, and move it to another location, for safekeeping, and then move it back later, that could require downloading hundreds of megabytes to your home computer — and then uploading them back to the Dreamhost server over the internet.  When all you really wanted was to tell their computer &#8220;copy this from point a to point b, both of which are on the same machine&#8221;.</p>
<p>Telnet, or logging in via SSH (a Secure SHell) makes it as if you&#8217;re sitting at <em>their</em> computer, instead of your own.  So long as you don&#8217;t actually need copies of files on your own machine, this approach is like teleporting into their office — since nothing needs to travel over the internet (except the commands you type), big file operations can be blindingly fast.</p>
<p>If you&#8217;re on a Mac, open the &#8220;Terminal&#8221; application (which you can find using &#8220;Quicklook&#8221;, or by hitting Command-Space and typing &#8220;Terminal&#8221; into the little blue search field on the top-right of your screen).</p>
<p>You&#8217;ll get a window that looks like an old DOS interface (fixed-width characters, etc.), and a command-line prompt.</p>
<p><a href="http://sylvansocial.com/wp-content/uploads/2011/11/MacTerminalView.png"><img class="aligncenter size-medium wp-image-1005" title="What a MacOS &quot;Terminal&quot; window looks like" src="http://sylvansocial.com/wp-content/uploads/2011/11/MacTerminalView-300x192.png" alt="What a MacOS &quot;Terminal&quot; window looks like" width="300" height="192" /></a>You&#8217;ll see the name of your computer, then a &#8220;tilde&#8221; (&#8220;~&#8221;) indicating that you&#8217;re in your home directory, and then a prompt (&#8220;$&#8221;) indicating that it&#8217;s ready for you to type stuff.</p>
<p>How do you find your Dreamhost account?  Easy.  Type this:</p>
<blockquote><p><code>ssh yourusername@yourdomainname.com</code></p></blockquote>
<p>In that example, &#8220;yourusername&#8221; is the username you have with Dreamhost (whatever you use to log in to their web admin panel).  And &#8220;yourdomainname&#8221; can be ANY of the domains you host with Dreamhost.</p>
<p>After you type that, the system may ask for your password, and it&#8217;s looking for the password you use to log in to <em>Dreamhost</em>, not the admin account you may have created on your blog or website or whatever you&#8217;re having them host.</p>
<p>Remember, if this doesn&#8217;t seem to work, it&#8217;s possible they haven&#8217;t authorized SSH access for your account.  If you call and ask, they should be able to fix that instantly, at no charge.</p>
<div class='et-box et-info'>
					<div class='et-box-content'>When you attempt to connect via SSH for the first time, you may get a scary-looking warning about &#8220;RSA Fingerprint unknown! Are you sure this host is who they claim to be?&#8221;.  If you get that message, type &#8220;yes&#8221;, and you&#8217;ll be fine.</div></div>
<h4>Happy telnetting!</h4>
<p>More posts will be coming soon on this site, showing you some of the awesome things you can do once you&#8217;re logged in.</p>
<p>For starters, try typing <code>ls</code> after you log in.  You&#8217;ll see each of your domains as a directory.  If you type &#8220;cd yourdomainname.com&#8221; (using one of the names you saw after using the &#8220;ls&#8221; command), then you&#8217;ll see everything that&#8217;s in that site&#8217;s directory.</p>
<p>Now you don&#8217;t need an FTP client; you just need to learn Linux! <img src='http://sylvansocial.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/11/log-in-to-your-dreamhost-account-by-ssh-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn your blog into a book with Bookfabrik</title>
		<link>http://sylvansocial.com/2011/09/turn-your-blog-into-a-book-with-bookfabrik/</link>
		<comments>http://sylvansocial.com/2011/09/turn-your-blog-into-a-book-with-bookfabrik/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 00:11:38 +0000</pubDate>
		<dc:creator>Kate Chasse</dc:creator>
				<category><![CDATA[Merchandise]]></category>
		<category><![CDATA[Online Art Portfolios]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[book printing]]></category>
		<category><![CDATA[bookfabrik]]></category>
		<category><![CDATA[print RSS]]></category>
		<category><![CDATA[RSS-to-print]]></category>
		<category><![CDATA[wordpress hardcover]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=745</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/merchandise/" title="Merchandise">Merchandise</a><a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p>Turn your blog into a book in a few easy steps &#8211; sound too good to be true? Bookfabrik, a new, up and coming company out of Germany, promises to do just that. They say they will take your social media content (your blog) and turn it into something awesome (a book or PDF)! Curious, [...]]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/merchandise/" title="Merchandise">Merchandise</a><a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p><p>Turn your blog into a book in a few easy steps &#8211; sound too good to be true? <a href="http://www.feedfabrik.com/bookfabrik/" target="_blank">Bookfabrik</a>, a new, up and coming company out of Germany, promises to do just that. They say they will take your social media content (your blog) and turn it into something awesome (a book or PDF)!</p>
<p>Curious, I tried it out with <a href="http://www.peepdrinks.com" target="_blank">www.peepdrinks.com</a>, a WordPress blog using the theme &#8220;Crisp&#8221;, which is a premium theme provided by <a href="http://woothemes.com" target="_blank">Woo Themes</a>. This theme is a &#8220;tumblog&#8221; theme, meaning that it has Custom Post Types which are similar to tumblr.com functionality.</p>
<p>To start, I chose the option for self-hosted WordPress site, entered the login information (it&#8217;s gotta be your blog!) and about 45 seconds later I was ready to modify my book! Here are the somewhat limited options for modifying the book:</p>
<ul>
<li>change the date range of what is printed</li>
<li>decide how you want to sort (it defaults to chronological)</li>
<li>select the categories you want to appear in the book</li>
<li>select the authors whose posts are to appear in the book</li>
<li>choose from 4 standard covers and change the book title/author</li>
<li>choose very basic layout options</li>
</ul>
<div id="attachment_746" class="wp-caption alignleft" style="width: 210px"><a href="http://sylvansocial.com/wp-content/uploads/2011/09/peepdrinksproof.pdf"><img class="size-full wp-image-746" title="Peepdrinks.com PDF Proof" src="http://sylvansocial.com/wp-content/uploads/2011/09/peepdrinksproof.png" alt="" width="200" height="266" /></a><p class="wp-caption-text">The PDF proof created for www.peepdrinks.com</p></div>
<p>Once you have made your choices you can download a pdf proof and from there either order a book or a pdf. Peepdrinks was 32 pages and for softcover with color printing the cost would have been 9.95 euros ($14), hardcover would be 15.95 euros ($22.50). Not too bad until you add the 17.95 euro ($25.50) shipping charge to the US. So, if you wanted the hardbound book in color your total cost would be almost $50.00. The PDF would only cost 4.95 euros ($7) and would be instantly downloadable.</p>
<p>One of the biggest problems I ran into is that Bookfabrik is not &#8220;smart&#8221; enough to pull featured images from a blog. Peepdrinks.com is a heavily illustrated site, but 90% of the images are missing from the book because the images aren&#8217;t inserted directly into the post, they are set as featured images (part of the tumblog functionality).</p>
<p>Aside from the cost, image capabilities and limited style options, other frustrations include: limited font selection (1 choice!), inability to save your progress and get back to it later (total book creation must be done in one sitting) and you can&#8217;t change your mind once you purchase &#8211; there are no changes or returns once the order it submitted.</p>
<p>Overall, if you have a blog that would make a cool book, or a nice gift, Bookfabrik is certainly worth considering.</p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/09/turn-your-blog-into-a-book-with-bookfabrik/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Metrics-Driven Design</title>
		<link>http://sylvansocial.com/2011/09/metrics-driven-design/</link>
		<comments>http://sylvansocial.com/2011/09/metrics-driven-design/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 05:52:26 +0000</pubDate>
		<dc:creator>Aaron Sylvan</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[metrics-driven design]]></category>
		<category><![CDATA[split-testing]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=756</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/best-practices/" title="Best Practices">Best Practices</a><a href="http://sylvansocial.com/category/best-practices/metrics/" title="Metrics">Metrics</a></p>Learn about "Metrics-Driven Design", in a fantastic slideshare from Joshua Porter, via Andrew Chen.]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/best-practices/" title="Best Practices">Best Practices</a><a href="http://sylvansocial.com/category/best-practices/metrics/" title="Metrics">Metrics</a></p><p>The key to successful design is trying different things to see what works.</p>
<p>Check out this slideshow, which should be self-explanatory:</p>
<div id="__ss_7276995" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Metrics Driven Design by Joshua Porter" href="http://www.slideshare.net/andrew_null/metrics-driven-design-by-joshua-porter" target="_blank">Metrics Driven Design by Joshua Porter</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/7276995" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></div>
<h3 style="padding-top:24px;"><a title="Sylvan Social Technology offers split-testing services for web designs, digital images, online ads, email marketing, and more!  Click here to learn how we can be engaged." href="http://sylvansocial.com/estimates/swp">Sylvan Social Technology</a> offers a variety of solutions for this type of split-testing, which can be applied to:</h3>
<ul>
<li>Digital Images</li>
<li>Web Site Designs</li>
<li>Online Advertising</li>
<li>Email Marketing</li>
<li><em>and more!</em></li>
</ul>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/09/metrics-driven-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why use WordPress to launch a new business?</title>
		<link>http://sylvansocial.com/2011/09/why-use-wordpress-to-launch-a-new-business/</link>
		<comments>http://sylvansocial.com/2011/09/why-use-wordpress-to-launch-a-new-business/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 11:20:13 +0000</pubDate>
		<dc:creator>Aaron Sylvan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=740</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a><a href="http://sylvansocial.com/category/reviews/wordpress/" title="WordPress">WordPress</a></p>We use WordPress for the same reason 22% of all new active domains in the US are using it.]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a><a href="http://sylvansocial.com/category/reviews/wordpress/" title="WordPress">WordPress</a></p><p><a href="http://sylvansocial.com/wp-content/uploads/2011/09/Wordpress-Logo-500px22.png"><img class="alignright size-medium wp-image-741" title="glossy WordPress logo" src="http://sylvansocial.com/wp-content/uploads/2011/09/Wordpress-Logo-500px2-300x300.png" alt="glossy WordPress logo" width="300" height="300" /></a>Because it&#8217;s incredibly quick and simple. Especially with special-purpose themes such as &#8220;<a title="SupportPress is an entire help-desk app, built inside of WordPress!" href="http://www.woothemes.com/2011/07/supportpress/" target="_blank">SupportPress</a>&#8221; or &#8220;<a title="&quot;Listings&quot; is a complete content management system, all inside a WordPress theme!" href="http://www.woothemes.com/2010/12/listings/" target="_blank">Listings</a>&#8221; from <a title="WooThemes is one of the best theme providers, and Sylvan Social Technology supports its product line." href="http://www.woothemes.com/" target="_blank">WooThemes</a>, and &#8220;<a title="A plug-in that works like a theme, to temporarily display a &quot;coming soon&quot; page for a website." href="http://www.elegantthemes.com/preview/Anticipate/" target="_blank">Anticipate</a>&#8221; or &#8220;<a title="Boutique: an e-store in WordPress" href="http://www.elegantthemes.com/preview/Boutique/" target="_blank">Boutique</a>&#8221; from <a title="ElegantThemes is one of the best theme providers, and Sylvan Social Technology supports its product line." href="http://www.elegantthemes.com" target="_blank">ElegantThemes</a>.</p>
<p>According to WordPress.org, WordPress currently powers 14.7% of the top million websites in the world (up from 8.5%), and the latest data show 22 out of every 100 new active domains in the US are running WordPress.  A recent survey of end-users and developers got responses from over 18,000 participants, and the results of this survey are being used to improve the product.</p>
<p>It has developed rapidly over the past few years, and because of its open-source structure, WordPress has by far the largest library of third-party extensions available for it.</p>
<p>For virtually every feature imaginable, there are several competing products.  Choosing <em>which</em> product to use for a given feature, such as Event Management or Merchandise Sales, can can be tricky, which is why you&#8217;ll want a development shop that keeps its suite of tools extremely current.  The better packages publish updates every few weeks, with major upgrades every few months&#8230; so the best set of tools <em>this month</em> is different from last month.  The best developers will do fresh research for each product, but they will do the best job if it&#8217;s something they live and breathe every day.</p>
<p>A casual user can quickly and easily become facile with maintaining a WordPress site, but if you want to jumpstart a business, there&#8217;s no faster way than hiring the right development shop.  Unless your business is very unusual, a competent team should be able to build a fantastic web presence or basic site implementation in the range from $1,000 to $10,000, depending on complexity and the level of design customization you require.</p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/09/why-use-wordpress-to-launch-a-new-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace lame .jpgs with cool CSS gradients!</title>
		<link>http://sylvansocial.com/2011/08/replace-your-jpg-buttons-and-headers-with-css-gradients/</link>
		<comments>http://sylvansocial.com/2011/08/replace-your-jpg-buttons-and-headers-with-css-gradients/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 21:24:18 +0000</pubDate>
		<dc:creator>Aaron Sylvan</dc:creator>
				<category><![CDATA[Tutorials for Developers]]></category>
		<category><![CDATA[colorzilla]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css gradients]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[gradients]]></category>
		<category><![CDATA[no more .png]]></category>
		<category><![CDATA[no more jpegs]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[vector graphics]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=723</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/tutorials/developer-tutorials/" title="Tutorials for Developers">Tutorials for Developers</a></p>Did you know you can render gradients for your buttons, title bars, menus, and more... in CSS?! With an editor that's almost as powerful as photoshop!  Say goodbye to your little background bitmaps... now you can step up to vector — easily, and for free!]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/tutorials/developer-tutorials/" title="Tutorials for Developers">Tutorials for Developers</a></p><div id="attachment_724" class="wp-caption alignright" style="width: 310px"><a href="http://sylvansocial.com/wp-content/uploads/2011/08/aGradient22.jpg"><img class="size-medium wp-image-724" title="Gradients can be made in CSS instead of .jpg or .png!" src="http://sylvansocial.com/wp-content/uploads/2011/08/aGradient2-300x185.jpg" alt="Gradients can be made in CSS instead of .jpg or .png!" width="300" height="185" /></a><p class="wp-caption-text">Gradients can be made in CSS instead of .jpg or .png!</p></div>
<p>So, you want to have a with a nifty gradient background, or maybe a bar for a menu or your widgets&#8230;  And you want to to have that trendy &#8220;drippy-wet glossy&#8221; feel&#8230; what do you do?</p>
<p><strong>The Amateur Way:</strong>  Hop into Photoshop, create a file of the size you need, create the gradient, save it as a .jpg, and load it on your website as an image.</p>
<p><strong>A Slightly Better Way:</strong> Create a 1-pixel strip, and using &#8220;repeat-x&#8221; or &#8220;repeat-y&#8221;, have the browser render your strip at whatever width (or height) you need.</p>
<p>Here&#8217;s the absolute rockstar way to do it:</p>
<p style="text-align: center;"><strong><a href="http://www.colorzilla.com/gradient-editor/">http://www.colorzilla.com/gradient-editor/</a></strong></p>
<p>And then you can create extremely complex gradients <em>without a single .jpg or .png file!</em>  Pure CSS!  Infinitely scaleable to any dimensions, and they&#8217;ll look equally beautiful at any size!  Plus if you need to change something later, your whole site will be instantly re-rendered.</p>
<p>You could sift through the CSS manuals and figure this out by hand, but <em>why</em>? The Colorzilla site is completely awesome.  Just pray they don&#8217;t take it down or start charging money.</p>
<blockquote style="text-align:center !important;"><p>Special thanks to <a href="http://JanetEsquirol.com/" alt="Janet Esquirol Design" title="Janet Esquirol Design" target="_blank">Janet Esquirol</a> for finding this gem!</p></blockquote>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/08/replace-your-jpg-buttons-and-headers-with-css-gradients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhotoShelter.com</title>
		<link>http://sylvansocial.com/2011/08/photoshelter-com/</link>
		<comments>http://sylvansocial.com/2011/08/photoshelter-com/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 18:42:04 +0000</pubDate>
		<dc:creator>Kate Chasse</dc:creator>
				<category><![CDATA[Online Art Portfolios]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[Photoshelter]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=668</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p>PhotoShelter is quite simply the premier site for photographers to create their online portfolios and sell images. It offers the most features of all online portfolio sites, including: A customizable domain name; Ability to add your own logo and customize the header and footer; Fully customizable galleries (your own CSS) in addition to pre-made templates; [...]]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p><p><a href="http://sylvansocial.com/2011/08/photoshelter-com/photoshelter/" rel="attachment wp-att-689"><img src="http://sylvansocial.com/wp-content/uploads/2011/08/PhotoShelter.jpg" alt="" title="PhotoShelter" width="300" height="70" class="alignnone size-full wp-image-689" /></a></p>
<p><a href="http://www.photoshelter.com">PhotoShelter</a> is quite simply the premier site for photographers to create their online portfolios and sell images. It offers the most features of all online portfolio sites, including:
<ul>
<li>A customizable domain name;</li>
<li>Ability to add your own logo and customize the header and footer;</li>
<li>Fully customizable galleries (your own CSS) in addition to pre-made templates;</li>
<li>Four print partners, or the ability to self-fulfill orders;</li>
<li>SEO features that show you exactly where and what to do to rank well in search engines;</li>
<li>Easy integration with social media sites – including RSS feeds and embeddable slideshows;</li>
<li>Accepts all photo file types, including RAW and PSD;</li>
<li>Lightbox login;</li>
<li>Wide selection of photos, photo books and other gifts;</li>
<li>Digital Downloads available with multiple sizes and different license terms available;</li>
<li>Easy to use watermark manager;</li>
<li>Low transaction fees of 8%-10% (depending on your plan);</li>
</ul>
<p>The biggest downside to PhotoShelter is the cost, which ranges (based mostly on storage space) from $9.99 to $49.99 per month, so it is not intended for the casual user looking to show off their vacation pictures. But, if you are a serious photographer and you want to display and network with other serious photographers, PhotoShelter is the place to do it. Another small downside is that PhotoShelter does not currently allow videos. It wouldn’t surprise me if this feature was eventually added, but if it is, expect it to only be available to the more expensive pro account. </p>
<p>The bottom line: If you want to break into the world of professional photography, to display your work and network with other serious photographers (over 65,000 current users), and money is not a factor, PhotoShelter is a great place to get started.</p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/08/photoshelter-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carbonmade.com</title>
		<link>http://sylvansocial.com/2011/08/carbonmade-com/</link>
		<comments>http://sylvansocial.com/2011/08/carbonmade-com/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 18:41:36 +0000</pubDate>
		<dc:creator>Kate Chasse</dc:creator>
				<category><![CDATA[Online Art Portfolios]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Carbonmade]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=672</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p>Carbonmade is one of those websites that you pull up and wonder if you made a spelling error in the address bar. Its homepage is a combination of casual, colorful vector art simply stating, “this is the place for your online portfolio”. And that is exactly what Carbonmade is &#8211; designed for ease and simplicity, [...]]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p><p><a href="http://carbonmade.com/"><img src="http://sylvansocial.com/wp-content/uploads/2011/08/carbonmade2-300x224.png" alt="" title="carbonmade" width="300" height="224" class="alignright size-medium wp-image-699" /></a><a href="http://carbonmade.com/">Carbonmade</a> is one of those websites that you pull up and wonder if you made a spelling error in the address bar. Its homepage is a combination of casual, colorful vector art simply stating, “this is the place for your online portfolio”. And that is exactly what Carbonmade is &#8211; designed for ease and simplicity, Carbonmade is perfect if you are looking to manage your portfolio with a quick and no-fills set up. </p>
<p>It’s free, or fairly reasonably priced too. The free, “Meh” plan, provides you a unique url, up to 5 projects and up to 35 images. If you are looking for more, simply sign up for the “Whoo!” plan at $12 per month and get up to 50 projects, 500 images, 10 videos and domain binding.</p>
<p>As previously mentioned, setting up your account and adding a project is straightforward and simple. Choose your style of folio by selecting colors, fonts and footer information and then begin uploading images. Carbonmade also features a business directory divided by skills and areas of expertise, including a category for artists that are available for freelance. </p>
<p>There are a few downsides, the biggest being that although it is simple and straightforward, it is also very limiting. You are limited to the style choices and formatting capabilities provided, which is especially frustrating if you are paying for the “Whoo!” plan and are looking to do more with your portfolio. The price also seems a bit steep considering they cap your portfolio to 500 images and the free plan only gives you 35. Also, there are no selling features available, this is strictly a portfolio site. </p>
<p>All in all, this is a great application for those that want a simple, small online portfolio.</p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/08/carbonmade-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZenFolio</title>
		<link>http://sylvansocial.com/2011/08/zenfolio/</link>
		<comments>http://sylvansocial.com/2011/08/zenfolio/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 18:40:18 +0000</pubDate>
		<dc:creator>Kate Chasse</dc:creator>
				<category><![CDATA[Online Art Portfolios]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Photoshelter]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[SmugMug]]></category>
		<category><![CDATA[Zenfolio]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=674</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p>Zenfolio is yet another online portfolio and photo selling site rich with good features and low yearly cost. Zenfolio most closely resembles SmugMug in regards to features and pricing &#8211; it is missing a few of the features SmugMug offers but comes at a much lower price of $100 per year (in comparison to SmugMug&#8217;s [...]]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p><p><a href="http://zenfolio.com"><img src="http://sylvansocial.com/wp-content/uploads/2011/08/zenfolio2-300x184.png" alt="" title="zenfolio" width="300" height="184" class="alignleft size-medium wp-image-706" /></a><a href="http://zenfolio.com/">Zenfolio</a> is yet another online portfolio and photo selling site rich with good features and low yearly cost. Zenfolio most closely resembles SmugMug in regards to features and pricing &#8211; it is missing a few of the features SmugMug offers but comes at a much lower price of $100 per year (in comparison to SmugMug&#8217;s $150+ yearly pricetag). For those just wanting an online portfolio with no selling involved, plans range from $25 to $50 per year. Zenfolio&#8217;s premium membership features include:</p>
<ul>
<li>7 clean looking layout options with many customizable variables (although you cannot modify any CSS)</li>
<li>A customizable domain name</li>
<li>Unlimited photo uploads</li>
<li>Easy integration into social media sites</li>
<li>Wide selection of photos, photo books and other gifts</li>
<li>Ability to self-fulfill orders with a lab of your choice</li>
<li>One of the best and easiest to use watermark managers</li>
<li>Digital Downloads available with multiple sizes and different license terms available</li>
<li>Transaction fees of 4% to 12% depending on product type (prints vs. digital downloads)</li>
</ul>
<p>Zenfolio is an excellent choice based on price point, but there are some limitations in comparison to SmugMug or Photoshelter. The inability to fully customize your portfolio is the biggest limitation. The options they give you are really good, but there are some people out there who&#8217;ll want to be able to import or modify their own CSS. Another issue is that you are unable to use RAW, TIFF and PSD filetypes, even with the premium membership. Finally, the SEO tools and keyword tagging is somewhat lacking compared to other sites.</p>
<p>On the upside, the yearly cost is by far the cheapest and Zenfolio still manages to offer a majority of the most wanted features. For those looking for a simpler setup and great selling capabilities, Zenfolio is worth a try!</p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/08/zenfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FotoMoto</title>
		<link>http://sylvansocial.com/2011/08/fotomoto/</link>
		<comments>http://sylvansocial.com/2011/08/fotomoto/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 18:39:26 +0000</pubDate>
		<dc:creator>Kate Chasse</dc:creator>
				<category><![CDATA[Online Art Portfolios]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[FotoMoto]]></category>
		<category><![CDATA[Photoshelter]]></category>
		<category><![CDATA[SmugMug]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sylvansocial.com/?p=678</guid>
		<description><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p>FotoMoto is in a category of its own. Unlike Photoshelter or SmugMug, FotoMoto has no online portfolio hosting capabilities. Instead, FotoMoto is an e-commerce system that gives independent photographers and web publishers the ability to sell their work directly on their own site. They do all of the hard work for you: printing, packing, shipping [...]]]></description>
				<content:encoded><![CDATA[<p>Posted in <a href="http://sylvansocial.com/category/reviews/online-art-portfolios/" title="Online Art Portfolios">Online Art Portfolios</a><a href="http://sylvansocial.com/category/reviews/" title="Reviews">Reviews</a></p><p><a href="http://fotomoto.com"><img class="alignleft size-medium wp-image-710" title="fotomoto" src="http://sylvansocial.com/wp-content/uploads/2011/08/fotomoto_22-300x199.png" alt="" width="300" height="199" /></a><a href="http://fotomoto.com/">FotoMoto</a> is in a category of its own. Unlike Photoshelter or SmugMug, FotoMoto has no online portfolio hosting capabilities. Instead, FotoMoto is an e-commerce system that gives independent photographers and web publishers the ability to sell their work directly on their own site. They do all of the hard work for you: printing, packing, shipping and customer support. All you need to do is set up your store in the FotoMoto Wizard and then add a few lines of javascript code to your site and you are ready to sell. Plus, the entire shopping experience is widget based and on your own site, so none of your visitors will be directed elsewhere. The benefits of FotoMoto include:</p>
<ul>
<li>Easily integrates directly into your current website, including WordPress sites</li>
<li>No subscription fee, only pay a 15% transaction fee on each order</li>
<li>FotoMoto&#8217;s transaction fee covers everything &#8211; printing, shipping and customer service</li>
<li>Personalize your Widget&#8217;s &#8220;Buy Buttons&#8221; with simple CSS</li>
<li>High quality printing with many shopping choices (prints, canvas prints, Fine Art Prints, greeting cards, etc.)</li>
</ul>
<p>If you already have your own website set-up and you want to start selling your photos without doing a lot of work, FotoMoto is well worth a try! If you are still not sure, or want to hear about FotoMoto directly from the source, watch the <a href="http://blip.tv/fotomoto/fotomoto-concept-video-3889757">FotoMoto Concept Video</a>.</p>
<!-- Start Shareaholic ClassicBookmarks Automatic --><!-- End Shareaholic ClassicBookmarks Automatic -->]]></content:encoded>
			<wfw:commentRss>http://sylvansocial.com/2011/08/fotomoto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
