<?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>Blogging Extreme.com&#187; WordPress</title>
	<atom:link href="http://bloggingextreme.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingextreme.com</link>
	<description>Blogging Extreme.com ★ The Location For Learning Extreme Blogging ★</description>
	<lastBuildDate>Wed, 16 Nov 2011 02:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Dealing With Multi-Site In WordPress 3.0 Forward</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 22:44:25 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Multi Blogs]]></category>
		<category><![CDATA[WordPress Multi Installs]]></category>
		<category><![CDATA[WordPress Multi Sites]]></category>
		<category><![CDATA[WordPress Multi-Units]]></category>
		<category><![CDATA[WPMU]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=871</guid>
		<description><![CDATA[When I received the news that WordPress was upgrading to 3.0, I was ready to start preparing to upgrade my Blogs. I wanted to take a look see at what was involved in the new upgrade and to start getting my Plug-In list ready, and so on. As I looked into the new upgrade I [...]]]></description>
			<content:encoded><![CDATA[<p>When I received the news that WordPress was upgrading to 3.0,  I was ready to start preparing to upgrade my Blogs.  I wanted to take a look see at what was involved in the new upgrade and to start getting my Plug-In list ready, and so on.</p>
<p>As I looked into the new upgrade I found where &#8220;Multi-Site&#8221; was now a part of the upgrade or what<span id="more-871"></span> WordPress calls <a href="http://codex.wordpress.org/WordPress_MU" target="_blank">WPMU</a> allowing you to run multiple Blogs from a single installation of WordPress.  Oh man, not good!  I have always felt that Multi-Site was a security risk of the highest order.  I have a ton of Blogs out there in the Blogosphere and you have to find them to knock them down.  I&#8217;ve got them pretty well scattered.  But with Multi-Site, if you get hacked,  someone can take the whole thing down.</p>
<p>Sorry, I got a little carried away with that one.  Multi-Site is available with WordPress 3.0 and forward, but is disabled by default, so you have to activate it to get it to work.  If you don&#8217;t want to activate it you can just install one Blog per WordPress Installation. It takes some hard coding to get it to work, which is very good, so that you don&#8217;t activate it by mistake.  Because if you do activate it by mistake, you can&#8217;t go back and de-activate it.  So you have to be right on.</p>
<p>So let&#8217;s take a look at what is involved.  To activate WPMU you will need to add this code to your &#8220;wp-config.php&#8221; file in your home directory or root file:</p>
<p><strong>define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</strong></p>
<p>You will want to add this line of code to your &#8220;wp-config.php&#8221; file at the very beginning of the file like this:</p>
<p>&lt;?php<br />
/**<br />
* The base configurations of the WordPress.<br />
*<br />
* This file has the following configurations: MySQL settings, Table Prefix,<br />
* Secret Keys, WordPress Language, and ABSPATH. You can find more information<br />
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing<br />
* wp-config.php} Codex page. You can get the MySQL settings from your web host.<br />
*<br />
* This file is used by the wp-config.php creation script during the<br />
* installation. You don&#8217;t have to use the web site, you can just copy this file<br />
* to &#8220;wp-config.php&#8221; and fill in the values.<br />
*<br />
* @package WordPress<br />
*/</p>
<div style="background-color:yellow;width:250px;">define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</div>
<p></p>
<p>// ** MySQL settings &#8211; You can get this info from your web host ** //<br />
/** The name of the database for WordPress */</p>
<p>You can add this code after you install WordPress if you like or before installation, it does not really matter &#8230;&#8230; <strong>One note of caution though, do not activate any plug-ins until you are finished setting up your Multi-Sites Network.</strong></p>
<p>Once you have added this code you will need to go to your WordPress Dashboard &gt; Tools &gt; Nework,  which then brings you to the &#8220;Create a Network of WordPress Sites&#8221; screen.  Select your desired options then select &#8220;Install&#8221; and remember <strong>that this process is irreversible.</strong></p>
<p>Your next screen will be the &#8220;Enabling the Network&#8221;.  You will need to make some additional changes to you &#8220;.htaccess&#8221; and &#8220;wp-config.php&#8221; files.  Once you are finished, just save your changes and log-off and then log back in and you will now see a new menu bar for &#8220;Super Admin&#8221;.  This new menu will let you add sites and configure.</p>
<p>If you get into trouble with various plug-ins after you have enabled your network, you can reverse the process of installation, but why bother, you would just have to remove the Blogs that you installed under WPMU.  It is really much easier to start over with a fresh install or forgo the use of the offending plug-in.</p>
<p>For those of you that are wondering why the line of code to activate the WPMU is not already written in your wp-config.php file like you sometimes see with other bits of code. Someone can and undoubtedly will mistakenly enable (True) the multi site option which will make changes in whole WordPress installation. So to avoid accidental “enabled multi site” option, WordPress team haven’t included it in your &#8220;wp-config.php&#8221; file.</p>
<p>I would like to offer a very special thanks to <a href="http://bloggingjunkie.com" target="_blank">Imran Yousaf</a> for his assistance in helping me to define the finer points of installing &#8220;WPMU&#8221;.  You will find many helpful tips and tricks over at his very fine Blog. I highly recommend it.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-multi-site-in-wordpress-3-0-forward%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-multi-site-in-wordpress-3-0-forward%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Double Posting with Two Windows</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/double-posting-with-two-windows/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/double-posting-with-two-windows/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 12:07:19 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=769</guid>
		<description><![CDATA[I came up on this the other day for the first time when I was doing a really long post! Most of what I do is on the Micro level, so I rarely get a chance to post anything of any real length. When I did, I hit a huge snag that just about did [...]]]></description>
			<content:encoded><![CDATA[<p>I came up on this the other day for the first time when I was doing a really long post!  Most of what I do is on the Micro level, so I rarely get a chance to post anything of any real length.  When I did, I hit a huge snag that just about did me in, as I was trying to make a deadline with one of my blogs.</p>
<p>Here it is: When editing a &#8220;Draft&#8221; you have the ability in <strong>WordPress</strong> to Preview these changes, as you are logged in to the <strong>admin area</strong>, in the preview you will notice the word &#8220;edit&#8221; next to the date and your name.  When you press this edit to clean up your copy you will open a new tab in <strong>firefox</strong> or a new browser window in <strong>Explorer</strong>.  Now it only does this one time, however you now have two tabs or two browser windows open for you to edit in.  Once you save in one, you will not be able to save in another.  The trouble is,  when you hit the preview button and after reading your post you decide to edit and hit the edit link,  you should be forced to back-up, like hitting the back button on the tool bar of you internet browser,  not the ability to open a new tab or new browser window.  Man, &#8230;&#8230;&#8230;. I seen some bugs, but this is a killer.</p>
<p>After I had work through my copy and realized my problem, I was like four hours doing this post, and I was forced to stay with it, because I was looking at a deadline.</p>
<p>Once you publish your post and you decide to edit that post, you still get this behavior with <strong>WordPress</strong>.  I&#8217;m sure there is a work around, I just don&#8217;t know it yet.  I just wanted to get this info to you as soon as I realized the problem. So, do yourself a huge favor and when you hit the &#8220;Preview Changes&#8221; button; after you are through editing, just turn off the tab or window!   If you know of a work around, leave a comment and help us out, please. Thanks.  See you next week!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdouble-posting-with-two-windows%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdouble-posting-with-two-windows%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/double-posting-with-two-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Management Systems</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/content-management-systems/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/content-management-systems/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 07:12:11 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Content Managemant System]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Openjason.com]]></category>
		<category><![CDATA[Premium Template]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=401</guid>
		<description><![CDATA[When I am asked to build a website for someone, I need to make the end-user aware that once I&#8217;m finished, I will be turning it over to their webmaster of choice. More often than not I get an answer like &#8230;&#8230;&#8230; well &#8230;&#8230;&#8230;. there will be three or four that will be working with [...]]]></description>
			<content:encoded><![CDATA[<p>When I am asked to build a website for someone,  I need to make the end-user aware that once I&#8217;m finished,  I will be turning it over to their webmaster of choice.  More often than not I get an answer like &#8230;&#8230;&#8230; well &#8230;&#8230;&#8230;. there will be three or four that will be working with the site on weekends,<span id="more-401"></span>  we don&#8217;t really have a webmaster.  Opps !  After I&#8217;m through with the HTML XHTML, PHP, PEARL, PYTHON, CSS, and MySQL,  this RUBY ON RAILS  project is headed for a wreak.</p>
<p>These days I just find it easier to build what my non-techie customers need to communicate with their market on either a <strong>WordPress</strong> or <strong>Joomla</strong> Platform.  Not only does it save a ton of time and money but it is much easier for the end user to work with.  However,  when the so called end user hears <em>BLOG</em> they flip.  It&#8217;s all they can take to answer a few e-mails,  they aren&#8217;t really interested in a &#8220;Blooogggg&#8221;.  No running commentary,  none of that stuff.</p>
<p>I try to explain the ease of use that a good <strong>CMS system</strong> along with a <strong>premium template</strong> will bring to them,  but it kinda leaves them on edge.  As I continue to explore different options for a good CMS for my clients based on their needs,  I am continually amazed at the number of options that are available.</p>
<p>I thought I would provide &#8220;<a href="http://www.openjason.com/2008/02/23/50-content-management-systems/" target="blank">Open Jason</a>&#8221; as a starting point for reference to those who thnk that a good CMS along with a premium template is worth its weight in gold &#8230;&#8230;.. for themselves as well as others.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fcontent-management-systems%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fcontent-management-systems%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/content-management-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The WordPress e-Commerce Plugin</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/the-wordpress-e-commerce-plugin/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/the-wordpress-e-commerce-plugin/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 22:38:43 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Press This]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Codex]]></category>
		<category><![CDATA[WordPress e-Commerce Plug-in]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=363</guid>
		<description><![CDATA[While coming up with extreme content every week is a brain squeeze, I sometimes take the easy way out and start looking for content to scrape &#8230;&#8230;&#8230;. err use via the tech-sites for WordPress on the Internet. I thought I would check into the WordPress Codex which is a bloggers worst friend &#8230;&#8230;&#8230;. Man, are [...]]]></description>
			<content:encoded><![CDATA[<p>While coming up with extreme content every week is a brain squeeze,  I sometimes take the easy way out and start looking for content to scrape &#8230;&#8230;&#8230;. err use via the tech-sites for <strong>WordPress</strong> on the Internet.  I thought I would check into the <strong>WordPress Codex</strong> which is a bloggers worst friend &#8230;&#8230;&#8230;. Man,  are we talking hard to get along with or what?</p>
<p>Of all the resources on the web for blogging I find that WordPress is by far the best platform (preaching to the choir,  I know!) and that the Codex is by far the worst support forum out there.  I have never been able to pull myself out of the ditch at anytime with anything offered on the Codex.  However,  I have found benefit in the links at the Codex and thought I would pass along one of those links in this weeks post.  It&#8217;s the <strong><a href="http://www.instinct.co.nz/e-commerce" target="blank">WordPress e-Commerce Plug-in</a></strong> which just released it&#8217;s latest version ( 3.7.5 )  this week.</p>
<p>The e-Commerce Plug-in is a platform with a focus on ease of use and adhering to web standards which I guess is an <strong>SEO</strong> angle.  While I have had little experience with this plug-in,  I am going to give it a try on one of my blogs and will report back here in the near future.  If this plug-in enhances your revenue,  than I guess that is about as extreme as you can get!</p>
<p>How about that new <strong>WordPress Update (2.8.6)</strong>?  Mainly a security update dealing with sanitizing uploaded file names that are sometimes exploited in certain Apache configurations and an <strong>XSS vulnerability</strong> in &#8220;<strong>Press This</strong>&#8221; &#8230;&#8230;&#8230;. Man,  I don&#8217;t even want to go there!</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fthe-wordpress-e-commerce-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fthe-wordpress-e-commerce-plugin%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/the-wordpress-e-commerce-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Images</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/wordpress-images/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/wordpress-images/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 17:07:36 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Brad Callen]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=340</guid>
		<description><![CDATA[I&#8217;m afraid Brad Callen would not approve! When working with images in WordPress,  I have always found it easier to hard code the images to the site via the server rather than use the Media Library. I just personally find the file management server side easier to work with than WordPress&#8217;s Media Library. One of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m afraid <strong>Brad Callen</strong> would not approve!</p>
<p>When working with images in <strong>WordPress</strong>,  I have always found it easier to hard code the images to the site via the server rather than use the Media Library.  I just personally find the file management server side easier to work with than <strong>WordPress&#8217;s Media Library</strong>.</p>
<p>One of the things I like best<span id="more-340"></span> about server side file management is that you can usually see a vast amount images in one window.  I don&#8217;t necessarily need to view all of the images as much as I need to identify a numerical sequence.  This greatly facilitates speed when all I have to do is check the numerical sequence.  However,  it is said to be a big loss from the stand point of SEO.</p>
<p>When managing an <strong>image library</strong>,  it is best if you use your <strong>selected keywords</strong> within the image name,  thereby making it easier for the <strong>search engines</strong> to index you for your selected keywords.</p>
<p>Now,  I may be selling myself short here,  but I have never really needed that much of a traffic boost to have to go to the hassle of including the name of the <strong>keywords</strong> within the image name.  Talk about a hassle !   I just find it much simpler to identify the image by number,  thereby making it easier to remember and less likely to make mistakes when adding images to my posts.</p>
<p>You will have to make that decision for yourself;  speed versus what I feel is minimal keyword indexing.  Any comments on the subject would be greatly appreciated.</p>
<p>I&#8217;m not really sure I have this right,  but I really have a need for speed when working my blogs.  Is this a good trade-off ?
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fwordpress-images%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fwordpress-images%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/wordpress-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

