<?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>Engipress &#187; WP for Beginners</title>
	<atom:link href="http://engipress.com/category/wp-for-beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://engipress.com</link>
	<description>Get your Wordpress themes Engineered</description>
	<lastBuildDate>Fri, 14 Jan 2011 20:38:26 +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>Wordpress as a Content Management System, and when WP is Appropriate for the Job at Hand</title>
		<link>http://engipress.com/2010/03/11/wordpress-cms-appropriate-job-hand/</link>
		<comments>http://engipress.com/2010/03/11/wordpress-cms-appropriate-job-hand/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 22:19:50 +0000</pubDate>
		<dc:creator>James Lewitzke</dc:creator>
				<category><![CDATA[Wordpress in Business]]></category>
		<category><![CDATA[WP for Beginners]]></category>

		<guid isPermaLink="false">http://engipress.com/?p=51</guid>
		<description><![CDATA[Wordpress can be used for many aspects of online content management. But the tool may not always be the best to use in certain situations. If you&#8217;re thinking about developing a website in general, and you&#8217;re unsure about whether or not WP is right for you, you may want to consider what type of website [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress can be used for many aspects of online content management. But the tool may not always be the best to use in certain situations.</p>
<p>If you&#8217;re thinking about developing a website in general, and you&#8217;re unsure about whether or not WP is right for you, you may want to consider what type of website you&#8217;re focused on building, and what tools WP has to offer (or lack thereof).</p>
<p><span id="more-51"></span>Below contains a list of all the projects I would use WP for, and ones where I don&#8217;t feel it&#8217;s absolutely necessary to use Wordpress:</p>
<h2><strong>When to use Wordpress:</strong></h2>
<p><strong>Personal Blogging</strong> &#8211; If you&#8217;re only looking to write a blog about your day-to-day activities, then WP offers all the tools you&#8217;ll ever need.</p>
<p>Whether you&#8217;re video blogging (vlogging), audio blogging (podcasting), or just plain writing, there&#8217;s plenty of plugins out there that can assist you in setting these features up. Whichever plugin you&#8217;re looking for will depend on the situation and what features you&#8217;re looking to express on your new blog.</p>
<p>People can even comment on your posts if you&#8217;d like them to.</p>
<p><strong>A Simple Article Site</strong> &#8211; Wordpress can be a great tool to use as an article database. Say for example you are a sports fan and you like to write professional articles about your favorite team&#8217;s players, the teams management capabilities, or how the team is performing in a particular season.</p>
<p>One great feature about WP is that it employs a category system, so you can organize all the articles you write in a professional manner. And you can have as many categories as you want, there&#8217;s no limit.</p>
<p>One more thing to mention about categories is that they are hierarchical. Take the sports analogy I mentioned previously, you could choose to have some top-level categories about a variety of sports (Football, Baseball, Basketball, etc.) and underneath each of those categories you could have &#8220;football team&#8221;, &#8220;basketball players&#8221;, etc. You can name them whatever you wish, you have a lot of freedom when it comes to categories.</p>
<p><strong>A Small Business Site</strong> &#8211; One more situation in which I would recommend using Wordpress is if you run a small business. Why you ask? Well because:</p>
<ol>
<li>It&#8217;s free to install and use. Small businesses don&#8217;t normally have the largest budget to work with and it helps keep costs to a minimum.</li>
<li>The back-end is fairly easy to understand. Time is money in a business and you won&#8217;t have to spend too long learning the ins and outs of creating a few basic web pages.</li>
<li>Separation between the main business aspect and the blog is possible. You can set the option of giving your homepage a static page instead of displaying the most recent posts (as with most blogs).</li>
</ol>
<h2><strong>When to not use Wordpress:</strong></h2>
<p>Now that we&#8217;ve covered some instances where Wordpress is easily manageable, I want to go over a few types of sites where WP is not ideally recommended.</p>
<p><strong>A Larger or More Corporate Business</strong> &#8211; While Wordpress has great flexibility in what it can offer to the individual or who that may run it, it also doesn&#8217;t contain out-of-the-box solutions for those companies that generally look for advanced features.</p>
<p>Many aspects of these larger sites include things such as syndicated news feeds (to keep employess, investors, etc. up-to-date.) and either flash or AJAX interfaces, which WP doesn&#8217;t employ initially, and would require advanced coding techniques which Wordpress doesn&#8217;t normally support.</p>
<p>While it is possible to develop a custom Content Management System based off of the Wordpress Platform, it requires just that, customization. You&#8217;d be better off just building a new system from scratch as you&#8217;d be the one who understands how the code works and interacts with database, given that you&#8217;re the one who&#8217;ll likely design it. Not to mention this way you won&#8217;t have to worry about conflicts between PHP functions, classess, other coding aspects.</p>
<p>This isn&#8217;t to say that you shouldn&#8217;t add a blog aspect to a corporate website, in fact, I&#8217;d say it&#8217;s ideal for that purpose. You just shouldn&#8217;t build the entire website around it&#8217;s files and the database.</p>
<p><strong>An Online Community -</strong> I would avoid Wordpress altogether if you even remotely plan on building a social network of any sort. The user registration system is pretty limited in what it can offer people who sign up, and the comment template can get overwhelming if several people decide to comment on a post, as members or guests.</p>
<p>Identification can also become an issue, while people can post comments and such under any name they wish, ID conflictions may occur. There is no cross-checking script that can detect whether guests who comment are actually the same people that might join using the login and password system.</p>
<p>While Wordpress MU and Buddypress do exist, these require precise, careful planning and management systems to actually be considered effective additions within the Wordpress environment (after working within the environment personally for a few months). Theme and plugin options are limited here because there&#8217;s multiple places they can be installed, and may not work properly in one area or another, as it has trouble locating which to use first, which blogs should employ the use of which installed plugins, etc.</p>
<p>While a WP-backed social community is a nice idea in theory, the implementation is just executed poorly. This is one of the reasons I decided to employ the use of vBulletin as a feedback system for Engipress.</p>
<p><strong>A Highly Secure Intranet (or equivalent)</strong> &#8211; One more broad website style that one may want to avoid using Wordpress for is an online location that only permits privileged access and contains sensitive information.</p>
<p>The simple reason behind this is that Wordpress is Open-Source. What this means is that anybody can view the source code that makes up Wordpress. This includes script kiddies and crackers, who may want to access sensitive data that is normally involved in these types of sites. And since these types of hackers have already had time to analyze and access the structure and underlying PHP code of the CMS, they&#8217;re going to use every potential Wordpress weakness to exploit whatever they can find to gain entry to wherever they wish to look, including potentially damaging the database (either by changing information around or just flat-out deleting it).</p>
<p>While this post certainly doesn&#8217;t cover every type of website out there, it should hopefully give those who are looking into it a basic idea as to whether or not they should use Wordpress in their specific situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://engipress.com/2010/03/11/wordpress-cms-appropriate-job-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress FAQ for Beginners</title>
		<link>http://engipress.com/2009/12/16/wordpress-faq-for-beginners/</link>
		<comments>http://engipress.com/2009/12/16/wordpress-faq-for-beginners/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:05:47 +0000</pubDate>
		<dc:creator>James Lewitzke</dc:creator>
				<category><![CDATA[WP for Beginners]]></category>

		<guid isPermaLink="false">http://engipress.com/?p=30</guid>
		<description><![CDATA[I&#8217;ve spoken to a variety of people, mostly offline, that ask about what I do, and I inform them that I&#8217;m a Wordpress Modifier and Developer (although not exclusively). This is usually followed by a couple of blank stares, with them not knowing what in the world Wordpress is. Because of the confusion about what [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spoken to a variety of people, mostly offline, that ask about what I do, and I inform them that I&#8217;m a Wordpress Modifier and Developer (although not exclusively). This is usually followed by a couple of blank stares, with them not knowing what in the world Wordpress is.<span id="more-30"></span></p>
<p>Because of the confusion about what WP is and can do for potential website owners and operators, I&#8217;ve decided to write a Wordpress FAQ that is aimed towards non-technical and non internet-oriented people (also known as the majority of people on Earth).</p>
<p><strong>Why would I want to use Wordpress? What does it do?</strong></p>
<p>Wordpress is what&#8217;s known as an a Blog Publishing Application and / or Content Management System. Basically what this means is that you can use it to publish and organize your content onto the web.</p>
<p>Content can include anything your heart desires. Say you have a few articles about puppies and you want to show off your content. Using Wordpress&#8217; posting system, you can easily put them online. Or say you wrote a music piece and want to share it with the world, you can create a post and insert the audio file right into the blurb about the file.</p>
<p>The possibilities are limitless.</p>
<p><strong>Do I need any special tools to install and run WP?</strong></p>
<p>Well, you have two options here. You could register an account over at <a href="http://en.wordpress.com/signup/">wordpress.com</a> and start publishing your content right away for free. However, using a WP.com account is very limited in your options, which is why I strongly recommend choice two.</p>
<p>The second choice (and the highly preferable option), is to download their software and place it on your own web space. With your own Wordpress site, you have unlimited freedom of how you want to use it and you have many more options available to you (more themes, plugins to choose from, etc.). To do this, you will need the following:</p>
<ul>
<li>A Domain Name. This is the unique name identifier of your website, usually ending with a .com, for example this site&#8217;s domain name is wordpressmountain.com. Domains usually only cost around $9 a year and are easy to register. <a href="http://www.godaddy.com/default.aspx">Godaddy</a> is an example of a domain registrar company where you can purchase and search for available domain names.</li>
<li>A Web Host Account. This is for where all your web pages and files are stored for the public to access them. Wordpress Mountain is hosted through <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=jamestl2">Hostgator</a> and has never encountered any speed, memory, or any other type of critical hosting issues with them.</li>
</ul>
<p>To make things clearer to understand, try comparing web administration to the real estate market. In this instance, your domain name would be your home street address, and your web hosting account would be the land upon which your home is built. And Wordpress would be the material that is used in building the foundation, architecture, etc. of the new home.</p>
<p><strong>How much does it cost to use Wordpress?</strong></p>
<p>Absolutely nothing. It&#8217;s free of charge.</p>
<p><strong>I heard you mention Wordpress Themes and Plugins. What are they good for?</strong></p>
<p>Wordpress Themes are basically web site templates that will allow you to apply various styles to your blog. Some themes have a darker-colored focus, other ones have two sidebars, and even more have large footers at the bottom. Different themes offer all kinds of different options and you can choose the one that suits your needs the best.</p>
<p>Wordpress Plugins allow various functionality to your blog. Say for example you want to track your website&#8217;s stats. Well, since WP does not do this out-of-the -box, you can download and install the <a href="http://wordpress.org/extend/plugins/stats/">WP Stats plugin</a>, and give your blog that additional extra admin feature.</p>
<p>There&#8217;s thousands of free styles and scripts out there you can choose from, and a good place to start would be at the <a href="http://wordpress.org/extend/">Wordpress.org Directory</a>.</p>
<p>Themes and Plugins are the backbone of the WP development community. The majority are open source and free to use, although other, more exclusive premium services may require you to pay for use or require you give credit to the creator (such as a footer hyperlink), however this shouldn&#8217;t hold back any reasons to not use them, if they are right for the project.</p>
<p><strong>Is it possible to change the appearance of a page?</strong></p>
<p>Yes, you can edit your themes manually through the admin panel&#8217;s theme editor (where can manually hack the code), or you could install a WP template. Using the template system allows you to make slight theme modifications to a page that you might not want elsewhere.</p>
<p>However, installing a WP template requires PHP (a web scripting language) knowledge and a good understanding of the WP loop (how WP handles displaying information, in a technical sense).</p>
<p><strong>Do I need to know about any Web Technologies such as HTML or PHP?</strong></p>
<p>Immediately? No, you don&#8217;t need to have an understanding of either Hypertext Markup Language (HTML) or Hypertext Preprocessor (PHP) to publish your content on the web.</p>
<p>However, if you wish to customize the specific look of your site and explore Wordpress&#8217; full potential then I&#8217;d say you should definitely learn HTML basics and later get an understanding of how PHP is used in Wordpress. PHP is definitely not something you should tackle immediately until earning some general programming knowledge.</p>
<p>Wordpress is Database-Driven. This is the key difference between say WP and a piece of Web Page Editing Software like Dreamweaver. Everything is managed from the web server, meaning you can access your site from any computer in the world that is connected to the internet. Dreamweaver is run locally on your home machine, and while you may create a template or two using the software, you&#8217;d have to create an individual HTML file for every single page you want displayed on your online site, whereas WP stores the data inside a MySQL Database.</p>
<p>This is not absolutely necessary though because that is why freelancers such as myself exist, to help you achieve the look you want for your website without having to know the nitty-gritty details of the code involved.</p>
<p><strong>How does WP handle multimedia applications like video or pictures?</strong></p>
<p>Wordpress can offer a multitude of multimedia features, including but definitely not limited to:</p>
<ul>
<li>Images</li>
<li>Video</li>
<li>Audio (mainly through Podcasting and MP3 files)</li>
</ul>
<p>There are a few ways multimedia objects can be handled, it&#8217;s the owner&#8217;s preference on how they wish to organize their files.</p>
<p>Usually, the files are stored on the same account where your blog is installed, inside the wp-content folder, however linking to external images and videos is rarely an issue (as long as you follow the copyright guidelines).</p>
<p><strong>Can I edit pre-existing pages?</strong></p>
<p>Yes, it&#8217;s shouldn&#8217;t be a problem. All blog owners have an edit option once they&#8217;re logged in<strong>.</strong></p>
<p><strong>So how do I install this Wonderful Application and start using it today?</strong></p>
<p>After you have registered a domain name and set up your web hosting space, just head on over to WP.org&#8217;s <a href="http://wordpress.org/download/">downloads page</a> to get the package and then follow their <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install">famous 5-minute install</a> instructions.</p>
<p><strong>Anything Else?</strong></p>
<p>Not much else to say. However if you have any other basic questions this FAQ may have missed, feel free to register with the forums ask any question about Wordpress you desire to.</p>
]]></content:encoded>
			<wfw:commentRss>http://engipress.com/2009/12/16/wordpress-faq-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

