<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ten Edges</title>
	<atom:link href="http://tenedges.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenedges.com</link>
	<description>Bash • CSS • HTML5 • Java • JavaScript • MySQL • PHP • Postscript • RegEx • SVG</description>
	<lastBuildDate>Tue, 09 Apr 2013 16:35:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tenedges.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ten Edges</title>
		<link>http://tenedges.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tenedges.com/osd.xml" title="Ten Edges" />
	<atom:link rel='hub' href='http://tenedges.com/?pushpress=hub'/>
		<item>
		<title>Bulb ON/OFF</title>
		<link>http://tenedges.com/2013/01/25/bulb-onoff/</link>
		<comments>http://tenedges.com/2013/01/25/bulb-onoff/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 06:01:55 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=459</guid>
		<description><![CDATA[&#60;html&#62; &#60;body&#62; &#60;script&#62; function changeImage() { element=document.getElementById('myimage') if (element.src.match("bulbon.gif")) { element.src="bulboff.gif"; } else { element.src="bulbon.gif"; } } &#60;/script&#62; &#60;img id="myimage" onclick="changeImage()" src="bulboff.gif"&#62; &#60;/body&#62; &#60;/html&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=459&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-460" alt="bulbon" src="http://tenedges.files.wordpress.com/2013/01/bulbon.gif?w=625"   /><img class="alignnone size-full wp-image-461" alt="bulboff" src="http://tenedges.files.wordpress.com/2013/01/bulboff.gif?w=625"   /></p>
<pre id="line1">&lt;html&gt;
&lt;body&gt;

&lt;script&gt;

function changeImage() {
	element=document.getElementById('myimage')

	if (element.src.match("bulbon.gif")) {
		element.src="bulboff.gif";
		}
	else {
		element.src="bulbon.gif";
		}
	}

&lt;/script&gt;

&lt;img id="<a>myimage</a>" onclick="<a>changeImage()</a>" src="bulboff.gif"&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=459&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2013/01/25/bulb-onoff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2013/01/bulbon.gif" medium="image">
			<media:title type="html">bulbon</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2013/01/bulboff.gif" medium="image">
			<media:title type="html">bulboff</media:title>
		</media:content>
	</item>
		<item>
		<title>Bash (Unix shell)</title>
		<link>http://tenedges.com/2013/01/22/bash-unix-shell/</link>
		<comments>http://tenedges.com/2013/01/22/bash-unix-shell/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 08:04:42 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=454</guid>
		<description><![CDATA[Bash is a Unix shell written by Brian Fox, distributed widely as the default shell on Linux and Mac OS X. Bash is a command processor, typically run in a text window, allowing the user to type commands which cause actions. Bash can also read commands from a file, called a script. Like all Unix shells, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=454&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Bash is a Unix shell written by Brian Fox, distributed widely as the default shell on Linux and Mac OS X.</p>
<p>Bash is a command processor, typically run in a text window, allowing the user to type commands which cause actions.</p>
<p>Bash can also read commands from a file, called a script.</p>
<p>Like all Unix shells, it supports filename wildcarding, piping, here documents, command substitution, variables and control structures for condition-testing and iteration.</p>
<p>The acronym stands for Bourne-Again SHell, and is also descriptive of what it did, bashing together the features of sh, csh and ksh.</p>
<p><a href="http://gnu.org/software/bash/" target="_blank">gnu.org/software/bash/ </a></p>
<p>Thank you <a title="Bash Unix Shell" href="http://en.wikipedia.org/wiki/Bash_%28Unix_shell%29" target="_blank">Wikipedia</a>.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=454&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2013/01/22/bash-unix-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>
	</item>
		<item>
		<title>WP.com vs. WordPress.org</title>
		<link>http://tenedges.com/2012/05/01/wp-com-vs-wordpress-org/</link>
		<comments>http://tenedges.com/2012/05/01/wp-com-vs-wordpress-org/#comments</comments>
		<pubDate>Tue, 01 May 2012 20:33:59 +0000</pubDate>
		<dc:creator>ggrogy</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=434</guid>
		<description><![CDATA[Blogging From time to time, updating a website with the writing &#38; posting of new content consisting of text, photos, and/or audio/visual media; and accepting comments from visitors. WP.com Free Hosted Service, Themes, and Widgets Optimal Resource Utilization, Load Balancing Automatic Version Updating WordPress.org Self-Hosting on webserver of your own choosing Purchase Plugins, Templates, eCommerce [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=434&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Blogging</strong></p>
<ul>
<li>From time to time, updating a website with the writing &amp; posting of new content consisting of text, photos, and/or audio/visual media; and accepting comments from visitors.</li>
</ul>
<p><a href="http://tenedges.com/wp-com/">WP.com</a></p>
<ul>
<li>Free Hosted Service, Themes, and Widgets</li>
<li>Optimal Resource Utilization, Load Balancing</li>
<li>Automatic Version Updating</li>
</ul>
<p><a href="http://tenedges.com/wp-org/">WordPress.org</a></p>
<ul>
<li>Self-Hosting on webserver of your own choosing</li>
<li>Purchase Plugins, Templates, eCommerce</li>
<li>Unlimited Customization</li>
</ul>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=434&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/05/01/wp-com-vs-wordpress-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3ba1880147cb8ebf031b73e9bf4c9bfb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ggrogy</media:title>
		</media:content>
	</item>
		<item>
		<title>7) Welcome</title>
		<link>http://tenedges.com/2012/02/29/welcome/</link>
		<comments>http://tenedges.com/2012/02/29/welcome/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 03:44:37 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Install?]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=393</guid>
		<description><![CDATA[Finally, a successful configuration, ready to install: &#160; An email is received from wordpress (?) &#160; &#160; http://zapmap.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=393&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Finally, a successful configuration, ready to install:</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/welcome.png" target="_blank"><img class="alignnone size-full wp-image-395" title="welcome" src="http://tenedges.files.wordpress.com/2012/02/welcome.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p>An email is received from wordpress (?)</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/email.png" target="_blank"><img class="alignnone size-full wp-image-394" title="email" src="http://tenedges.files.wordpress.com/2012/02/email.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/wordpress4.png" target="_blank"><img class="alignnone size-full wp-image-396" title="wordpress4" src="http://tenedges.files.wordpress.com/2012/02/wordpress4.png?w=625" alt=""   /></a></p>
<p><a title="ZapMap" href="http://zapmap.com" target="_blank">http://zapmap.com</a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=393&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/02/29/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/welcome.png" medium="image">
			<media:title type="html">welcome</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/email.png" medium="image">
			<media:title type="html">email</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/wordpress4.png" medium="image">
			<media:title type="html">wordpress4</media:title>
		</media:content>
	</item>
		<item>
		<title>6) error</title>
		<link>http://tenedges.com/2012/02/29/error/</link>
		<comments>http://tenedges.com/2012/02/29/error/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 02:57:18 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Install?]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=383</guid>
		<description><![CDATA[Oh, oh! What could be wrong with these settings?: phpMyAdmin is some help, but also misleading: PhpInfo is no help: Good thing I made a screen shot of my password after adding user:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=383&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Oh, oh!</strong></p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/error.png" target="_blank"><img class="alignnone size-full wp-image-384" title="error" src="http://tenedges.files.wordpress.com/2012/02/error.png?w=625" alt=""   /></a></p>
<p><strong>What could be wrong with these settings?:</strong></p>
<p><a href="http://tenedges.com/2012/02/29/error/badsettings2/" rel="attachment wp-att-421" target="_blank"><img class="alignnone size-full wp-image-421" title="badsettings2" src="http://tenedges.files.wordpress.com/2012/02/badsettings2.png?w=625" alt=""   /></a></p>
<p><strong>phpMyAdmin is some help, but also misleading:</strong></p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/phpmyadmin.png" target="_blank"><img class="alignnone size-full wp-image-387" title="phpMyAdmin" src="http://tenedges.files.wordpress.com/2012/02/phpmyadmin.png?w=625" alt=""   /></a></p>
<p><strong>PhpInfo is no help:</strong></p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/phpinfo.png" target="_blank"><img class="alignnone size-full wp-image-386" title="phpinfo" src="http://tenedges.files.wordpress.com/2012/02/phpinfo.png?w=625" alt=""   /></a></p>
<p><strong>Good thing I made a screen shot of my password after adding user:</strong></p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/password1.png" target="_blank"><img class="alignnone size-full wp-image-391" title="password" src="http://tenedges.files.wordpress.com/2012/02/password1.png?w=625" alt=""   /></a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=383&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/02/29/error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/error.png" medium="image">
			<media:title type="html">error</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/badsettings2.png" medium="image">
			<media:title type="html">badsettings2</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/phpmyadmin.png" medium="image">
			<media:title type="html">phpMyAdmin</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/phpinfo.png" medium="image">
			<media:title type="html">phpinfo</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/password1.png" medium="image">
			<media:title type="html">password</media:title>
		</media:content>
	</item>
		<item>
		<title>5) configuration file</title>
		<link>http://tenedges.com/2012/02/29/configuration-file/</link>
		<comments>http://tenedges.com/2012/02/29/configuration-file/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 02:27:39 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Install?]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=377</guid>
		<description><![CDATA[&#160; &#160; &#160; Secret Key Online Generator: https://api.wordpress.org/secret-key/1.1/salt/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=377&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://tenedges.files.wordpress.com/2012/02/samplefile.png" target="_blank"><img class="alignnone size-full wp-image-379" title="samplefile" src="http://tenedges.files.wordpress.com/2012/02/samplefile.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/wpconfig.png" target="_blank"><img class="alignnone size-full wp-image-380" title="wpconfig" src="http://tenedges.files.wordpress.com/2012/02/wpconfig.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/salt.png" target="_blank"><img class="alignnone size-full wp-image-378" title="salt" src="http://tenedges.files.wordpress.com/2012/02/salt.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p>Secret Key Online Generator: <a title="secret key online generator" href="https://api.wordpress.org/secret-key/1.1/salt/" target="_blank">https://api.wordpress.org/secret-key/1.1/salt/</a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=377&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/02/29/configuration-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/samplefile.png" medium="image">
			<media:title type="html">samplefile</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/wpconfig.png" medium="image">
			<media:title type="html">wpconfig</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/salt.png" medium="image">
			<media:title type="html">salt</media:title>
		</media:content>
	</item>
		<item>
		<title>4) create database</title>
		<link>http://tenedges.com/2012/02/29/create-database/</link>
		<comments>http://tenedges.com/2012/02/29/create-database/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 01:28:29 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Install?]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=366</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=366&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-28-at-10-44-11-pm.png" target="_blank"><img class="alignnone size-full wp-image-371" title="Screen shot 2012-02-28 at 10.44.11 PM" src="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-28-at-10-44-11-pm.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-24-at-6-04-56-pm.png" target="_blank"><img class="alignnone size-full wp-image-367" title="welcomephpmyadmin" src="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-24-at-6-04-56-pm.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-24-at-6-14-55-pm.png" target="_blank"><img class="alignnone size-full wp-image-369" title="Screen shot 2012-02-24 at 6.14.55 PM" src="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-24-at-6-14-55-pm.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-28-at-10-38-07-pm.png" target="_blank"><img class="alignnone size-full wp-image-370" title="Screen shot 2012-02-28 at 10.38.07 PM" src="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-28-at-10-38-07-pm.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-29-at-7-08-26-am.png" target="_blank"><img class="alignnone size-full wp-image-372" title="Screen shot 2012-02-29 at 7.08.26 AM" src="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-29-at-7-08-26-am.png?w=625" alt=""   /></a></p>
<p>&nbsp;</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=366&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/02/29/create-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-28-at-10-44-11-pm.png" medium="image">
			<media:title type="html">Screen shot 2012-02-28 at 10.44.11 PM</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-24-at-6-04-56-pm.png" medium="image">
			<media:title type="html">welcomephpmyadmin</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-24-at-6-14-55-pm.png" medium="image">
			<media:title type="html">Screen shot 2012-02-24 at 6.14.55 PM</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-28-at-10-38-07-pm.png" medium="image">
			<media:title type="html">Screen shot 2012-02-28 at 10.38.07 PM</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/screen-shot-2012-02-29-at-7-08-26-am.png" medium="image">
			<media:title type="html">Screen shot 2012-02-29 at 7.08.26 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>3) download files</title>
		<link>http://tenedges.com/2012/02/29/download-files/</link>
		<comments>http://tenedges.com/2012/02/29/download-files/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 01:09:44 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Install?]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=360</guid>
		<description><![CDATA[Moving beyond WordPress.com and its all-in-one convenience: If you don&#8217;t mind the challenge of having separate hosting &#38; security, go with self-hosting WordPress.org for its maximum customization &#38; autonomy, and potential for very special functionality. Download the latest version from WordPress.org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=360&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h3><strong>Moving beyond WordPress.com and its all-in-one convenience:</strong></h3>
<p><strong>If you don&#8217;t mind the challenge of having separate hosting &amp; security, go with self-hosting WordPress.org for its maximum customization &amp; autonomy, and potential for very special functionality.</strong></p>
<p><strong>Download the latest version from <a title="WordPress.org" href="http://WordPress.org" target="_blank">WordPress.org</a></strong></p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/download.png" target="_blank"><img class="alignnone size-full wp-image-362" title="download" src="http://tenedges.files.wordpress.com/2012/02/download.png?w=625" alt=""   /></a></p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/files-icons.png" target="_blank"><img class="alignnone size-full wp-image-363" title="files icons" src="http://tenedges.files.wordpress.com/2012/02/files-icons.png?w=625" alt=""   /></a></p>
<p><a href="http://tenedges.files.wordpress.com/2012/02/12-8-mb.png" target="_blank"><img class="alignnone size-full wp-image-361" title="12.8 MB" src="http://tenedges.files.wordpress.com/2012/02/12-8-mb.png?w=625" alt=""   /></a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=360&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/02/29/download-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/download.png" medium="image">
			<media:title type="html">download</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/files-icons.png" medium="image">
			<media:title type="html">files icons</media:title>
		</media:content>

		<media:content url="http://tenedges.files.wordpress.com/2012/02/12-8-mb.png" medium="image">
			<media:title type="html">12.8 MB</media:title>
		</media:content>
	</item>
		<item>
		<title>2) WordPress.org</title>
		<link>http://tenedges.com/2012/02/29/wordpress-org/</link>
		<comments>http://tenedges.com/2012/02/29/wordpress-org/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 00:55:39 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Install?]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=357</guid>
		<description><![CDATA[WordPress.org Pros: Complete control and flexibility. Do whatever you want with your website. Hack the code, upload files to your web space, rearrange folders, and make your installation as flexible as you want. Since WordPress is open source, there are thousands of themes created for it. Some can drastically alter the appearance of your website. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=357&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h3><strong>WordPress.org Pros:</strong></h3>
<p><strong>Complete control and flexibility.</strong><br />
Do whatever you want with your website. Hack the code, upload files to your web space, rearrange folders, and make your installation as flexible as you want. Since WordPress is open source, there are thousands of themes created for it. Some can drastically alter the appearance of your website.</p>
<p><strong>Maximum extensions via plugins.</strong><br />
Thousands of plugins available to extend your website. Add a shopping cart, or membership option. Realize your dreams with WordPress + some plugins.</p>
<p><strong>Pure autonomy.</strong><br />
Follow your own policies. With the exception of your hosting provider’s rules.</p>
<p>&nbsp;</p>
<h3><strong>WordPress.org </strong>Cons:</h3>
<p><strong>Requires more time and work to maintain.</strong><br />
You have to do the updating &amp; maintenance.  If something goes wrong, no company or service is going to do it for you for free. You&#8217;ll need to take time out of your day. And due to human error and/or laziness to update, this leads into…</p>
<p><strong>Greater security risk.</strong><br />
Malware (malicious software) targets self-hosted websites because it has potentially the lowest security.</p>
<p><strong>More expensive.</strong><br />
Services that are hosted by a company are often offered at a flat-rate, unless there&#8217;s a bandwidth or traffic limit. As your website traffic grows, so does your expenses.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=357&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/02/29/wordpress-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>
	</item>
		<item>
		<title>1) WP.com -OR- install WordPress.org?</title>
		<link>http://tenedges.com/2012/02/29/wp-com-or-wordpress-org/</link>
		<comments>http://tenedges.com/2012/02/29/wp-com-or-wordpress-org/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 00:52:22 +0000</pubDate>
		<dc:creator>macenable</dc:creator>
				<category><![CDATA[Install?]]></category>

		<guid isPermaLink="false">http://tenedges.com/?p=354</guid>
		<description><![CDATA[WordPress.com Pros: Convenient all-in-one solution. Just get a WordPress.com account and you’re good to go. There&#8217;s an excellent selection of themes to start with. More stable and secure than self-hosted. WordPress.com will have better servers than you, and will maintain &#38; update the software so it&#8217;s more stable &#38; secure than a self-hosted installation. Traffic spikes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=354&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h3>WordPress.com Pros:</h3>
<p><strong>Convenient all-in-one solution.</strong><br />
Just get a WordPress.com account and you’re good to go. There&#8217;s an excellent selection of themes to start with.</p>
<p><strong>More stable and secure than self-hosted.</strong><br />
WordPress.com will have better servers than you, and will maintain &amp; update the software so it&#8217;s more stable &amp; secure than a self-hosted installation. Traffic spikes will not take your website down.</p>
<p><strong>Cheapest solution.</strong><br />
WordPress.com is the cheapest solutions. Low annual fee to map your own domain if you so choose. Some (paid) features to customize style and prevent advertising.</p>
<h3></h3>
<h3>WordPress.com Cons:</h3>
<p><strong>Limited design choices.</strong><br />
Changing how your blog looks is limited to a number of themes and their built-in features.</p>
<p><strong>No extensions.</strong></p>
<p>If you need specific functionality or to add special code, look into hosting your own WordPress.org software.</p>
<p><strong>Less autonomy.</strong><br />
Automattic, the company that created and manages WordPress.com, will have it’s own policies that you wouldn’t have if you were self-hosted.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tenedges.com&#038;blog=1028417&#038;post=354&#038;subd=tenedges&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tenedges.com/2012/02/29/wp-com-or-wordpress-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/e84d4622239b2738f7e572c9f43d88c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Groggy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
