<?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>Free Technology Tutorials &#187; From WordPress Codex</title>
	<atom:link href="http://educhalk.org/blog/tag/from-wordpress-codex/feed/" rel="self" type="application/rss+xml" />
	<link>http://educhalk.org/blog</link>
	<description>Technology Made Easy</description>
	<lastBuildDate>Wed, 16 May 2012 15:57:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-RC1-20950</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Is Mod_Rewrite Enabled on Your Server? The phpinfo Function</title>
		<link>http://educhalk.org/blog/2010/12/is-mod_rewrite-enabled-on-your-server-the-phpinfo-function/</link>
		<comments>http://educhalk.org/blog/2010/12/is-mod_rewrite-enabled-on-your-server-the-phpinfo-function/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 17:12:29 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WP General]]></category>
		<category><![CDATA[From WordPress Codex]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=1058</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; To get information about your server, you can use the PHP Info function: Type the code shown [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/common-wordpress-installation-problems-and-how-to-fix-them/' rel='bookmark' title='Common WordPress Installation Problems &#8212; And How to Fix Them!'>Common WordPress Installation Problems &#8212; And How to Fix Them!</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/' rel='bookmark' title='WordPress Blog Hacked &#8212; Now What?'>WordPress Blog Hacked &#8212; Now What?</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1058" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2010%2F12%2Fis-mod_rewrite-enabled-on-your-server-the-phpinfo-function%2F&amp;text=Is%20Mod_Rewrite%20Enabled%20on%20Your%20Server%3F%20The%20phpinfo%20Function&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2010%2F12%2Fis-mod_rewrite-enabled-on-your-server-the-phpinfo-function%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>To get information about your server, you can use the PHP Info function:</p>
<ul>
<li>Type the code shown below into a text file</li>
</ul>
<p><a href="http://educhalk.org/blog/wp-content/uploads/2010/12/Untitled-1.gif"><img class="size-full wp-image-1063 alignnone" title="Untitled-1" src="http://educhalk.org/blog/wp-content/uploads/2010/12/Untitled-1.gif" alt="" width="141" height="30" /></a></p>
<ul>
<li>Save as <strong>info.php</strong></li>
<li>Upload to server. Visit in your browser (www.example.com/info.php)</li>
</ul>
<p>That will give you info about your php version, mod_rewrite, and lots of other server &#8220;stuff&#8221;.</p>
<p>The <strong>info.php</strong> file returns a page outlining the details of your PHP installation.</p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/common-wordpress-installation-problems-and-how-to-fix-them/' rel='bookmark' title='Common WordPress Installation Problems &#8212; And How to Fix Them!'>Common WordPress Installation Problems &#8212; And How to Fix Them!</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/' rel='bookmark' title='WordPress Blog Hacked &#8212; Now What?'>WordPress Blog Hacked &#8212; Now What?</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2010/12/is-mod_rewrite-enabled-on-your-server-the-phpinfo-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Blog Hacked &#8212; Now What?</title>
		<link>http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/</link>
		<comments>http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:46:24 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[WP General]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Hacked]]></category>
		<category><![CDATA[WordPress Hacked]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=753</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It has been edited significantly from its original form. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; My WordPress blog has been hacked; or at least I think its been hacked. What do I do now? The WordPress Exploit Scanner [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/11/wordpress-tip-delete-old-or-unwanted-plugins/' rel='bookmark' title='WordPress Tip: Delete Old or Unwanted Plugins'>WordPress Tip: Delete Old or Unwanted Plugins</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton753" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2010%2F01%2Fwordpress-blog-hacked-now-what%2F&amp;text=WordPress%20Blog%20Hacked%20%26%238212%3B%20Now%20What%3F&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2010%2F01%2Fwordpress-blog-hacked-now-what%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It has been edited significantly from its original form. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>My WordPress blog has been hacked; or at least I think its been hacked. What do I do now?</strong></p>
<p>The WordPress <a href="http://wordpress.org/extend/plugins/exploit-scanner/" target="_blank">Exploit Scanner</a> plugin can help detect damage so that it can be cleaned up. Other things you should do:</p>
<ul>
<li>Change passwords for all blog users, including your own, with a role higher than Subscriber</li>
<li>If you upload files to your site via FTP, change your FTP password</li>
<li>Change your web hosting control panel (such as Cpanel) password</li>
<li>Completely remove all current WordPress core code and re-install the latest version of WordPress</li>
<li>Make sure you are only using trusted plugins and themes&#8211;those from wordpress.org or a trusted commercial developer</li>
<li>Remove all unused themes and plugins</li>
<li>Make sure all of your plugins and themes are up-to-date&#8211;it&#8217;s best to install new, clean copies of each theme and plugin</li>
<li>Update your security keys in wp-config.php</li>
<li>Search your entire web-directory (public_html directory, not just the WP directory) to ensure no other files are infected</li>
<li>Check directory and file permission on your server. Typically, directory permissions should be 755 and files should be 644, but this will depend on your particular server environment.</li>
</ul>
<p>If all else fails, <a href="http://educhalk.org/blog/contact/">contact me</a> and I will quote you a reasonable price for fixing your site for you&#8230;I only work on Linux systems with Cpanel, or an equivalent control panel.</p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/11/wordpress-tip-delete-old-or-unwanted-plugins/' rel='bookmark' title='WordPress Tip: Delete Old or Unwanted Plugins'>WordPress Tip: Delete Old or Unwanted Plugins</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Tip: Delete Old or Unwanted Plugins</title>
		<link>http://educhalk.org/blog/2009/11/wordpress-tip-delete-old-or-unwanted-plugins/</link>
		<comments>http://educhalk.org/blog/2009/11/wordpress-tip-delete-old-or-unwanted-plugins/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:56:39 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Released Under GPL]]></category>
		<category><![CDATA[Uninstall plugins]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=559</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Delete Old or Unwanted Plugins &#8212; Keeps Your Site Running Well and Increases Security Many times a [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/' rel='bookmark' title='WordPress Blog Hacked &#8212; Now What?'>WordPress Blog Hacked &#8212; Now What?</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2010/11/wp-property-cool-wordpress-plugin-for-real-estate/' rel='bookmark' title='WP-Property &#8212; Cool WordPress Plugin for Real Estate'>WP-Property &#8212; Cool WordPress Plugin for Real Estate</a> <small>TweetI was helping a real estate agent move and clean...</small></li>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton559" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F11%2Fwordpress-tip-delete-old-or-unwanted-plugins%2F&amp;text=WordPress%20Tip%3A%20Delete%20Old%20or%20Unwanted%20Plugins&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F11%2Fwordpress-tip-delete-old-or-unwanted-plugins%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Delete Old or Unwanted Plugins &#8212; Keeps Your Site Running Well and Increases Security</strong></p>
<p>Many times a plugin doesn&#8217;t fit your site or you don&#8217;t need it, but you leave it there just in case. These tend to pile up in your Administration &gt; Plugins Panel, making your plugin list long and cumbersome to scroll through. If left there long enough, they might become obsolete with the new WordPress versions and they could get outdated and cause problems&#8211;including security vulnerabilities. Check your Plugins list often and clean out the stuff you know you won&#8217;t use.</p>
<p>Begin your Plugins housekeeping by visiting the plugin author&#8217;s site to see if there are instructions on how to uninstall the plugin via the Plugins panel on the left side of the screen. Some plugins require adding tags and code to your Template files while others require modification of the WordPress administration files. Be sure and read through the plugin&#8217;s uninstall instructions to remove each of these modifications so your site will not have errors when the plugin is turned off.</p>
<p>If no specific instructions for uninstalling exist, then read through the installation instructions to check for modifications, if applicable, and reverse their changes, if implemented. If it has been a long time since you used this plugin, you still might have left its modifications in your template files and forgotten them. Carefully remove them.</p>
<p>To remove a plugin, make sure the plugin is deactivated from the Administration &gt; Plugins Panel. Then you can uninstall in that same area. For some plugins, there may be left-over files in your plugins directory even after you uninstall using the admin interface. It&#8217;s always a good idea to look in your plugins directory to ensure the plugin files are gone&#8230;if not, then delete them.</p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/' rel='bookmark' title='WordPress Blog Hacked &#8212; Now What?'>WordPress Blog Hacked &#8212; Now What?</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2010/11/wp-property-cool-wordpress-plugin-for-real-estate/' rel='bookmark' title='WP-Property &#8212; Cool WordPress Plugin for Real Estate'>WP-Property &#8212; Cool WordPress Plugin for Real Estate</a> <small>TweetI was helping a real estate agent move and clean...</small></li>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/11/wordpress-tip-delete-old-or-unwanted-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Overview of WordPress 2.8 Database Tables</title>
		<link>http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/</link>
		<comments>http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 14:38:15 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[WP Older]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Released Under GPL]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=494</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; WordPress 2.8 Database Table Overview WordPress 2.8 Tables (10) Table Name Description Relevant Area(s) of WordPress User [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/how-to-write-a-wordpress-post/' rel='bookmark' title='How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-pages-the-basics/' rel='bookmark' title='WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-comment-moderation/' rel='bookmark' title='WordPress Comment Moderation'>WordPress Comment Moderation</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton494" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Foverview-of-wordpress-2-8-database-tables%2F&amp;text=Overview%20of%20WordPress%202.8%20Database%20Tables&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Foverview-of-wordpress-2-8-database-tables%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>WordPress 2.8 Database Table Overview </strong></p>
<table border="1" cellpadding="0">
<tbody>
<tr>
<td colspan="3" valign="top"><strong>WordPress 2.8 Tables (10)</strong></td>
</tr>
<tr>
<td width="6%" valign="top"><strong>Table Name </strong></td>
<td width="35%" valign="top"><strong>Description </strong></td>
<td valign="top"><strong>Relevant Area(s) of WordPress User Interface </strong></td>
</tr>
<tr>
<td valign="top"><strong>wp_comments </strong></td>
<td valign="top">The <strong>comments</strong> within WordPress are stored in the wp_comments   table.</td>
<td valign="top">Comments are created by readers as responses to posts.   Comments are managed by administrator via Administration &gt; Comments &gt; Comments</td>
</tr>
<tr>
<td valign="top"><strong>wp_links </strong></td>
<td valign="top">The wp_links holds information related to the <strong>links</strong> entered into the Links feature of WordPress.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Links &gt; Add New</li>
<li>Administration        &gt; Links &gt; Edit</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_options </strong></td>
<td valign="top">The <strong>Options</strong> set under the <strong>Administration &gt; Settings</strong> panel are stored in the wp_options table.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Settings &gt; General</li>
<li>Administration        &gt; Settings &gt; Writing</li>
<li>Administration        &gt; Settings &gt; Reading</li>
<li>Administration        &gt; Settings &gt; Discussion</li>
<li>Administration        &gt; Settings &gt; Privacy</li>
<li>Administration        &gt; Settings &gt; Permalinks</li>
<li>Administration        &gt; Settings &gt; Miscellaneous</li>
<li>Administration        &gt; Appearance &gt; Widgets</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_postmeta </strong></td>
<td valign="top">Each <strong>post</strong> features information called the <strong>meta   data</strong> and it is stored in the wp_postmeta. Some plugins may add their own   information to this table.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Posts &gt; Add New</li>
<li>Administration        &gt; Pages &gt; Add New</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_posts </strong></td>
<td valign="top">The core of the WordPress data is the <strong>posts</strong>. It is   stored in the wp_posts table.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Posts &gt; Add New</li>
<li>Administration        &gt; Posts &gt; Edit</li>
<li>Administration        &gt; Pages &gt; Add New</li>
<li>Administration        &gt; Page &gt; Edit</li>
<li>Administration        &gt; Media &gt; Add New</li>
<li>Administration        &gt; Media &gt; Library</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_terms </strong></td>
<td valign="top">The <strong>categories</strong> for both posts and links and the <strong>tags</strong> for posts are found within the wp_terms table.</td>
<td rowspan="3" valign="top">
<ul>
<li>Administration        &gt; Posts &gt; Tags</li>
<li>Administration        &gt; Posts &gt; Categories</li>
<li>Administration        &gt; Links &gt; Link Categories</li>
<li>Administration        &gt; Posts &gt; Add New</li>
<li>Administration        &gt; Posts &gt; Edit</li>
<li>Administration        &gt; Pages &gt; Add New</li>
<li>Administration        &gt; Page &gt; Edit</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_term_relationships </strong></td>
<td valign="top"><strong>Posts</strong> are associated with categories and tags from   the wp_terms table and this association is maintained in the wp_term_relationships   table. The association of <strong>links</strong> to their respective categories are   also kept in this table.</td>
</tr>
<tr>
<td valign="top"><strong>wp_term_taxonomy </strong></td>
<td valign="top">This table describes the taxonomy (<strong>category</strong>, <strong>link</strong>,   or <strong>tag</strong>) for the entries in the wp_terms table.</td>
</tr>
<tr>
<td valign="top"><strong>wp_usermeta </strong></td>
<td valign="top">Each <strong>user</strong> features information called the <strong>meta   data</strong> and it is stored in wp_usermeta.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Users</li>
</ul>
</td>
</tr>
<tr>
<td valign="top"><strong>wp_users </strong></td>
<td valign="top">The list of <strong>users</strong> is maintained in table wp_users.</td>
<td valign="top">
<ul>
<li>Administration        &gt; Users</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/how-to-write-a-wordpress-post/' rel='bookmark' title='How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-pages-the-basics/' rel='bookmark' title='WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-comment-moderation/' rel='bookmark' title='WordPress Comment Moderation'>WordPress Comment Moderation</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Termonology: What is a Ping and a Pingback?</title>
		<link>http://educhalk.org/blog/2009/10/wordpress-termonology-what-is-a-ping-and-a-pingback/</link>
		<comments>http://educhalk.org/blog/2009/10/wordpress-termonology-what-is-a-ping-and-a-pingback/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:48:04 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[WordPress Termonology]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Ping]]></category>
		<category><![CDATA[Pingback]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=452</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Ping Within the WordPress interface, &#8220;ping&#8221; is sometimes used to refer to Pingbacks and Trackbacks. In general [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton452" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-termonology-what-is-a-ping-and-a-pingback%2F&amp;text=WordPress%20Termonology%3A%20What%20is%20a%20Ping%20and%20a%20Pingback%3F&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-termonology-what-is-a-ping-and-a-pingback%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong>Ping</strong></p>
<p>Within the WordPress interface, &#8220;ping&#8221; is sometimes used to refer to Pingbacks and Trackbacks.</p>
<p>In general computer terms, &#8220;ping&#8221; is a common utility used in a TCP/IP environment to determine if a given IP Address exists or is reachable. Typically, Ping is used to diagnose a network connection problem. Many times you will be asked, &#8220;Can you ping that address?&#8221;. That means, does the Ping utility return a success message trying to reach the &#8220;problem&#8221; IP Address?</p>
<p><strong>Pingback</strong></p>
<p>Pingback lets you notify the author of an article if you link to his article (article on a blog, of course). If the links you include in an article you write on a blog lead to a blog which is pingback-enabled, then the author of that blog gets a notification in the form of a pingback that you linked to his article.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/wordpress-termonology-what-is-a-ping-and-a-pingback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Termonology: What is a Trackback?</title>
		<link>http://educhalk.org/blog/2009/10/wordpress-termonology-what-is-a-trackback/</link>
		<comments>http://educhalk.org/blog/2009/10/wordpress-termonology-what-is-a-trackback/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 16:46:30 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Released Under GPL]]></category>
		<category><![CDATA[Trackbacks]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=450</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Trackbacks in WordPress Trackbacks were originally developed by SixApart, creators of the MovableType blog package. In a [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-blogging-some-best-practices/' rel='bookmark' title='WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;'>WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-comment-moderation/' rel='bookmark' title='WordPress Comment Moderation'>WordPress Comment Moderation</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton450" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-termonology-what-is-a-trackback%2F&amp;text=WordPress%20Termonology%3A%20What%20is%20a%20Trackback%3F&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-termonology-what-is-a-trackback%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong>Trackbacks in WordPress</strong></p>
<p>Trackbacks were originally developed by SixApart, creators of the MovableType blog package.</p>
<p>In a nutshell, TrackBack was designed to provide a method of notification between websites: it is a method of person A saying to person B, &#8220;This is something you may be interested in.&#8221; To do that, person A sends a TrackBack ping to person B.</p>
<p>A better explanation is this:</p>
<ul>
<li>Person A writes something on their blog.</li>
<li> Person B wants to comment on Person A&#8217;s blog, but wants her own readers to see what she had to say, and be able to comment on her own blog</li>
<li> Person B posts on her own blog and sends a trackback to Person A&#8217;s blog</li>
<li> Person A&#8217;s blog receives the trackback, and displays it as a comment to the original post. This comment contains a link to Person B&#8217;s post</li>
</ul>
<p>The idea here is that more people are introduced to the conversation (both Person A&#8217;s and Person B&#8217;s readers can follow links to the other&#8217;s post), and that there is a level of authenticity to the trackback comments because they originated from another weblog. Unfortunately, there is no actual verification performed on the incoming trackback, and indeed they can even be faked.</p>
<p>Most trackbacks send to Person A only a small portion (called an &#8220;excerpt&#8221;) of what Person B had to say. This is meant to act as a &#8220;teaser&#8221;, letting Person A (and his readers) see some of what Person B had to say, and encouraging them all to click over to Person B&#8217;s site to read the rest (and possibly comment).</p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-blogging-some-best-practices/' rel='bookmark' title='WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;'>WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-comment-moderation/' rel='bookmark' title='WordPress Comment Moderation'>WordPress Comment Moderation</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/wordpress-termonology-what-is-a-trackback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resetting Your WordPress Password</title>
		<link>http://educhalk.org/blog/2009/10/resetting-your-wordpress-password/</link>
		<comments>http://educhalk.org/blog/2009/10/resetting-your-wordpress-password/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:44:42 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[Locked out of WP]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Released Under GPL]]></category>
		<category><![CDATA[Reset password]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=446</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; To change your password in WordPress v2.7 or later: 1. In the Admin Panel, go to USERS [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/common-wordpress-installation-problems-and-how-to-fix-them/' rel='bookmark' title='Common WordPress Installation Problems &#8212; And How to Fix Them!'>Common WordPress Installation Problems &#8212; And How to Fix Them!</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/' rel='bookmark' title='Overview of WordPress 2.8 Database Tables'>Overview of WordPress 2.8 Database Tables</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton446" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fresetting-your-wordpress-password%2F&amp;text=Resetting%20Your%20WordPress%20Password&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fresetting-your-wordpress-password%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>To change your password in WordPress v2.7 or later:</strong></p>
<p>1. In the Admin Panel, go to USERS<br />
2. Click on your username in the list to edit<br />
3. In the Edit User screen, scroll down to the New Password section and type in a new password in the two boxes provided. The strength box will show how good (strong) your password is.<br />
4. Click the UPDATE USER button</p>
<p>Your new password takes effect immediately.</p>
<p><strong>Using the automatic emailer<br />
</strong><br />
If you know your username and the email account in your profile, you can use the &#8220;lost password&#8221; feature of WordPress.</p>
<p>* Go to your WordPress Login page (something like http://yoursite.com/wordpress/wp-admin.php)<br />
* Click on lost password<br />
* You will be taken to a page to put in some details. Enter your user name and the email address on file for that account.<br />
* Wait happily as your new password is emailed to you.<br />
* Once you get your new password, login and change it to something you can remember on your profile page.</p>
<p><strong>Through MySQL Command Line<br />
</strong><br />
1. Get an MD5 hash of your password.<br />
* Visit md5 Hash Generator, or&#8230;<br />
* Create a key with Python. or&#8230;<br />
* On Unix: echo -n &lt;password&gt; | md5sum<br />
2. &#8220;mysql -u root -p&#8221; (log in to MySQL)<br />
3. enter your mysql password<br />
4. &#8220;use (name-of-database)&#8221; (select WordPress database)<br />
5. &#8220;show tables;&#8221; (you&#8217;re looking for a table name with &#8220;users&#8221; at the end)<br />
6. &#8220;SELECT ID, user_login, user_pass FROM (name-of-table-you-found)&#8221; (this gives you an idea of what&#8217;s going on inside)<br />
7. &#8220;UPDATE (name-of-table-you-found) SET user_pass=&#8221;(MD5-string-you-made)&#8221; WHERE ID = (id#-of-account-you-are-reseting-password-for)&#8221; (actually changes the password)<br />
8. &#8220;SELECT ID, user_login, user_pass FROM (name-of-table-you-found)&#8221; (confirm that it was changed)<br />
9. (type Control-D, to exit mysql client)</p>
<p>Note if you have a recent version of MySQL (version 5.x?) you can have MySQL compute the MD5 hash for you.</p>
<p>1. Skip step 1. above.<br />
2. Do the following for step 7. instead.<br />
* &#8220;UPDATE (name-of-table-you-found) SET user_pass = MD5(&#8216;&#8221;(new-password)&#8221;&#8216;) WHERE ID = (id#-of-account-you-are-reseting-password-for)&#8221; (actually changes the password)</p>
<p><strong>Through phpMyAdmin</strong></p>
<p>See the following video:</p>
<p><a href="http://educhalk.org/blog/how-to-change-your-wordpress-blog-password-using-phpmyadmin/">http://educhalk.org/blog/how-to-change-your-wordpress-blog-password-using-phpmyadmin/</a></p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/common-wordpress-installation-problems-and-how-to-fix-them/' rel='bookmark' title='Common WordPress Installation Problems &#8212; And How to Fix Them!'>Common WordPress Installation Problems &#8212; And How to Fix Them!</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/overview-of-wordpress-2-8-database-tables/' rel='bookmark' title='Overview of WordPress 2.8 Database Tables'>Overview of WordPress 2.8 Database Tables</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/resetting-your-wordpress-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;</title>
		<link>http://educhalk.org/blog/2009/10/wordpress-blogging-some-best-practices/</link>
		<comments>http://educhalk.org/blog/2009/10/wordpress-blogging-some-best-practices/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:46:47 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Posting]]></category>
		<category><![CDATA[Released Under GPL]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=436</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Best Practices For Posting Practice Accessibility To be compliant with web standards for accessibility, be sure to [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-pages-the-basics/' rel='bookmark' title='WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton436" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-blogging-some-best-practices%2F&amp;text=WordPress%20Blogging%20%26%238212%3B%20Some%20%26%238220%3BBest%20Practices%26%238221%3B&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-blogging-some-best-practices%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong>Best Practices For Posting</strong></p>
<p><strong>Practice Accessibility</strong><br />
To be compliant with web standards for accessibility, be sure to include ALT and TITLE descriptions on links and images.</p>
<p><strong>Use Paragraphs</strong><br />
No one likes to read writing that never pauses for a line break. To break your writing up into paragraphs, use double spaces between your paragraphs. WordPress will automatically detect these and insert HTML paragraph tags into your writing.</p>
<p><strong>Using Headings</strong><br />
If you are writing long posts, break up the sections by using headings, small titles to highlight a change of subject. In HTML, headings are set by the use of h1, h2, h3, h4, and so on. By default, most WordPress Themes use the first, second, and sometimes third heading levels within the site.</p>
<p><strong>Use HTML</strong><br />
You don&#8217;t have to use HTML when writing your posts. WordPress will automatically add it to your site, but if you do want control over different elements like boxes, headings, and other additional containers or elements, use HTML.</p>
<p><strong>Spell Check and Proofread</strong><br />
There are spell check Plugins available, but even those can&#8217;t check for everything. Some serious writers will write their posts in a text editor with spell check, check all the spelling and proof it thoroughly before copying and pasting into WordPress.</p>
<p><strong>Think before you post</strong><br />
Ranting on blogs is commonplace today, but take a moment and think about what you are writing. Remember, once it is out there, it can be seen by many and crawled by search engines; and taking things back is harder once it is public. Take a moment to read what you&#8217;ve written before hitting the Publish button. When you are ready, share it with the world.</p>
<p><strong>Write about what you like</strong><br />
You’ve heard this a thousand times before and it sounds too cliched, but it is true. If you force yourself to write something that you don’t really enjoy, it will show. Perhaps you might not have a specific theme for writing when you just start, but that’s ok. You’ll become more focused later. Just enjoy the experience and write what you like.</p>
<p><strong>Write frequently</strong><br />
Write as frequently as you can, may be even more than twice a day, but don’t let quantity get in the way of quality. Your viewers come for content, don’t give them useless stuff&#8230;like these tips from the WP Codex <img src='http://educhalk.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Don’t use too much slang</strong><br />
Not all the readers will be from your part of the world so make sure people can understand easily.</p>
<p><strong>Don&#8217;t hide your emotions</strong><br />
Tempting as it might be, don’t hide your real emotions. After all that is what a blog is about. If you want, you can stay anonymous and voice your feelings on whatever you are passionate about. You might have strong views on various subjects but let your readers know your passion. What is passion worth if you can’t even share it? You’ll actually love the discussions it can lead to. The discussions will broaden your own thinking and you might end up making some really good friends.</p>
<p><strong>Consider your readers</strong><br />
Perhaps this sounds weird, but consider who needs to know about your blog before you tell them about your new blogging hobby. Will you be able to write freely if you tell them? How much should you let your readers know about you? Is it ok if your boss or girlfriend reads your posts? If you don’t want them to read, take anonymity measures accordingly.</p>
<p><strong>Make use of comments</strong><br />
Comments let people share their ideas. Sometimes, they might not be good, but you can ask such people to shut up. Most of the times, they will and if they don’t you can delete their comments. Blogging like real life, can be both fun and not so fun at times. Be prepared. Also, give your people a place to contact you in private if they want to write to you.</p>
<p><strong>Worry about blog design later</strong><br />
Blog design matters, but only to an extent. Don’t give up on blogging just because the design isn’t coming up as you’ll like it it to be. Sooner or later, you’ll get around the design problems with ease. But continue writing. Content is what attracts your readers, not just the look of your blog.</p>
<p><strong>Don’t play too safe</strong><br />
Talk about the real you. Readers aren’t impressed by how big your house is, which cool club you belong to, or what the weather is in your hometown. Don’t be a bore and put a long post on how you fixed the leaking tap in minutes. Readers don’t care about braggers, they care about the real you&#8211;how you feel, what gets you excited, why you are the person you are. But if achievements are all that you can talk about, you will bore your readers.</p>
<p><strong>Use pictures and videos</strong><br />
They make the pages colorful and viewers get to see a little of your part of the world. They feel connected.</p>
<p><strong>Keep writing</strong><br />
Don’t stop blogging. If you don’t have anything to write about, chances are, you are still holding back. Let loose. Perhaps surf more blogs and maybe you’ll get an idea. You can write about your friends, complain about your boss, or simply rant about what’s gone wrong. Yet if nothing else works, just write a review on the latest movie, book, or product. Easy actually.</p>
<p><strong>Save your posts</strong><br />
Save your posts before you press the publish button. Anything can happen with your computer or with an internet connection. You don’t need to lose your post.</p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-pages-the-basics/' rel='bookmark' title='WordPress Pages &#8212; The Basics'>WordPress Pages &#8212; The Basics</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/wordpress-blogging-some-best-practices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Security Keys &#8212; No WP site should be without them</title>
		<link>http://educhalk.org/blog/2009/10/wordpress-security-keys/</link>
		<comments>http://educhalk.org/blog/2009/10/wordpress-security-keys/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 22:21:01 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Released Under GPL]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=429</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; WordPress Security Keys In WordPress 2.8 there are four  (4) security keys , AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, and [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/' rel='bookmark' title='WordPress Blog Hacked &#8212; Now What?'>WordPress Blog Hacked &#8212; Now What?</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/common-wordpress-installation-problems-and-how-to-fix-them/' rel='bookmark' title='Common WordPress Installation Problems &#8212; And How to Fix Them!'>Common WordPress Installation Problems &#8212; And How to Fix Them!</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton429" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-security-keys%2F&amp;text=WordPress%20Security%20Keys%20%26%238212%3B%20No%20WP%20site%20should%20be%20without%20them&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fwordpress-security-keys%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p style="text-align: left;"><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong>WordPress Security Keys</strong></p>
<p style="text-align: left;">In WordPress 2.8 there are four  (4) security keys , AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, and NONCE_KEY that you can optionally add to your wp-config.php file to ensure better encryption of information stored in the user&#8217;s cookies. You can use the online generator to automatically generate random keys for your WordPress install&#8230;see the default wp-config-sample.php file for the url to the online generator.</p>
<p style="text-align: left;"><strong>An example of keys from the online generator: </strong></p>
<p style="text-align: left;"><a href="http://educhalk.org/blog/wp-content/uploads/2009/10/keys.png"><img class="alignnone size-full wp-image-430" title="keys" src="http://educhalk.org/blog/wp-content/uploads/2009/10/keys.png" alt="keys" width="611" height="65" /></a></p>
<p style="text-align: left;">These keys are optional, but including them will enhance the security of your WordPress site. In simple terms, a secret key is a password with elements that make it harder to generate enough options to break through your security barriers, so since they are free, easy to generate, you only have to add them one time, and you never have to remember them, no site should be without them. Do you have these in your wp-config.php file?</p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/09/easy-5-step-wordpress-install/' rel='bookmark' title='Easy 5-Step WordPress Install'>Easy 5-Step WordPress Install</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2010/01/wordpress-blog-hacked-now-what/' rel='bookmark' title='WordPress Blog Hacked &#8212; Now What?'>WordPress Blog Hacked &#8212; Now What?</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/common-wordpress-installation-problems-and-how-to-fix-them/' rel='bookmark' title='Common WordPress Installation Problems &#8212; And How to Fix Them!'>Common WordPress Installation Problems &#8212; And How to Fix Them!</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/wordpress-security-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage WordPress Content Visibility</title>
		<link>http://educhalk.org/blog/2009/10/manage-wordpress-content-visibility/</link>
		<comments>http://educhalk.org/blog/2009/10/manage-wordpress-content-visibility/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 13:31:46 +0000</pubDate>
		<dc:creator>figaro</dc:creator>
				<category><![CDATA[From WordPress Codex -- GPL]]></category>
		<category><![CDATA[Content Password]]></category>
		<category><![CDATA[Content visibility]]></category>
		<category><![CDATA[From WordPress Codex]]></category>
		<category><![CDATA[Released Under GPL]]></category>

		<guid isPermaLink="false">http://educhalk.org/blog/?p=417</guid>
		<description><![CDATA[TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Content visibility is about controlling who can see your blog content. WordPress allows you to control the [...]
Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/how-to-write-a-wordpress-post/' rel='bookmark' title='How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/resetting-your-wordpress-password/' rel='bookmark' title='Resetting Your WordPress Password'>Resetting Your WordPress Password</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-blogging-some-best-practices/' rel='bookmark' title='WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;'>WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton417" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fmanage-wordpress-content-visibility%2F&amp;text=Manage%20WordPress%20Content%20Visibility&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Feduchalk.org%2Fblog%2F2009%2F10%2Fmanage-wordpress-content-visibility%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://educhalk.org/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><em>Note: The following is made available under GPL from http://codex.wordpress.org/GPL. It may be edited a little from its original form, but probably not a lot. There is no guarantee this information is accurate&#8230;use at your own risk.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Content visibility is about controlling who can see your blog content. WordPress allows you to control the visibility of your posts and Pages on an individual basis. By default, all posts and Pages are visible.</p>
<p>There are several ways to set the visible for your blog content. You can set it on a per post/Page basis for public, private, or Password Protected, or make the entire blog private and Password Protected through the use of WordPress Plugins.</p>
<p><strong>Setting Page and Post Visibility</strong></p>
<p>Visibility for posts and Pages is set from the Edit panel. The option is available under the &#8220;Publish&#8221; option normally found at the top-right of the Edit panel. The screenshot below shows the interface, with the relevant section highlighted in the red rectangle.</p>
<p><a href="http://educhalk.org/blog/wp-content/uploads/2009/10/visibility.jpg"><img class="alignnone size-full wp-image-424" title="visibility" src="http://educhalk.org/blog/wp-content/uploads/2009/10/visibility.jpg" alt="visibility" width="309" height="315" /></a></p>
<p>The default state for post and Page visibility is Public. Public visibility means that the content will be visible to the outside world as soon as it is published.</p>
<p>By clicking on the edit link next to Visibility: Public in the Publish options, you can choose from an expanded selection of visibility options.</p>
<p><a href="http://educhalk.org/blog/wp-content/uploads/2009/10/expanded_visibility.jpg"><img class="alignnone size-full wp-image-420" title="expanded_visibility" src="http://educhalk.org/blog/wp-content/uploads/2009/10/expanded_visibility.jpg" alt="expanded_visibility" width="305" height="338" /></a></p>
<p><strong>The options are:</strong></p>
<p>* Public: The default, viewable to all.<br />
* Password Protected: Clicking this radio button followed by &#8220;OK&#8221; causes a further text box to appear, into which you can enter a password.<br />
* Private: This option hides the content from the public completely.</p>
<p><strong>Password Protected Content<br />
</strong><br />
Password Protected content is not immediately visible to the outside world. Instead, visitors will see a prompt similar to this:</p>
<p><a href="http://educhalk.org/blog/wp-content/uploads/2009/10/password_visibility1.jpg"><img class="alignnone size-full wp-image-421" title="password_visibility" src="http://educhalk.org/blog/wp-content/uploads/2009/10/password_visibility1.jpg" alt="password_visibility" width="309" height="361" /></a><br />
The title for your protected entry is shown, along with a password prompt. A visitor to your site must enter the password in the box in order to see the content of the post or Page.</p>
<p><a href="http://educhalk.org/blog/wp-content/uploads/2009/10/protected_post.jpg"><img class="alignnone size-full wp-image-423" title="protected_post" src="http://educhalk.org/blog/wp-content/uploads/2009/10/protected_post.jpg" alt="protected_post" width="540" height="185" /></a></p>
<p><strong>Private Content</strong></p>
<p>Private content is published only for your eyes, or the eyes of only those with authorization permission levels to see private content. Normal users and visitors will not be aware of private content. It will not appear in the article lists. If a visitor were to guess the URL for your private post, they would still not be able to see your content. You will only see the private content when you are logged into your WordPress blog.</p>
<p><a href="http://educhalk.org/blog/wp-content/uploads/2009/10/private_visibility.jpg"><img class="alignnone size-full wp-image-422" title="private_visibility" src="http://educhalk.org/blog/wp-content/uploads/2009/10/private_visibility.jpg" alt="private_visibility" width="300" height="222" /></a></p>
<p>Once you change the visibility to private, the post or page status changes to &#8220;Privately Published&#8221; as shown. Private posts are automatically published but not visible to anyone but those with the appropriate permission levels.</p>
<p><strong>WARNING</strong>: If your site has multiple editors or administrators, they will be able to see your protected and private posts in the Edit panel. They do not need the password to be able to see your protected posts. They can see the private posts in the Edit posts/Pages list, and are able to modify them, or even make them public. Consider these consequences before making such posts in such a multiple-user environment.</p>
<p><strong>Hiding The Entire WordPress Blog</strong><br />
Currently the functionality to hide your entire blog from public view, or to restrict it to certain users, is not part of the core WordPress product. There are possible plans to introduce this functionality into a later version.</p>
<p>There are various WordPress Plugins to restrict the visibility such as Page Restrict.</p>
<p>Related posts:<ol>
<li><a href='http://educhalk.org/blog/2009/10/how-to-write-a-wordpress-post/' rel='bookmark' title='How to Write a WordPress Post'>How to Write a WordPress Post</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/resetting-your-wordpress-password/' rel='bookmark' title='Resetting Your WordPress Password'>Resetting Your WordPress Password</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
<li><a href='http://educhalk.org/blog/2009/10/wordpress-blogging-some-best-practices/' rel='bookmark' title='WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;'>WordPress Blogging &#8212; Some &#8220;Best Practices&#8221;</a> <small>TweetNote: The following is made available under GPL from http://codex.wordpress.org/GPL....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://educhalk.org/blog/2009/10/manage-wordpress-content-visibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

