<?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>zoopmedia &#187; Tips</title>
	<atom:link href="http://www.zoopmedia.com/blog/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoopmedia.com</link>
	<description>Blog Consulting / Blog Design / Online Advertising</description>
	<lastBuildDate>Tue, 08 Nov 2011 19:13:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Protect Your WordPress Blog from Getting Hacked</title>
		<link>http://www.zoopmedia.com/protect-wordpress-blog-5292/</link>
		<comments>http://www.zoopmedia.com/protect-wordpress-blog-5292/#comments</comments>
		<pubDate>Wed, 05 May 2010 14:45:25 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.zoopmedia.com/?p=5292</guid>
		<description><![CDATA[<img src="http://www.zoopmedia.com/wp-content/uploads/2010/05/wordpress-security.jpg" alt="WordPress Security" title="wordpress-security" width="640" height="389" class="alignnone size-full wp-image-5298" />

After you have found cheap WordPress hosting and you have launched your WordPress blog, one vital step you must never skip is to protect your WordPress blog from getting hacked. If you are new to WordPress security and Web security in general, you might hope that there is a thick book, which lists, in detail, everything you need to do in order to protect your WordPress blog from getting hacked and then you have the safest WordPress blog on Earth. 


Related posts:<ol><li><a href='http://www.zoopmedia.com/wordpress-2-8-3-security-release-1467/' rel='bookmark' title='WordPress 2.8.3 Security Release'>WordPress 2.8.3 Security Release</a></li>
<li><a href='http://www.zoopmedia.com/why-use-wordpress-1632/' rel='bookmark' title='Why Use The WordPress Platform?'>Why Use The WordPress Platform?</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-2-8-1-released-1373/' rel='bookmark' title='WordPress 2.8.1 Released'>WordPress 2.8.1 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zoopmedia.com/wp-content/uploads/2010/05/wordpress-security.jpg" alt="WordPress Security" title="wordpress-security" width="640" height="389" class="alignnone size-full wp-image-5298" /></p>
<p>After you have found cheap WordPress hosting and you have launched your WordPress blog, one vital step you must never skip is to protect your WordPress blog from getting hacked. If you are new to WordPress security and Web security in general, you might hope that there is a thick book, which lists, in detail, everything you need to do in order to protect your WordPress blog from getting hacked and then you have the safest WordPress blog on Earth. </p>
<p>The bad news is that there isn&#8217;t such a book and it is not possible to write one. However, there are some steps you should follow in order to at least make your WordPress blog a bit more secure. WordPress is secure but some additional hardening is always necessary. </p>
<h3>Minimize the Damage</h3>
<p>As with many things in life, prevention is better than treatment but you should always be prepared to react in case the worst happens. One of the best medicines you have at your disposal is a backup. There are some WordPress tools, which allow to backup either the WordPress database only or the whole installation, so get one of them and start using it regularly. Many WordPress hosts, including cheap WordPress hosts, offer various backup tools, so it doesn&#8217;t require much effort to find the right backup tools. </p>
<p>Real-time backup is the safest option but in most cases you won&#8217;t need it, even if it is available. Weekly or daily scheduled backups are very often exactly what you need. Backups don&#8217;t take much time but they are a life-saver if hackers manage to bypass your security. </p>
<h3>Peace of Mind with Anti-hack Measures for Your WordPress Blog</h3>
<p>Once you get the habit to make regular backups, the next steps in securing your WordPress blog and your peace of mind can be grouped into the following categories: </p>
<h4>1. Common sense security.</h4>
<p>Security starts with the most basic steps many web masters tend to neglect. Some common sense security steps include the installation of patches and updates as soon as they are released, use of strong passwords (and their frequent change), caution about the places you log from (because if you login from an insecure location and your password can be intercepted, this kills all your efforts to secure your WordPress blog), etc. The careful selection of a <a href="http://www.webhostingsearch.com/wordpress-hosting.php">reliable wordpress hosting provider</a> also falls into this group of measures – cheap WordPress hosts can be secure but you need to double check. </p>
<h4>2. Limit access.</h4>
<p>Many hacking exploits happen because the web master was generous in granting access. You should always keep to the least privilege rule and grant permissions restrictively. For instance, if you impose IP restrictions to the wp-admin directory, this could stop many unauthorized access attempts. However, be careful not to cut your own access and lock yourself out! Additionally, you can make many files read-only and give privileges to selected users only. </p>
<h4>3. Harden your web server.</h4>
<p>Many exploits are possible not because of WordPress weaknesses but because of server vulnerabilities. This is why you need to harden Apache or whatever web server you are using. </p>
<h4>4. Secure plugins.</h4>
<p>Plugins are what gives power to WordPress but they are also responsible for many vulnerabilities. Sometimes it is the given combination of plugins that makes your WordPress blog an easy target, while in other cases it might be just a separate plugin. Anyway, make sure that you have followed the steps needed to secure your WordPress plugins. </p>
<h4>5. When done, check with the WP Security Scanner.</h4>
<p> It is naïve to think that it takes only 4 (groups of) steps to secure your WordPress blog – in fact, there is much more you can and should do. If you want to run a security check and see what the report includes, <a href="http://blogsecurity.net/wordpress/tools/wp-scanner/">WP Security Scanner</a> will give you an idea of what else you need to fix. The tool in the link is one of the best tools for the purpose, so download it and run it. </p>
<p>These 5 measures are just the beginning in making your WordPress blog secure. Don&#8217;t skip them, they are vital. </p>
<p><em>Laura Hayes is a full time Senior Writer for Web Hosting Search, <a href="http://www.webhostingsearch.com/" target="_blank">one of the strongest guides for web hosting</a>. She blogs about WordPress techniques and online marketing.</em></p>
<p>Photo Credit: <a href="http://www.flickr.com/photos/carbonnyc/2294144289/">CarbonNYC</a></p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/wordpress-2-8-3-security-release-1467/' rel='bookmark' title='WordPress 2.8.3 Security Release'>WordPress 2.8.3 Security Release</a></li>
<li><a href='http://www.zoopmedia.com/why-use-wordpress-1632/' rel='bookmark' title='Why Use The WordPress Platform?'>Why Use The WordPress Platform?</a></li>
<li><a href='http://www.zoopmedia.com/wordpress-2-8-1-released-1373/' rel='bookmark' title='WordPress 2.8.1 Released'>WordPress 2.8.1 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/protect-wordpress-blog-5292/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>6 Steps To Build A Succesful Blog</title>
		<link>http://www.zoopmedia.com/build-successful-blog-3207/</link>
		<comments>http://www.zoopmedia.com/build-successful-blog-3207/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:16:17 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.zoopmedia.com/?p=3207</guid>
		<description><![CDATA[<div style="float: right;"<img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/blogging-easy1.jpg" alt="blogging-easy" title="blogging-easy" width="310" height="245" class="alignright size-full wp-image-3223" />
<h6>(Photo Credit: <a href="http://www.flickr.com/photos/ramdac/373881476/" rel="nofollow">Jason Gulledge</a>)</h6></div>It can be very overwhelming when you start looking for information about blogging, especially when you are just getting started. Worse yet, it usually leads to information overload. 

In other words, you lay in bed at night and can't stop thinking about blog post titles, comments to leave, or widgets you should add the second you wake up the following morning. 

For this reason, I'm not surprised that the most common question I get is how to (easily) build a successful blog. Unfortunately, there isn't a blogging easy button that does it automatically. 

The good news is that you're probably already on the right track to building a successful blog. It seems that everyone knows the basics, they just don't know how to put everything together to create a game plan that can be executed over time. It's no secret that launching a blog takes a lot of time, sweat, and patience. 


Related posts:<ol><li><a href='http://www.zoopmedia.com/personal-brand-wordpress-themes-1982/' rel='bookmark' title='3 Free WordPress Themes To Build Your Personal Brand'>3 Free WordPress Themes To Build Your Personal Brand</a></li>
<li><a href='http://www.zoopmedia.com/set-your-blog-goals-for-2009-485/' rel='bookmark' title='Set Your Blog Goals For 2009'>Set Your Blog Goals For 2009</a></li>
<li><a href='http://www.zoopmedia.com/youtube-hd-videos-on-your-blog-521/' rel='bookmark' title='YouTube HD Videos On Your Blog'>YouTube HD Videos On Your Blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="float: right;"<img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/blogging-easy1.jpg" alt="blogging-easy" title="blogging-easy" width="310" height="245" class="alignright size-full wp-image-3223" />
<h6>(Photo Credit: <a href="http://www.flickr.com/photos/ramdac/373881476/" rel="nofollow">Jason Gulledge</a>)</h6>
</div>
<p>It can be very overwhelming when you start looking for information about blogging, especially when you are just getting started. Worse yet, it usually leads to information overload. </p>
<p>In other words, you lay in bed at night and can&#8217;t stop thinking about blog post titles, comments to leave, or widgets you should add the second you wake up the following morning. </p>
<p>For this reason, I&#8217;m not surprised that the most common question I get is how to (easily) build a successful blog. Unfortunately, there isn&#8217;t a blogging easy button that does it automatically. </p>
<p>The good news is that you&#8217;re probably already on the right track to building a successful blog. It seems that everyone knows the basics, they just don&#8217;t know how to put everything together to create a game plan that can be executed over time. It&#8217;s no secret that launching a blog takes a lot of time, sweat, and patience. </p>
<p>So here&#8217;s my super simple guide on how to build a successful blog. It started out as a shorter post over at <a href="http://forums.digitalpoint.com/showthread.php?t=1516576">Digital Point</a> but I&#8217;ve since added to it:</p>
<h3>1. Start A Real Blog</h3>
<p>In other words, don&#8217;t build a blog that has Google Adsense built in to the navigation bar or tons of crazy looking ad blocks covering up the actual content of your blog. I can&#8217;t tell you how many times I&#8217;ve come across a great article that I couldn&#8217;t finish because of the fact that an ad block was literally over the top of the content (most likely a design issue). </p>
<p>Don&#8217;t get me wrong, there&#8217;s plenty of room for advertisements. I even recommend adding a few to start, that way your readers won&#8217;t freak out later on when you decide to put them everywhere.  Just don&#8217;t make them the main focus, especially not in the beginning. </p>
<p>As far as platform goes, choose whatever works for you. I&#8217;m an avid user of WordPress but there&#8217;s plenty of options available.</p>
<h3>2. Create Some Amazing Content</h3>
<p>If you really want to see some great results, produce some amazing content. This is especially important for your first few posts since these will be the landing page for all of your new readers. If you can suck them in early, you&#8217;re already on the right track. </p>
<div style="float: right; width: 240px;">
<blockquote><p style="font-size: 17px;">Putting out the content is like wiping the crap out of your eye in the morning. It’s just the beginning.&#8221; </p>
<p>
<p style="text-align: right;padding-top: 6px;">- <strong>Gary Vaynerchuck</strong></p>
</blockquote>
</div>
<p>Have something your passionate about? Make it the topic of your blog. Regardless of what it is, make sure you&#8217;re actually willing to put in the time to do research and produce great content on a consistent basis. If you can&#8217;t think of more than a couple blog posts off the top of your head, you&#8217;re probably going to get the dreaded writers block sooner than later. </p>
<p><strong>NOTHING</strong> can drive you more crazy than sitting at your computer with a new post started, only to sit there and watch your cursor flash. Trust me, I&#8217;ve done it a ton of times. </p>
<p>So my advice is to pick a few topics and then jot down as many post ideas or titles as you possibly can on a real sheet of paper (the tree kind). The more you can come up, the better off you will be. </p>
<p>And that my friends, is just the beginning&#8230;</p>
<h3>3. Find Your Readers</h3>
<p>When you first start your blog, it&#8217;s going to be a really quiet place to hang out. It might remind you of those lonely nights you spent in your parents basement back in high school. It&#8217;s okay, no one asked me to prom either.</p>
<p>Anyways, It took me months before I was able to get a few comments on my first blog. I couldn&#8217;t even convince my friends to leave a few just to keep my motivation up. So the key is to go out and <strong>FIND</strong> your readers. Don&#8217;t hang out on your own blog waiting for someone to come across it by accident.</p>
<p>Find blogs and start leaving comments. And by no means leave short non-relevant spam comments. Instead, go out and find blogs related to yours and leave mind-blowing comments. If you can manage to put together a super thoughtful, engaging, or crazy comment that not only blows the mind of the blogger but also his/her readers, you&#8217;ve done it right. </p>
<p>Why? Because they will be <strong>VERY</strong> curious to see who you are and where the heck you came from. They will click on your name looking for more information and end up on your blog, which is now full of amazing content.</p>
<p>Once you master the process of leaving awesome comments, set a goal on how many comments you want to leave each day and stick to it. If you can stick to your goal and consistently leave great comments, you&#8217;re readership will increase like you wouldn&#8217;t believe. </p>
<h3>4. Write For Other Blogs</h3>
<p>Remember when I told you to write some amazing content? I forgot to mention that some of it isn&#8217;t even going on your own blog. I know, it&#8217;s tough to envision but it needs to be done. </p>
<p>Believe it or not, one of the best ways to build your own blog is by writing for other blogs. Why? Because a lot of bloggers who accept guest posts are more than willing to let you put a short bio (with a link) in the article. That way you&#8217;re reaching out to a completely new audience that will more than likely want to read more about you. Plus it&#8217;s a great way to start building backlinks to your website.</p>
<p>So spend some time looking over blogs in your niche and see which ones are accepting guest posts. if you don&#8217;t see a write for us page, don&#8217;t be afraid to fill out contact forms or send direct emails. Most bloggers enjoy getting guest post requests, especially since it means less writing for them. </p>
<p>Just like commenting, you should make a goal to produce X amount of guest posts every week (or month). That way you can start to get your name out there and get yourself known in your niche.  </p>
<h3>5. Utilize SOCIAL MEDIA</h3>
<p>One of the quickest ways to start sharing your content is by utilizing social media. However, the last thing you want to do is start submitting every one of your blog posts to 900 different social networks only to see mediocre results. Just like commenting, it takes some real work to actually get the results you are hoping for. </p>
<p>Instead of spamming your links, become an active member in a few networks and take the time to interact with people. Start building relationships and before you know it you&#8217;ll have people sharing your content for you. And don&#8217;t forget that it&#8217;s a two way game, so don&#8217;t be afraid to share other peoples content.</p>
<h3>6. Wash, Rinse, and Repeat</h3>
<p>Boring isn&#8217;t it? There are no secret tactics, methods, or programs that can do this stuff for you. From this point on, you just need to make it habit to repeat steps two through four. Keep producing content on a regular basis, as well as writing for other blogs. Leave tons of great comments on other blogs and stay active in a handful of social networks.</p>
<p>If you stick to these steps, you can build a highly successful blog without spending a dime. Best of all, you&#8217;ll be building a legitimate blog that will only grow as time moves on. You won&#8217;t have to worry about those black hat methods coming back to haunt you. </p>
<p>It may take some time, but you will look back in a year (or two) and be stoked at the progress you made. It&#8217;s important to remember that building the blog is the fun part. It&#8217;s no fun if you start out on top.</p>
<p>Have any other tips? Please share them below!</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/personal-brand-wordpress-themes-1982/' rel='bookmark' title='3 Free WordPress Themes To Build Your Personal Brand'>3 Free WordPress Themes To Build Your Personal Brand</a></li>
<li><a href='http://www.zoopmedia.com/set-your-blog-goals-for-2009-485/' rel='bookmark' title='Set Your Blog Goals For 2009'>Set Your Blog Goals For 2009</a></li>
<li><a href='http://www.zoopmedia.com/youtube-hd-videos-on-your-blog-521/' rel='bookmark' title='YouTube HD Videos On Your Blog'>YouTube HD Videos On Your Blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/build-successful-blog-3207/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Your Blog Cluttered?</title>
		<link>http://www.zoopmedia.com/is-your-blog-cluttered-3114/</link>
		<comments>http://www.zoopmedia.com/is-your-blog-cluttered-3114/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 16:41:57 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.zoopmedia.com/?p=3114</guid>
		<description><![CDATA[<img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/blog-clutter-639x277.jpg" alt="blog-clutter" title="blog-clutter" width="639" height="277" class="alignnone size-large wp-image-3119" />
<h6>(Photo Credit: <a href="http://www.flickr.com/photos/boltron/3623341152/">Boltron</a>)</h6>
When's the last time you took a good, hard look at your blog? Was it a month ago? 6 months ago? Either way, it's important to evaluate your blog on a regular basis. 

<h3>Why?</h3> 
If you don't analyze your blog on a regular basis, it can easily become cluttered. It's a common occurrence to constantly add new plugins, widgets, and other features as you discover them. 

The problem is that you usually don't remove other features when you add new ones. This leads to things piling up, which can cause blog clutter. This is bad, very bad. You're readers want to read your content, not sort through your garage looking for things that might sell for 10 bucks on eBay. 


Related posts:<ol><li><a href='http://www.zoopmedia.com/protect-wordpress-blog-5292/' rel='bookmark' title='How to Protect Your WordPress Blog from Getting Hacked'>How to Protect Your WordPress Blog from Getting Hacked</a></li>
<li><a href='http://www.zoopmedia.com/build-successful-blog-3207/' rel='bookmark' title='6 Steps To Build A Succesful Blog'>6 Steps To Build A Succesful Blog</a></li>
<li><a href='http://www.zoopmedia.com/does-your-blog-have-a-newsletter-459/' rel='bookmark' title='Does Your Blog Have A Newsletter?'>Does Your Blog Have A Newsletter?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/blog-clutter-639x277.jpg" alt="blog-clutter" title="blog-clutter" width="639" height="277" class="alignnone size-large wp-image-3119" /></p>
<h6>(Photo Credit: <a href="http://www.flickr.com/photos/boltron/3623341152/">Boltron</a>)</h6>
<p>When&#8217;s the last time you took a good, hard look at your blog? Was it a month ago? 6 months ago? Either way, it&#8217;s important to evaluate your blog on a regular basis. </p>
<h3>Why?</h3>
<p>If you don&#8217;t analyze your blog on a regular basis, it can easily become cluttered. It&#8217;s a common occurrence to constantly add new plugins, widgets, and other features as you discover them. </p>
<p>The problem is that you usually don&#8217;t remove other features when you add new ones. This leads to things piling up, which can cause blog clutter. This is bad, very bad. You&#8217;re readers want to read your content, not sort through your garage looking for things that might sell for 10 bucks on eBay. </p>
<h3>The Dreaded Sidebar</h3>
<p>A perfect example of this is on blog sidebars. One day you find an awesome new widget that shows your recent posts, the next day you find a cool badge to show off your backlinks. </p>
<p>Here&#8217;s just a few of the hundreds of widgets available:</p>
<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/widgets-639x299.gif" alt="widgets" title="widgets" width="639" height="299" class="alignnone size-large wp-image-3126" /></p>
<p>Before you know it, you&#8217;re sidebar looks like your attic and it has stuff piled up everywhere. It actually distracts you&#8217;re readers more than anything. Do your blog readers really need to know your Alexa rank in the sidebar? If they want to know it, they can check themselves. Same goes for Technorati, PageRank, or how many spam comments you&#8217;ve blocked. </p>
<p>Do your readers (and yourself) a favor and take a long look at your sidebar. See what readers might find useful and what does nothing but distract them from your content. </p>
<h3>The Plugin Wasteland</h3>
<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/Picture-2-639x320.png" alt="Manage Plugins" title="Manage Plugins" width="639" height="320" class="alignnone size-large wp-image-3123" /></p>
<p>Another great example is the manage plugin page. When&#8217;s the last time you actually went in there and took a look at which plugins you were using and which ones your not?</p>
<p>I&#8217;m not going to lie and admit that I do this as well. I find a great blog post about a new plugin, install it, and play around with it for a bit. A week goes by and I decide I don&#8217;t like it anymore, so I remove it from my sidebar or theme.</p>
<p>Then a new plugin comes along and I do the exact same thing. Before I know it, I have a bunch of plugins that need to be deactivated (better yet removed entirely). So go in and take a good look at what you&#8217;re using and what you can do without. It actually feels good to delete stuff you don&#8217;t want anymore. You feel lighter and faster than ever before (just like when you buy new shoes). </p>
<h3>Schedule A Blog Cleaning Time</h3>
<p>So make it a goal to schedule a cleaning time for your blog. It could be weekly, monthly, even bi-monthly depending on how often you use your blog. </p>
<p>This will ensure that you keep your blog up to date and that you don&#8217;t have any unused cluttering taking up space. Remember, it&#8217;s always easier to clean a little every day than it is to clean everything at once.</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/protect-wordpress-blog-5292/' rel='bookmark' title='How to Protect Your WordPress Blog from Getting Hacked'>How to Protect Your WordPress Blog from Getting Hacked</a></li>
<li><a href='http://www.zoopmedia.com/build-successful-blog-3207/' rel='bookmark' title='6 Steps To Build A Succesful Blog'>6 Steps To Build A Succesful Blog</a></li>
<li><a href='http://www.zoopmedia.com/does-your-blog-have-a-newsletter-459/' rel='bookmark' title='Does Your Blog Have A Newsletter?'>Does Your Blog Have A Newsletter?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/is-your-blog-cluttered-3114/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Forget To Update Your Plugins</title>
		<link>http://www.zoopmedia.com/always-update-wordpress-plugins-3080/</link>
		<comments>http://www.zoopmedia.com/always-update-wordpress-plugins-3080/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 15:35:29 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.zoopmedia.com/?p=3080</guid>
		<description><![CDATA[<img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/Picture-1-300x279.png" alt="Update WordPress Plugins" title="Update WordPress Plugins" width="300" height="279" class="alignright size-medium wp-image-3082" />From time to time, we'll log in to someones blog to help them out with various things. One of the things we often notice first is that they are running a lot of plugins that are out of date. 

<h3>How Do We Know This?</h3>

By looking at the little orange notification that shows up next to the plugins section in the navigation menu (see picture). 

Whenever you see the orange notification, WordPress is letting you know (in a nice way) that one or more of your plugins needs to be updated. The main reason it does this is because older plugins can cause issues, whether it's a security issue or an actual problem with the functionality of your blog. 

<h3>Popular Plugins Update Often</h3>

Another thing you'll find is that a lot of popular plugins will be updated often. This is a sign that the plugin is well maintained and constantly being updated, fixed, and improved. If you happen to find a plugin that hasn't been touched in a long time, it may be better to look elsewhere. 

However, there are a few plugins out there that don't require much attention in terms of upgrades. These are usually simple plugins that do things such as insert your Google Analytics code into your theme. 


Related posts:<ol><li><a href='http://www.zoopmedia.com/update-wordpress-plugins-2-3090/' rel='bookmark' title='How To Update WordPress Plugins'>How To Update WordPress Plugins</a></li>
<li><a href='http://www.zoopmedia.com/introduction-to-blogging-20/' rel='bookmark' title='Blogging 101'>Blogging 101</a></li>
<li><a href='http://www.zoopmedia.com/protect-wordpress-blog-5292/' rel='bookmark' title='How to Protect Your WordPress Blog from Getting Hacked'>How to Protect Your WordPress Blog from Getting Hacked</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/10/Picture-1-300x279.png" alt="Update WordPress Plugins" title="Update WordPress Plugins" width="300" height="279" class="alignright size-medium wp-image-3082" />From time to time, we&#8217;ll log in to someones blog to help them out with various things. One of the things we often notice first is that they are running a lot of plugins that are out of date. </p>
<h3>How Do We Know This?</h3>
<p>By looking at the little orange notification that shows up next to the plugins section in the navigation menu (see picture). </p>
<p>Whenever you see the orange notification, WordPress is letting you know (in a nice way) that one or more of your plugins needs to be updated. The main reason it does this is because older plugins can cause issues, whether it&#8217;s a security issue or an actual problem with the functionality of your blog. </p>
<h3>Popular Plugins Update Often</h3>
<p>Another thing you&#8217;ll find is that a lot of popular plugins will be updated often. This is a sign that the plugin is well maintained and constantly being updated, fixed, and improved. If you happen to find a plugin that hasn&#8217;t been touched in a long time, it may be better to look elsewhere. </p>
<p>However, there are a few plugins out there that don&#8217;t require much attention in terms of upgrades. These are usually simple plugins that do things such as insert your Google Analytics code into your theme. </p>
<h3>Make It A Habit</h3>
<p>The best advice we can give is to make it a habit to upgrade your plugins. Make it a point to check every so often to see if anything needs attention. It might be daily or weekely, either works as long as you remember to check. </p>
<p>If you need help, check out our tutorial on how to <a href="http://www.zoopmedia.com/update-wordpress-plugins-2-3090/">Update WordPress Plugins</a>.</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/update-wordpress-plugins-2-3090/' rel='bookmark' title='How To Update WordPress Plugins'>How To Update WordPress Plugins</a></li>
<li><a href='http://www.zoopmedia.com/introduction-to-blogging-20/' rel='bookmark' title='Blogging 101'>Blogging 101</a></li>
<li><a href='http://www.zoopmedia.com/protect-wordpress-blog-5292/' rel='bookmark' title='How to Protect Your WordPress Blog from Getting Hacked'>How to Protect Your WordPress Blog from Getting Hacked</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/always-update-wordpress-plugins-3080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Have A Useful 404 Page?</title>
		<link>http://www.zoopmedia.com/404-page-template-2294/</link>
		<comments>http://www.zoopmedia.com/404-page-template-2294/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:46:16 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.zoopmedia.com/?p=2294</guid>
		<description><![CDATA[<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/09/404-page.gif" alt="404-page" title="404-page" width="290" height="209" class="alignright size-full wp-image-2306" />Lets face it, problems happen. Especially when it comes to running a blog or website. From time to time, people will follow a bad link your website that leads to a page that doesn&#8217;t exist. This will result in a 404 error. Which isn&#8217;t the best thing in the world. </p>
<p>However, you can add a 404 theme to WordPress that will not only make your website or blog look more professional, but it will also help your readers. Depending on the theme you are using, you might already have a 404 page template that can easily be customized.  If you don&#8217;t have one, you can easily create one using the instructions below. </p>
<h3>Add A 404 Page Template</h3>
<p>To add a 404 page template, all you need to do is create a file called 404.php and upload it to your themes directory. Make sure...</p>


Related posts:<ol><li><a href='http://www.zoopmedia.com/on-page-seo-for-blogs-372/' rel='bookmark' title='On Page SEO For Blogs'>On Page SEO For Blogs</a></li>
<li><a href='http://www.zoopmedia.com/off-page-seo-for-blogs-735/' rel='bookmark' title='Off Page SEO For Blogs'>Off Page SEO For Blogs</a></li>
<li><a href='http://www.zoopmedia.com/is-your-blog-cluttered-3114/' rel='bookmark' title='Is Your Blog Cluttered?'>Is Your Blog Cluttered?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/09/404-page.gif" alt="404-page" title="404-page" width="290" height="209" class="alignright size-full wp-image-2306" />Lets face it, problems happen. Especially when it comes to running a blog or website. From time to time, people will follow a bad link your website that leads to a page that doesn&#8217;t exist. This will result in a 404 error. Which isn&#8217;t the best thing in the world. </p>
<p>However, you can add a 404 theme to WordPress that will not only make your website or blog look more professional, but it will also help your readers. Depending on the theme you are using, you might already have a 404 page template that can easily be customized.  If you don&#8217;t have one, you can easily create one using the instructions below. </p>
<h3>Add A 404 Page Template</h3>
<p>To add a 404 page template, all you need to do is create a file called 404.php and upload it to your themes directory. Make sure to place it in the folder of your current theme. If you don&#8217;t want to start from scratch, we suggest copying either your archive page template or copying the 404 page template from the default WordPress theme.</p>
<p>For some detailed instructions on how to make an advanced 404 template, check out the <a href="http://codex.wordpress.org/Creating_an_Error_404_Page">WordPress codex</a>.  </p>
<h3>A Few Examples</h3>
<p>Here&#8217;s a quick glance at a few 404 pages:</p>
<p><strong>Our 404 Page</strong></p>
<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/09/Picture-37-639x610.png" alt="404 Page" title="404 Page" width="539" height="510" class="aligncenter size-large wp-image-2297" /></p>
<p>As you can see, we&#8217;ve customized our page to give readers the option to find our latest posts, as well as browse by category or date. That way there not left wondering what happened. </p>
<p><strong>My Personal Blog</strong></p>
<p><img src="http://www.zoopmedia.com/wp-content/uploads/2009/09/Picture-46.png" alt="Life of Justin 404" title="Life of Justin 404" width="513" height="498" class="aligncenter size-full wp-image-2299" /></p>
<p>This one has a funnier approach to it since I wanted to get a quick laugh out of people. I also focused on giving the readers some important links to choose from, such as my RSS feed and archives page.</p>
<h3>Have A Cool 404 Page?</h3>
<p>Do you have a cool 404 page on your blog or website? If so, feel free to leave us a comment and let us know. We&#8217;d love to check it out.</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/on-page-seo-for-blogs-372/' rel='bookmark' title='On Page SEO For Blogs'>On Page SEO For Blogs</a></li>
<li><a href='http://www.zoopmedia.com/off-page-seo-for-blogs-735/' rel='bookmark' title='Off Page SEO For Blogs'>Off Page SEO For Blogs</a></li>
<li><a href='http://www.zoopmedia.com/is-your-blog-cluttered-3114/' rel='bookmark' title='Is Your Blog Cluttered?'>Is Your Blog Cluttered?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/404-page-template-2294/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube HD Videos On Your Blog</title>
		<link>http://www.zoopmedia.com/youtube-hd-videos-on-your-blog-521/</link>
		<comments>http://www.zoopmedia.com/youtube-hd-videos-on-your-blog-521/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:36:32 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bloghelp.org/?p=521</guid>
		<description><![CDATA[<p>Awhile back, <a href="http://www.youtube.com">YouTube</a> started offering HD video quality for some of the videos. It lets you view them in a larger window in much better quality. The only problem, is that the embed code only lets you embed the lower quality video within blog posts. Luckily, there is a fix for embedding the HD videos.</p>
<p>When adding an HD video to your blog or website, you need make a small change to the embed code. Here is a look at the normal code, followed by the modified code.</p>
<h3>Original Embed Code</h3>
<blockquote><p>&#60;object width=&#8221;480&#8243; height=&#8221;295&#8243;&#62;&#60;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&#38;hl=en&#38;fs=1&#8243;&#62;&#60;/param&#62;&#60;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&#62;&#60;/param&#62;&#60;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&#62;&#60;/param&#62;&#60;embed src=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&#38;hl=en&#38;fs=1&#8243; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;480&#8243; height=&#8221;295&#8243;&#62;&#60;/embed&#62;&#60;/object&#62;</p></blockquote>
<h3>Modified Code For HD</h3>
<blockquote><p>&#60;object width=&#8221;582&#8243; height=&#8221;368&#8243;&#62;&#60;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&#38;hl=en&#38;fs=1<strong>&#38;ap=%2526fmt%3D22</strong>&#8220;&#62;&#60;/param&#62;&#60;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&#62;&#60;/param&#62;&#60;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&#62;&#60;/param&#62;&#60;embed src=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&#38;hl=en&#38;fs=1<strong>&#38;ap=%2526fmt%3D22</strong>&#8221; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;582&#8243; height=&#8221;368&#8243;&#62;&#60;/embed&#62;&#60;/object&#62;</p></blockquote>
<p>Notice the bold section of the code? This is what you must add to the code in order to...</p>


Related posts:<ol><li><a href='http://www.zoopmedia.com/how-to-add-a-custom-field-3286/' rel='bookmark' title='How To Add A Custom Field'>How To Add A Custom Field</a></li>
<li><a href='http://www.zoopmedia.com/headway-wordpress-theme-tutorial-3161/' rel='bookmark' title='Headway WordPress Theme Tutorial'>Headway WordPress Theme Tutorial</a></li>
<li><a href='http://www.zoopmedia.com/update-wordpress-plugins-2-3090/' rel='bookmark' title='How To Update WordPress Plugins'>How To Update WordPress Plugins</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Awhile back, <a href="http://www.youtube.com">YouTube</a> started offering HD video quality for some of the videos. It lets you view them in a larger window in much better quality. The only problem, is that the embed code only lets you embed the lower quality video within blog posts. Luckily, there is a fix for embedding the HD videos.</p>
<p>When adding an HD video to your blog or website, you need make a small change to the embed code. Here is a look at the normal code, followed by the modified code.</p>
<h3>Original Embed Code</h3>
<blockquote><p>&lt;object width=&#8221;480&#8243; height=&#8221;295&#8243;&gt;&lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&amp;hl=en&amp;fs=1&#8243;&gt;&lt;/param&gt;&lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&gt;&lt;/param&gt;&lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&gt;&lt;/param&gt;&lt;embed src=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&amp;hl=en&amp;fs=1&#8243; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;480&#8243; height=&#8221;295&#8243;&gt;&lt;/embed&gt;&lt;/object&gt;</p></blockquote>
<h3>Modified Code For HD</h3>
<blockquote><p>&lt;object width=&#8221;582&#8243; height=&#8221;368&#8243;&gt;&lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&amp;hl=en&amp;fs=1<strong>&amp;ap=%2526fmt%3D22</strong>&#8220;&gt;&lt;/param&gt;&lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&gt;&lt;/param&gt;&lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&gt;&lt;/param&gt;&lt;embed src=&#8221;http://www.youtube.com/v/k_PbFDsyKQU&amp;hl=en&amp;fs=1<strong>&amp;ap=%2526fmt%3D22</strong>&#8221; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;582&#8243; height=&#8221;368&#8243;&gt;&lt;/embed&gt;&lt;/object&gt;</p></blockquote>
<p>Notice the bold section of the code? This is what you must add to the code in order to post a video in HD quality. You can also make changes to the window size depending on the video.</p>
<p>Here is what an embedded video will look like in HD quality:<br />
<center><object width="532" height="312"><param name="movie" value="http://www.youtube.com/v/k_PbFDsyKQU&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D22"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/k_PbFDsyKQU&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D22" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="532" height="312"></embed></object></center></p>
<h3>So There You Have It</h3>
<p>A quick tip to embed YouTube HD videos in your blog posts. It sure makes the quality look a lot better than the grainy videos we have grown used to.</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/how-to-add-a-custom-field-3286/' rel='bookmark' title='How To Add A Custom Field'>How To Add A Custom Field</a></li>
<li><a href='http://www.zoopmedia.com/headway-wordpress-theme-tutorial-3161/' rel='bookmark' title='Headway WordPress Theme Tutorial'>Headway WordPress Theme Tutorial</a></li>
<li><a href='http://www.zoopmedia.com/update-wordpress-plugins-2-3090/' rel='bookmark' title='How To Update WordPress Plugins'>How To Update WordPress Plugins</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/youtube-hd-videos-on-your-blog-521/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Your Blog Goals For 2009</title>
		<link>http://www.zoopmedia.com/set-your-blog-goals-for-2009-485/</link>
		<comments>http://www.zoopmedia.com/set-your-blog-goals-for-2009-485/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:53:43 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bloghelp.org/?p=485</guid>
		<description><![CDATA[<p>With the new year coming up soon, now is a great time to set some blog goals for yourself. By setting goals, you give yourself something to shoot for. Here are a few tips when setting your goals.</p>
<h3>Take Advantage Of Stats</h3>
<p>The easiest way to set goals and then monitor them is to use stats. When I started blogging (and still do), I used my Alexa rank, backlinks, and Google Pagerank as a way of setting goals. So I encourage you to incorporate these stats into your new goals so you can see how well you are doing throughout the year.</p>
<h3>Set Big Goals</h3>
<p>When setting your goals, make them difficult to accomplish. There is no reason to set small goals that you are going to accomplish right away. You have all of 2009 to accomplish them so you have plenty of time. For...</p>


Related posts:<ol><li><a href='http://www.zoopmedia.com/3-indirect-ways-to-make-money-from-your-blog-461/' rel='bookmark' title='3 Indirect Ways To Make Money From Your Blog'>3 Indirect Ways To Make Money From Your Blog</a></li>
<li><a href='http://www.zoopmedia.com/5-reasons-youre-not-making-money-519/' rel='bookmark' title='5 Reasons You&#8217;re Not Making Money'>5 Reasons You&#8217;re Not Making Money</a></li>
<li><a href='http://www.zoopmedia.com/is-your-blog-cluttered-3114/' rel='bookmark' title='Is Your Blog Cluttered?'>Is Your Blog Cluttered?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>With the new year coming up soon, now is a great time to set some blog goals for yourself. By setting goals, you give yourself something to shoot for. Here are a few tips when setting your goals.</p>
<h3>Take Advantage Of Stats</h3>
<p>The easiest way to set goals and then monitor them is to use stats. When I started blogging (and still do), I used my Alexa rank, backlinks, and Google Pagerank as a way of setting goals. So I encourage you to incorporate these stats into your new goals so you can see how well you are doing throughout the year.</p>
<h3>Set Big Goals</h3>
<p>When setting your goals, make them difficult to accomplish. There is no reason to set small goals that you are going to accomplish right away. You have all of 2009 to accomplish them so you have plenty of time. For example, if you are focusing on raising your Alexa rank throughout the year, set it to the point where you think it is out of reach. This will give you something to work hard towards.</p>
<h3>Make Them Clear</h3>
<p>When writing the goals down, make them as clear and specific as possible. If you want to get more traffic, write down exactly HOW MUCH more traffic you want to get. If you want to right more often, make sure to say exactly how often you want to write. By making the goals clear and specific, you will have no problems accomplishing them.</p>
<h3>Write Them All Down</h3>
<p>The last step in creating your goals, is writing them down or typing them up. Goals are soon forgotten if they are not placed somewhere. When I was in college, I used to make a wallpaper for my desktop with my goals written write on it. Thay way, each day I saw them and knew what I needed to do to accomplish them.</p>
<p>So start setting some blog goals for yourself. It will help you take your blog to the next level.</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/3-indirect-ways-to-make-money-from-your-blog-461/' rel='bookmark' title='3 Indirect Ways To Make Money From Your Blog'>3 Indirect Ways To Make Money From Your Blog</a></li>
<li><a href='http://www.zoopmedia.com/5-reasons-youre-not-making-money-519/' rel='bookmark' title='5 Reasons You&#8217;re Not Making Money'>5 Reasons You&#8217;re Not Making Money</a></li>
<li><a href='http://www.zoopmedia.com/is-your-blog-cluttered-3114/' rel='bookmark' title='Is Your Blog Cluttered?'>Is Your Blog Cluttered?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/set-your-blog-goals-for-2009-485/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Blogging 101</title>
		<link>http://www.zoopmedia.com/introduction-to-blogging-20/</link>
		<comments>http://www.zoopmedia.com/introduction-to-blogging-20/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 11:15:38 +0000</pubDate>
		<dc:creator>Justin Wright</dc:creator>
				<category><![CDATA[Blog-Articles]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bloghelp.org/?p=20</guid>
		<description><![CDATA[<p>So you want to become a blogger? Blogging has taken over the internet in the last 5 years. People visit blogs everyday for useful information rather than magazines, newspapers, and company owned websites. They have provided a means of constantly updated information on more topics than one could have ever imagined.</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3209/2667190038_b4824e9ed1.jpg" border="0" alt="first photo" width="551" height="284" /><br />
<a title="Attribution-NoDerivs License" rel="nofollow" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank"><img src="http://www.bloghelp.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a rel="nofollow" href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="billaday" href="http://www.flickr.com/photos/98274023@N00/2667190038/" target="_blank">billaday</a></p>
<h3>So What Is A Blog?</h3>
<p>The term blog actually deprived from the word weblog. It was later shorted to the term blog and has been known as that ever since. Basically, a blog is a type of website, that is updated on a more frequent basis. It serves more as a journal, and is made up &#8220;posts&#8221; or entries. Each post is given a date and time that it was published, which makes it easy for readers to...</p>


Related posts:<ol><li><a href='http://www.zoopmedia.com/a-new-look-for-life-of-justin-588/' rel='bookmark' title='A New Look For Life Of Justin'>A New Look For Life Of Justin</a></li>
<li><a href='http://www.zoopmedia.com/always-update-wordpress-plugins-3080/' rel='bookmark' title='Don&#8217;t Forget To Update Your Plugins'>Don&#8217;t Forget To Update Your Plugins</a></li>
<li><a href='http://www.zoopmedia.com/blogging-a-great-networking-tool-516/' rel='bookmark' title='Blogging: A Great Networking Tool'>Blogging: A Great Networking Tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So you want to become a blogger? Blogging has taken over the internet in the last 5 years. People visit blogs everyday for useful information rather than magazines, newspapers, and company owned websites. They have provided a means of constantly updated information on more topics than one could have ever imagined.</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3209/2667190038_b4824e9ed1.jpg" border="0" alt="first photo" width="551" height="284" /><br />
<small><a title="Attribution-NoDerivs License" rel="nofollow" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank"><img src="http://www.bloghelp.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a rel="nofollow" href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="billaday" href="http://www.flickr.com/photos/98274023@N00/2667190038/" target="_blank">billaday</a></small></p>
<h3>So What Is A Blog?</h3>
<p>The term blog actually deprived from the word weblog. It was later shorted to the term blog and has been known as that ever since. Basically, a blog is a type of website, that is updated on a more frequent basis. It serves more as a journal, and is made up &#8220;posts&#8221; or entries. Each post is given a date and time that it was published, which makes it easy for readers to know how new the content is. Depending on the topic or genre of the blog, they can be updated anywhere from once a month, to once a day depending on the author.</p>
<p>Blogs are very easy to maintain and require very little web design knowledge to get one started. They were created with usability in mind, making them easy to customize, change, and create. Even someone that has never used a website could follow the step by step directions to get a blog up in a matter of minutes.</p>
<h3>What Makes Up A Blog</h3>
<p>Like a website, a blog can contain multiple pages, as well as other features. Blogs are usually put together with a template/theme, which are the distinguishing factor in making them look different from one another. Each blog usually contains a header, body, sidebar, and footer.</p>
<p>The header is where the title and main logo are usually found at the top. This is the best part to make a brand of your blog, so people can remember it when they come back.</p>
<p>The body is where the main content is found, just like a report you may write for school. Nothing fancy happens here, although things can be added to spice it up a bit. A lot of bloggers include pictures in their blogs because it looks better on the eyes instead of straight text.</p>
<p>The sidebar is a column found on either side of the blog, which can contain widgets. A widget is basically a small piece of code that can do something specific. For example, a Most Popular Posts widget would display the most popular posts for any given blog in the side bar.</p>
<p>And last but not least, is the footer. The footer is found at the very bottom of the page, and usually contains links within the site as well as copyright information.</p>
<h3>So The Question Is? Are You Ready?</h3>
<p>Blogging is a fun and creative hobby. However, authors usually spend more time than they expect running their blogs. It can be very time consuming, especially in the beginning stages. It takes a lot of dedication, and more importantly, patience. If you do not have patience to build something, you may not be a good candidate for becoming a blogger.</p>
                <p><center>&copy; ZoopMedia.com - visit <a href="">how to WordPress</a> for more great WordPress tips and tutorials.</center></p>            

<p>Related posts:<ol><li><a href='http://www.zoopmedia.com/a-new-look-for-life-of-justin-588/' rel='bookmark' title='A New Look For Life Of Justin'>A New Look For Life Of Justin</a></li>
<li><a href='http://www.zoopmedia.com/always-update-wordpress-plugins-3080/' rel='bookmark' title='Don&#8217;t Forget To Update Your Plugins'>Don&#8217;t Forget To Update Your Plugins</a></li>
<li><a href='http://www.zoopmedia.com/blogging-a-great-networking-tool-516/' rel='bookmark' title='Blogging: A Great Networking Tool'>Blogging: A Great Networking Tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zoopmedia.com/introduction-to-blogging-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

