<?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>Beaker Productions</title>
	<atom:link href="http://beakerproductions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://beakerproductions.com</link>
	<description>Inovative web design</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:34:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>BP Re-vamp</title>
		<link>http://beakerproductions.com/bp-re-vamp/</link>
		<comments>http://beakerproductions.com/bp-re-vamp/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 22:01:12 +0000</pubDate>
		<dc:creator>Beaker</dc:creator>
				<category><![CDATA[BP Store Updates]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=671</guid>
		<description><![CDATA[&#160; Currently I am in the process of redesigning my site. If you would like to see some of the work that i have done please visit the links on the left hand side bar or go to my Gallery. I look forward to helping you with all your needs. For further information on hosting [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Currently I am in the process of redesigning my site. If you would like to see some of the work that i have done please visit the links on the left hand side bar or go to my <a href="http://www.gallery.beakerproductions.com/index.php/#img=0&amp;viewMode=mosaic&amp;bgcolor=black" target="_blank" class="broken_link">Gallery</a>. I look forward to helping you with all your needs. For further information on hosting please visit <a href="http://jitterbughosting.com" target="_blank">Jitterbug Hosting</a> my hosting company. If you are looking for&nbsp; step by step how to&#8217;s then please visit <a href="http://tutorials.jitterbughosting.com/" target="_blank">http://tutorials.jitterbughosting.com/ </a>there you will find a full library with everything you need. Thank you for visiting and i hope i can help you soon. Feel free to contact me on skype if you need anything immediate attention. </p>
<p>&nbsp;</p>
<p>Beaker</p>
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/bp-re-vamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Costum Footer Content</title>
		<link>http://beakerproductions.com/costum-footer-content/</link>
		<comments>http://beakerproductions.com/costum-footer-content/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 05:47:28 +0000</pubDate>
		<dc:creator>Beaker</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[CSS filter]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[footer links]]></category>
		<category><![CDATA[footer text]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[http://beakerproductions.com/about-me/testimonials/"]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=653</guid>
		<description><![CDATA[One of the easiest ways to customize a webpage is to add links to the footer of the themes template. You could add the link to any website you want and if your blog is part of your website adding a link to the homepage of your site will help your search engine rankings as [...]]]></description>
				<content:encoded><![CDATA[<p><img align="left" src="http://beakerproductions.com/wp-content/uploads/image/tips%20and%20tricks/broken%20page%20beaker%20pro2.png" alt="Broken image" style="width: 221px; height: 194px;" /></p>
<p>One of the easiest ways to customize a webpage is to add links to the footer of the themes template. You could add the link to any website you want and if your blog is part of your website adding a link to the homepage of your site will help your search engine rankings as well. This is a little WordPress Guide that will help interlink your website.</p>
<h3>Step 1</h3>
<p>
First make sure you can edit your theme&rsquo;s footer.php Login to your blog, click Presentation, then Theme Editor, look for the Footer.php file on the right and click it to open it in the editor. Don&#8217;t forget to copy all the content in this file and save it as a text file in Notepad on your computer. That way if you mess things up you can just paste the original code back in to start over.</p>
<p>&nbsp;</p>
<p>
Now look for the links that are already in place, for the default theme that will look like this:</p>
<p>&nbsp;</p>
<hr />
<p><code>&lt;?php bloginfo(&lsquo;name&rsquo;); ?&gt; is proudly powered by &lt;a href=&rdquo;http://wordpress.org/&rdquo;&gt;WordPress&lt;/a&gt;</code></p>
<hr />
<h3>Step 2</h3>
<p>
We want to add a link right after this code, Place your mouse right after the original code and hit the space bar once and add your new link code. Or you could just copy the original code and paste it right after it and then edit the URL, the anchor text and even place some text in front of it like this:</p>
<hr />
<p><code>&lt;a href=&rdquo;http://wordpress.org/&rdquo;&gt;WordPress&lt;/a&gt; More Optional Text &lt;a href=&rdquo;http://YourWebsite.com&rdquo;&gt;Anchor Text&lt;/a&gt;</code></p>
<hr />
<p>&nbsp;</p>
<p>
I also recommend that you add this little line of code <code>target=&quot;_blank&quot;</code> so that your code looks like this:</p>
<hr />
<p><code><br />
&lt;a target=&quot;_blank&quot; href=&rdquo;http://wordpress.org/&rdquo;&gt;WordPress&lt;/a&gt; More Optional Text &lt;a href=&rdquo;http://YourWebsite.com&rdquo;&gt;Anchor Text&lt;/a&gt;</code></p>
<hr />
<p>&nbsp;</p>
<p>
Here is some sample code to get you started:</p>
<hr />
<p><code><br />
&lt;a target=&quot;_blank&quot; href=&quot;###########&quot;&gt;Link Name Here&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;###########&quot;&gt;Link Name Here&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;###########&quot;&gt;Link Name Here&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;###########&quot;&gt;Link Name Here&lt;/a&gt; &lt;br /&gt; Copyright &copy; %YEAR%. All Rights Reserved.</code></p>
<hr />
<h3>&nbsp;</h3>
<h3>Final Step</h3>
<p>
Just replace the ###### with your link, and give your link a name, and you are ready to paste it into your footer.php file between the <code>&lt;p class=&quot;copyright&quot;&gt;</code> and the <code>&lt;/p&gt;</code><code>.</code></p>
<p>
Your footer may look like this:</p>
<hr />
<p>
<code>&lt;?php<br />
/**<br />
&nbsp;* @package WordPress<br />
&nbsp;* @subpackage Notepad_Theme<br />
&nbsp;*/<br />
?&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &lt;div id=&quot;footer&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;div class=&quot;about&quot;&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &lt;h4&gt;Beaker Productions - Formulating your perfect webpage.&lt;/h4&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;p class=&quot;about-text&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;?php echo get_settings( 'mag_about_blog' ); ?&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;p class=&quot;copyright&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;a target=&quot;_blank&quot; href=&quot;http://beakerproductions.com/about-me/testimonials/&quot;&gt;Testimonials&lt;/a&gt; | &lt;a target=&quot;_blank&quot;href=&quot;http://beakerproductions.com/forum-registration/&quot;&gt;Registration&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;http://beakerproductions.com/products-page/your-account/&quot;&gt;Your Account&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;http://beakerproductions.com/forum-registration/terms-and-conditions/&quot;&gt;Terms and Conditions&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;http://beakerproductions.com/testimonial-disclaimer/&quot;&gt;Testimonial Disclaimer&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;http://beakerproductions.com/forum-registration/privacy-policy/&quot;&gt;Privacy Policy&lt;/a&gt; | &lt;a target=&quot;_blank&quot; href=&quot;http://beakerproductions.com/e-mail-policy/&quot;&gt;E-mail Policy&lt;/a&gt; &lt;hr/&gt; | &amp;copy; #### Copyright &lt;?php bloginfo( 'name' ); ?&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;&lt;!-- End about --&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;&lt;!-- End container --&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &lt;/div&gt;&lt;!-- End footer --&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &lt;div id=&quot;link-back&quot;&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div class=&quot;container clearfix&quot;&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &lt;?php wp_footer(); ?&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</code></p>
<hr />
<p>
Now Click Update File, open your site and marvel at your handy work!</p>
<p><em><br />
If you are using a free theme that someone wrote and it has a link to their website in it please leave the link intact. After all that is a small price to pay for what they have provided you.</em></p>
<p>
Every Beaker Productions Theme includes our easy to use Footer link text box. Their is no more searching through .php files to find where to put your footer content. With our box it is as easy as plug and play, with example code pre-loaded into every theme. image below</p>
<p><img width="646" height="145" align="left" src="http://beakerproductions.com/wp-content/uploads/image/tips%20and%20tricks/BP%20Footer%20Content.png" alt="Footer Theme options Beaker Productions" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Like always thanks for reading</p>
<p>Beaker</p>
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/costum-footer-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Store</title>
		<link>http://beakerproductions.com/theme-store/</link>
		<comments>http://beakerproductions.com/theme-store/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 01:35:17 +0000</pubDate>
		<dc:creator>Beaker</dc:creator>
				<category><![CDATA[BP Store Updates]]></category>
		<category><![CDATA[beaker Productions]]></category>
		<category><![CDATA[google checkout]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[Theme Store]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=643</guid>
		<description><![CDATA[&#160; Beaker Productions theme store Now i&#8217;m going to give you the low down on how my store works. Products are posted in the store (Created by me or my staff) The themes are sold (once the theme is sold 100 time it is removed from the store forever) &#160; How to buy a theme [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<h3>Beaker Productions theme store</h3>
<p>Now i&#8217;m going to give you the low down on how my store works.</p>
<ul>
<li>Products are posted in the store (Created by me or my staff)</li>
<li>The themes are sold (once the theme is sold 100 time it is removed from the store forever)</li>
</ul>
<p>&nbsp;</p>
<h3>How to buy a theme</h3>
<ul>
<li>Select the <span style="color: rgb(0, 255, 0);">Add to Cart</span> button that can be found on the bottom of the theme description.</li>
<li>You can checkout at any time, The checkout button can be found in two places
<ul>
<li>In the right hand side bar</li>
<li>In the drop down menu under <span style="color: rgb(0, 255, 0);">Theme Store</span> in the navigation menu</li>
</ul>
</li>
<li>I use two payment gateways
<ul>
<li><span style="color: rgb(0, 255, 0);">Google Checkout</span></li>
<li><span style="color: rgb(0, 255, 0);">Paypal</span></li>
</ul>
</li>
<li>
<p>Select your form of payment</p>
</li>
</ul>
<h3>Downloading your purchase</h3>
<ul>
<li>Select <span style="color: rgb(0, 255, 0);">Transaction Results</span> from the Theme Store drop down menu
<ul>
<li>A list of your purchases will be displayed</li>
</ul>
</li>
<li>Select your download file Example:&nbsp;<span style="color: rgb(0, 255, 0);">grasstosky.zip</span></li>
</ul>
<p>The only thing left is to uploading your theme. Check back regularly for new theme&#8217;s and great sales.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/theme-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugins</title>
		<link>http://beakerproductions.com/wordpress-plugins/</link>
		<comments>http://beakerproductions.com/wordpress-plugins/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 01:35:38 +0000</pubDate>
		<dc:creator>ken</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Application Program Interface]]></category>
		<category><![CDATA[Blog software]]></category>
		<category><![CDATA[Content management systems]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP programming language]]></category>
		<category><![CDATA[plugin editor]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=608</guid>
		<description><![CDATA[WordPress Plugins &#160;&#160; A WordPress Plugin is a program, or a set of one or more functions, written in the PHP scripting language, that adds a specific set of features or services to the WordPress weblog, which can be seamlessly integrated with the weblog using access points and methods provided by the WordPress Plugin Application [...]]]></description>
				<content:encoded><![CDATA[<h2>WordPress Plugins</h2>
<p><span style="font-size: x-large;">&nbsp;&nbsp; A</span><span style="font-size: xx-large;"> </span>WordPress Plugin is a program, or a set of one or more functions, written in the PHP scripting language, that adds a specific set of features or services to the WordPress weblog, which can be seamlessly integrated with the weblog using access points and methods provided by the WordPress Plugin Application Program Interface (API).</p>
<p>Wishing that WordPress had some new or modified functionality? <a href="http://beakerproductions.com/wp-content/uploads/2011/08/WP-Logo.jpg"><img width="200" height="200" align="right" class="alignnone size-full wp-image-616" title="WP Logo" src="http://beakerproductions.com/wp-content/uploads/2011/08/WP-Logo-e1312678230362.jpg" alt="" /></a></p>
<p>The first thing to do is to search various WordPress Plugin repositories and sources to see if someone has already created a WordPress Plugin that suits your needs.  A Google search will bring back a plethera of both free and purchasable plugins. Be sure that the plugin is compatible with your installed version of WordPress.</p>
<p>WordPress Plugins are designed by volunteers and are commonly free to the public. Plugins listed in the sources below have usually been thoroughly tested and considered &quot;safe&quot;. But remember, Plugins are the responsibility of the author and the user, and they are typically works-in-progress as WordPress grows and expands.</p>
<hr />
<span id="more-608"></span></p>
<h3>Plugin Repositories</h3>
<p>WordPress Plugins are available from several sources. The &quot;official&quot; source for WordPress Plugins:      <a target="_blank" href="http://wordpress.org/extend/plugins/">Official WordPress Plugins Repository</a>  </p>
<p>Not all WordPress Plugins make it into the above repositories. Try searching the web for &quot;WordPress Plugin&quot; and the keywords for the type of functionality you are seeking.</p>
<p>&nbsp;</p>
<h3>How WordPress Plugins Work</h3>
<p>WordPress is conceptually simple and PHP is pretty straightforward (it&rsquo;s a scripting language). SQL is SQL, arcane as always, but totally standardized.</p>
<p>Put them all together, though, and it&rsquo;s somewhat dizzying, at least for a newbie at it like me. The structure of WordPress plugins is regimented, but is too complex to allow one to just dip a toe in the water.  Plugins may require modifying WordPress files and templates.</p>
<p>Familiarity with PHP, HTML, CSS, and CHMOD may be necessary.</p>
<p>Modifications may be necessary if the color scheme, font styles or some other reason will make the plugin mesh better with your theme. Often the plugins offer options in the management module in WordPress&#8217;  back office but just not quite the tweak option your seeking.</p>
<p>When this happens you will find yourself exploring the plugin editor and delving into the .php and .css files. This is part of the fun of site development and WordPress life, just remember to backup your site before starting and you should have hours of&nbsp; fun.</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All about pages</title>
		<link>http://beakerproductions.com/all-about-pages/</link>
		<comments>http://beakerproductions.com/all-about-pages/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 20:23:18 +0000</pubDate>
		<dc:creator>Beaker</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[creating pages]]></category>
		<category><![CDATA[Http://beakerProductions.com/creating-a-favicon]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Identifiers]]></category>
		<category><![CDATA[meaningful permilinks]]></category>
		<category><![CDATA[Permalink]]></category>
		<category><![CDATA[Permilinks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[slug]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[web address]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=513</guid>
		<description><![CDATA[Pages and you &#160;&#160;In Tips and tricks #1 Planing your page, I helped you layout what you would like to see on your webpage. I also told you how to create pages and what pages are, Now lets go a little further into detail and show you how to change your Permalinks to not only [...]]]></description>
				<content:encoded><![CDATA[<h1><img hspace="30" height="306" width="350" vspace="10" align="left" alt="" src="http://beakerproductions.com/wp-content/uploads/image/tips%20and%20tricks/broken%20page%20beaker%20pro2.png" /></h1>
<h2 style="text-align: center;">Pages and you</h2>
<h5>&nbsp;&nbsp;<span style="font-size: x-large;">I</span>n Tips and tricks #1 <tt>Planing your page,</tt>  I  helped you layout  what you would like to see on your webpage. I  also  told you how to  create pages and what pages are, Now lets go a  little  further into  detail and show you how to change your Permalinks  to not  only improve  your user experience and the over all dynamic look  of your  page.  Permalinks:&nbsp;links that follow your web address such as (<a href="http://beakerProductions.com/creating-a-favicon/" target="_blank">Http://beakerProductions.com/creating-a-favicon/</a>) the /creating-a-facicon/ is your permalink text. Now lets refresh a bit on the topic of pages.</h5>
<h2>&nbsp;</h2>
<h2>What Pages Are:</h2>
<ul>
<li>Pages are for content that is less time-dependent than Posts.</li>
<li>Pages can be organized into pages and SubPages (pages under pages).</li>
<li>Pages can use different Page Templates which can include Template Files, Template Tags and other PHP code.</li>
</ul>
<hr />
<p><span id="more-513"></span></p>
<h2>&nbsp;What Pages are Not:</h2>
<ul>
<li>Pages are not Posts, nor are they excerpted from larger works of fiction. They do not cycle through your blog&#8217;s main page.</li>
<li>Pages cannot be associated with Categories and cannot be assigned Tags. The organizational structure for pages comes only from their hierarchical interrelationships, and not from Tags or Categories.</li>
<li>Pages are not files. They are stored in your database just like Posts are. &nbsp;&nbsp;&nbsp;</li>
</ul>
<hr/>
<h2>Creating Pages</h2>
<p>To create a new Page, log in to your WordPress Select the <span style="font-size: smaller;"><span style="color: rgb(0, 255, 0);"><u><tt>Administration</tt></u><tt> &gt; <u>Pages</u> &gt; </tt><u><tt>Add New</tt></u></span></span> option to begin writing a new Page.</p>
<h3>Changing the URL (or &quot;Slug&quot;) of Your Pages</h3>
<p>If you have Permalinks enabled, and you have selected the Day and Name option (Click the <span style="color: rgb(0, 255, 0);"><u><tt>Settings tab</tt></u></span>, and then click the <span style="color: rgb(0, 255, 0);"><u><tt>Permalinks subtab</tt></u></span>), then the permalink automatically shows up below your post title when you start typing in the body of your post (not just the title).</p>
<p><img height="229" width="622" align="left" src="http://beakerproductions.com/wp-content/uploads/image/Permalinks-GeneralSettings.png" alt="Permalink settings" /><br />
&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>&nbsp;</h2>
<h2>Permalink settings</h2>
<p>However, if you don&#8217;t have permalinks enabled at all, you have to do the following to edit your page URL:</p>
<p>&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; Write a page by going to <span style="color: rgb(0, 255, 0);"><u><tt>Pages</tt></u><tt> </tt></span><span style="color: rgb(0, 255, 0);"><tt>&gt; </tt></span><span style="color: rgb(0, 255, 0);"><u><tt>Add New</tt></u></span>.<br />
&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Click the Publish button to <span style="color: rgb(0, 255, 0);"><u><tt>publish</tt></u> </span>your page.<br />
&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; Go to <u><tt><span style="color: rgb(0, 255, 0);">Pages</span></tt></u><tt> <span style="color: rgb(0, 255, 0);">&gt;</span> </tt><u><tt><span style="color: rgb(0, 255, 0);">Edit</span></tt></u>.<br />
&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; Click <span style="color: rgb(0, 255, 0);"><u><tt>Edit</tt></u> </span>under the name of your page.<br />
&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; See the permalink under the title, and click the <span style="color: rgb(0, 255, 0);"><u><tt>Edit link</tt></u></span> to change it.</p>
<p><u><tt>Pages</tt></u><tt> &gt; </tt><u><tt>Add New</tt></u></p>
<p><tt>Publish</tt><br />
<img height="113" width="388" align="left" src="http://beakerproductions.com/wp-content/uploads/image/Page-Edit-Permalink-2_9_2.png" alt="Page edit permalinks" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><u><tt>Edit</tt></u><tt> Permalink</tt></p>
<p>You have to publish your page before you can set its URL&#8217;s or change your Permalinks before hand.</p>
<p>&nbsp;</p>
<p>Now you are ready to edit your existing pages and to create new ones with meaningful permilinks. <br />
&nbsp;</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/all-about-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Favicon</title>
		<link>http://beakerproductions.com/creating-a-favicon/</link>
		<comments>http://beakerproductions.com/creating-a-favicon/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 21:25:20 +0000</pubDate>
		<dc:creator>Beaker</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Address bar]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[Computer icons]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Favicon]]></category>
		<category><![CDATA[Graphical user interface]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[http://example.com/favicon.ico]]></category>
		<category><![CDATA[ICO]]></category>
		<category><![CDATA[online service]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[surfer]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Theme Editor]]></category>
		<category><![CDATA[URL bar]]></category>
		<category><![CDATA[User interface]]></category>
		<category><![CDATA[Web browsers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[www.favicongenerator.com]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=482</guid>
		<description><![CDATA[Creating a Favicon A favicon (short for &#34;favorites icon&#34;) is an icon associated with a website or webpage intended to be used when you bookmark the web page. Web browsers use them in the URL bar, on tabs, and elsewhere to help identify a website visually. A favicon is typically a graphic 16 x 16 [...]]]></description>
				<content:encoded><![CDATA[<h2>Creating a Favicon</h2>
<p>A favicon (short for &quot;favorites icon&quot;) is an icon associated with a website or webpage intended to be used when you bookmark the web page. Web browsers use them in the URL bar, on tabs, and elsewhere to help identify a website visually.</p>
<p>A favicon is typically a graphic 16 x 16 pixels square and is saved as favicon.ico in the root directory of your server. You can use a favicon with any WordPress blog on a web server that allows access to the root directories.</p>
<h3>Starting your Favicon</h3>
<hr />
<p><span id="more-482"></span></p>
<p>A favicon can be easily created using any graphic program that will allow saving of .ico graphic files. There are also online services that will allow you to create a favicon for free, such as <a href="http://www.favicongenerator.com" target="_blank">www.favicongenerator.com</a>.<br />
The image should be clear and designed to match your blog image and/or content, a big task for something so small. Although the rewards for doing it correctly are enormous.</p>
<h3>To prepare the image to be saved as favicon.ico:</h3>
<p>&nbsp;&nbsp; &nbsp;1.&nbsp;&nbsp; &nbsp;By cropping or adding space around the image, make the image square.<br />
&nbsp;&nbsp; &nbsp;2.&nbsp;&nbsp; &nbsp;Resize the image to 16 x 16 pixels.<br />
&nbsp;&nbsp; &nbsp;3.&nbsp;&nbsp; &nbsp;Save the file as favicon.ico.</p>
<p>If using an online service to create your favicon, such as <a href="http://www.favicongenerator.com" target="_blank">www.favicongenerator.com</a>, follow the instructions provided by the site. Then download the image of the favicon.ico to your computer.</p>
<h3>Installing a Favicon in WordPress</h3>
<p>&nbsp;&nbsp; &nbsp;1.&nbsp;&nbsp;&nbsp; Upload your favicon to your server.<br />
&nbsp;&nbsp; &nbsp;2.&nbsp;&nbsp; &nbsp;With an FTP Client, upload the new favicon.ico file into your current theme&rsquo;s main folder. ( <a target="_blank" href="http://filezilla.net/">Filezilla</a> is a good free version )<br />
&nbsp;&nbsp; &nbsp;3.&nbsp;&nbsp; &nbsp;Upload another copy of your favicon.ico file to the main directory of your site (ie. http://example.com/favicon.ico). This will display the favicon in your subscriber&#8217;s feedreaders.</p>
<h3>
<p>In order for your favicon to show up you will need to edit your page header.</p>
</h3>
<p>&nbsp;&nbsp; &nbsp;1.&nbsp;&nbsp; &nbsp;Go to your WordPress <span style="color: rgb(0, 255, 0);"><tt>Administration Panel</tt></span>.<br />
&nbsp;&nbsp; &nbsp;2.&nbsp;&nbsp; &nbsp;Click on <span style="color: rgb(0, 255, 0);"><tt>Design</tt></span> (called Appearance)<br />
&nbsp;&nbsp; &nbsp;3.&nbsp;&nbsp; &nbsp;Click on <span style="color: rgb(0, 255, 0);"><tt>Theme Editor</tt></span>.<br />
&nbsp;&nbsp; &nbsp;4.&nbsp;&nbsp; &nbsp;Select the file called Header or <span style="color: rgb(0, 255, 0);"><tt>header.php</tt></span> to edit the file.<br />
&nbsp;&nbsp; &nbsp;5.&nbsp;&nbsp; &nbsp;Search for the line of code that begins with</p>
<p><span style="color: rgb(0, 255, 0);"><code>&lt;link rel=&quot;shortcut icon&quot;</code></span><code> and ends with <span style="color: rgb(0, 255, 0);">&quot;/favicon.ico&quot;</span> </code><span style="color: rgb(0, 255, 0);"><code>/&gt;</code></span>. Overwrite it, if it exists, or add the following code below the<span><code> </code></span><span style="background-color: rgb(153, 51, 102);"><code>&lt;head&gt; HTML tag</code></span> <code>.</code><span style="color: rgb(0, 255, 0);"><code>&lt;link rel=&quot;shortcut icon&quot; href=&quot;&lt;?php bloginfo('stylesheet_directory');&nbsp;?&gt;/favicon.ico&quot; /&gt;</code></span></p>
<p>&nbsp;&nbsp; &nbsp;6.&nbsp;&nbsp; &nbsp;Save the changes.</p>
<p>&nbsp;</p>
<h3>Congratulations</h3>
<p>If everything was done correctly then,To see your new favicon, clear your browser&rsquo;s cache. You may need to restart your browser in order to see the new favicon.</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/creating-a-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning your webpage</title>
		<link>http://beakerproductions.com/planning-your-page/</link>
		<comments>http://beakerproductions.com/planning-your-page/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 15:42:55 +0000</pubDate>
		<dc:creator>Beaker</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Blog software]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[overall site]]></category>
		<category><![CDATA[PHP programming language]]></category>
		<category><![CDATA[Planning your webpage]]></category>
		<category><![CDATA[Planning your website]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Technology_Internet]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web page]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=473</guid>
		<description><![CDATA[&#160; &#160; &#160;Planning your webpage The best websites come with a good plan. If you want to create a useful and popular webpage you need to know where you are going. Now lets take some time and describe your site. Take ten minutes to come up with your Mission Statement, or what your web page [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;<img width="100" height="100" align="left" src="http://www.csd.k12.wi.us/images/dreamstime_3361482.jpg" alt="Planning help" /></p>
<h1>&nbsp;</h1>
<h1>&nbsp;Planning your webpage</h1>
<p>The best websites come with a good plan. If you want to create a useful and popular webpage you need to know where you are going. <br />
Now lets take some time and describe your site. Take ten minutes to come up with your Mission Statement, or what your web page is about.</p>
<hr/>
<p><span id="more-473"></span></p>
<h1>Answer the following questions:</h1>
<h3>&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp;&nbsp; What am I going to do with this?<br />
&nbsp;&nbsp;&nbsp; 2.&nbsp;&nbsp;&nbsp; Who is going to read this?<br />
&nbsp;&nbsp;&nbsp; 3.&nbsp;&nbsp;&nbsp; What kinds of information will I be posting?<br />
&nbsp;&nbsp;&nbsp; 4.&nbsp;&nbsp;&nbsp; Why am I doing this?<br />
&nbsp;&nbsp;&nbsp; 5.&nbsp;&nbsp;&nbsp; Who am I doing this for?<br />
&nbsp;&nbsp;&nbsp; 6.&nbsp;&nbsp;&nbsp; How often am I going to be posting and adding information?</h3>
<h2>
<p>Using questions 1 &amp; 2</p>
</h2>
<p>Now lets pick something appropriate for the generation of readers. If you are providing factual information about a serious subject, then you will probably want a more conservative look where the information is more important than a flashy theme.</p>
<p>If you have a theme in mind lets take a moment to use this information to reconsider your design. Now does the theme that you had in mind work for your page?</p>
<h2>Using questions 3 &amp; 4</h2>
<p>You already know the categories for your site. The topics and subjects you will be covering are listed in your reason for making the page.<br />
Now, lets think of some subcategorys that might be under your topics. You can have sub-sub-categories later, but let&#8217;s just stick with subcategories for right now. Don&#8217;t forget to write these down, you will be needing them.</p>
<h2>Using questions 5</h2>
<p>If the date of when you posted the information is critical to the success of the page, then having links to your posts referenced by date is important. If the information itself is more important and timeless, then having your posts referenced by category is the choice for you.</p>
<p>&nbsp;</p>
<h2>Paper Draft</h2>
<p>Now lay out your website on paper, consider whether you want both categories and dates, or just one of them in your sidebar. What information you have and how you want to help the user find the information is critical to your website design.</p>
<h2>What Information Do You Want/Need to Share?</h2>
<p>As you think about what information the user will need to know, you have to consider what information you are willing to share with them. That information may include how to contact you, what the purpose of the site is, who you are, and what your expertise is.</p>
<p>&nbsp;</p>
<h2>WordPress features</h2>
<p>In WordPress you have a feature called Pages that makes the process of presenting information in an easy fashion. Pages are mostly used to present unchanging information such as Pages for <a target="_blank" href="http://beakerproductions.com/about-me/" class="broken_link">About Us</a>, <a target="_blank" href="http://beakerproductions.com/about-me/" class="broken_link">Contact Us</a>, <a target="_blank" href="http://beakerproductions.com/about-me/testimonials/">Testimonials</a>,  <a target="_blank" href="http://beakerproductions.com/forum-registration/" class="broken_link">Registration</a> | <a target="_blank" href="http://beakerproductions.com/products-page/your-account/" class="broken_link">Your Account</a> | <a target="_blank" href="http://beakerproductions.com/forum-registration/terms-and-conditions/" class="broken_link">Terms and Conditions</a>, and other static information. Before creating your individual Pages, you need to think about what information you would like the Page to hold. Write down the possible Page titles and describe the information you are willing to share online on each Page.</p>
<h2>Comments</h2>
<p>Part of the fun of WordPress is the ability to have viewers leave comments on your site. It creates a dynamic interchange between you and the viewer. Do you want comments on your posts? <br />
Responding to comments and moderating them can also take up a lot of time. If they are critical to your site, then include them. Think about how this will impact your overall site.</p>
<h2 style="text-align: center;"><span style="font-family: Comic Sans MS;">With this basic information, you are ready to start laying out your site and setting it up.</span></h2>
<h3 style="text-align: center;">Now you can get started creating a page</h3>
<h4 style="text-align: center;">Select the Administration &gt; Pages &gt; Add New option to begin writing a new Page.</h4>
<p style="text-align: center;">Take your layout that we worked on above and start putting your webpage in motion. <br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/planning-your-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beaker Productions Store</title>
		<link>http://beakerproductions.com/beaker-productions-store/</link>
		<comments>http://beakerproductions.com/beaker-productions-store/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 18:39:29 +0000</pubDate>
		<dc:creator>Beaker</dc:creator>
				<category><![CDATA[BP Store Updates]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Beaker]]></category>
		<category><![CDATA[Blog software]]></category>
		<category><![CDATA[Code Charge Studio]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Content management systems]]></category>
		<category><![CDATA[Digital media]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL AB]]></category>
		<category><![CDATA[PHP programming language]]></category>
		<category><![CDATA[web creations]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web site needs]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://beakerproductions.com/?p=443</guid>
		<description><![CDATA[&#160; Welcome Beaker Productions is now fully up for business. We are now proud to present up to date WordPress themes at a discounted price. My staff and I strive for excellence&#160; in everything that we do!&#160;If you have not had a chance to read the About Beaker Productions page than I highly recommend that [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<h1>Welcome</h1>
<p>Beaker Productions is now fully up for business. We are now proud to present up to date WordPress themes at a discounted price. My staff and I strive for excellence&nbsp; in everything that we do!&nbsp;If you have not had a chance to read the <a target="_blank" href="http://beakerproductions.com/about-me/" class="broken_link">About Beaker Productions</a> page than I highly recommend that you take a look and get to know us a little better.</p>
<h2>A little more about Beaker Productions</h2>
<p>As I stated on our about page we are a start up Business that was comprised in 2009. The business&#8217;s primary focus at that time was to build webpages for our friends and family. During our endeavors in the wonderful world of web creations, I beaker discovered that I had found a new passion. Along with building web pages I&nbsp;found myself creating custom themes specifically designed for our cliental.&nbsp;</p>
<p><span id="more-443"></span></p>
<h2>What we do</h2>
<p>I would like to consider us at Beaker Productions a full service Web Development business. By that I mean that there is not much that we have not dabbled in. If you look at some of the pages that we have created you will see that we can do it all. If you look at some of the links below you may notice that there are many examples of different <a target="_blank" href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a>&#8216;s such as; WordPress, Blogger, Drupal, and HTML. I also have the ability to create themes for ASP.net, Code Charge Studio, and Joomla if that is what you are running and need, or convert themes that you see on my sales page to the CMS&nbsp;of your choice. Prices for themes are all inclusive.</p>
<p><a href="Http://Allthatsnews.com" target="_blank">All Thats News</a> /   <a href="http://BlastinBlogs.com" target="_blank" class="broken_link">Blastin Blogs</a> /  <a href="http://healthyustoday.com" target="_blank">Healthy Us Today</a> /  <a href="Http://drinkmixrecipes.com" target="_blank">Drink Mix Recipes</a> /  <a href="Http://militaryhuntingandfishing.us" target="_blank">Military Hunting and Fishing</a> /  <a href="Http://www.sportsactionportraits.com" target="_blank">Sportsaction Portraits</a> /  <a href="Http://BeakerProductions.com" target="_blank">Beaker Productions</a> /  <a href="http://beakerproductions.blogspot.com" target="_blank">Beaker Productions Blogger</a> /  <a href="http://www.facebook.com/pages/Beaker-Productions/203856576306458" target="_blank">BP Facebook</a></p>
<h2>Theme&#8217;s</h2>
<p>If you have suggestions on theme&#8217;s that you would like to see for sale on the page please feel free to <a href="javascript:location.href='mailto:'+String.fromCharCode(66,101,97,107,101,114,80,114,111,100,117,99,116,105,111,110,115,46,99,111,109,64,103,109,97,105,108,46,99,111,109)+'?'">contact us</a>. I&nbsp;will soon be adding a Forum with specific discussion topics for this reason, until then drop us a line VIA&nbsp;our contact forum by clicking here, or finding it in the navbar above. Hopefully in the near future I will be adding some military branch theme&#8217;s.</p>
<h3>Specialty Themes</h3>
<p>If you notice the <a href="products-page/specialty/" class="broken_link">Specialty</a> themes have some issues with the full page images, this is due to the fact that the backgrounds are stationary and look the same no matter where you scroll on the page. Rest assured this is only the demo image, and not a problem with the theme itself.</p>
<p>&nbsp;</p>
<h2>Beaker Productions Tips and Tricks</h2>
<p>A New addition to the site will be coming in the form of a newsletter. In the newsletter you will find everything from <a href="http://en.wikipedia.org/wiki/MySQL" target="_blank">MySQL</a> to basic setup such as creating a title and tag line. I will also be reviewing plugins and giving you useful links and tools. Occasionally I&nbsp;will offer exclusive products and coupons for themes from my store. Get exclusive deals delivered right to your mail box just by signing-up to our newsletter.</p>
<h1>Thanks again for visiting</h1>
<p>We look forward to servicing your web site needs. Please check back for more updates and T&amp;T.</p>
<h4>&nbsp;</h4>
]]></content:encoded>
			<wfw:commentRss>http://beakerproductions.com/beaker-productions-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: beakerproductions.com @ 2013-06-20 05:18:46 by W3 Total Cache -->