<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Blog Entries for kelchuk</title>
		<description>A short description about your blog</description>
		<link>http://www.bohemiawebsites.com</link>
		<lastBuildDate>Tue, 07 Feb 2012 19:53:01 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Auto Writing PHP Files</title>
			<link>http://www.bohemiawebsites.com/PHP-Writing-Files.html</link>
			<description>&lt;br/&gt;Writing and Moving a PHP File with fopen and fwrite&lt;br/&gt;Using php copy() and rename() functions are two such methods to copy and rename php files. However, fopen() and fwrite() functions can alos do the trick. The example below is a method regarding how to copy, move and rename a php file. In this case, the template file and the copied file with a new name exist in the root directory.&lt;br /&gt;&lt;br/&gt;&amp;#160;&lt;br /&gt;&lt;br/&gt;&amp;lt;?php&lt;br /&gt;&lt;br/&gt;// Here we get the source file&lt;br /&gt;&lt;br/&gt;$file = file_get_contents('page_templa [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Mon, 12 Dec 2011 14:05:01 +0100</pubDate>
		</item>
		<item>
			<title>Paypal Sandbox vs Paypal Code</title>
			<link>http://www.bohemiawebsites.com/Paypal-Sandbox-vs-Paypal-Code.html</link>
			<description>&lt;br/&gt;Paypal Sandbox vs Paypal Live Code&lt;br/&gt;When testing shopping carts prior to 'going live', it is recommended to to use the Paypal sandbox. The Paypal sandbox had been implemented for this purpose.   When the time comes to making the cary live, changing the code is very minor.  The following example shows how a form processed the order and sends the sum to a Paypal sandbox and a real Paypal account.&lt;br/&gt;Before:&lt;br /&gt;&lt;br/&gt;&amp;lt;div style=&quot;float:right;&quot;&amp;gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;form action=&quot;https://www.sand [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Sun, 04 Dec 2011 20:24:07 +0100</pubDate>
		</item>
		<item>
			<title>Wordpress Page and Post Customization</title>
			<link>http://www.bohemiawebsites.com/Wordpress-Page-and-Post-Customization.html</link>
			<description>&lt;br/&gt;After a plugin is installed and activated to a Wordpress site, you may find that the plugin shows up on each and every page(or post). However, you only want the plugin to show up on the home page, or a specific page. Wordpress has built-in functions to allow you to add code to files such as index.php, page.php and category.php so that you can customize on which places should display the plugin. &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;The code below can be used within index.php or page.php to allow only the home page  [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Mon, 19 Sep 2011 18:31:05 +0100</pubDate>
		</item>
		<item>
			<title>Wordpress Content Management System Basics</title>
			<link>http://www.bohemiawebsites.com/Wordpress-Content-Management-System-Basics.html</link>
			<description>&lt;br/&gt;Using Wordpress for a Content Management System&lt;br/&gt;When you make a Wordpress 3 site, you may want it to behave more as a content management system rather than a blog. The simple method, is to avoid using posts since they will group in widget categories and can cause building the site a lengthier exercise. If only pages are used, then the site can be built in logical order.   &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;To create the home page, &lt;br /&gt;&lt;br/&gt;1) Click Settings &amp;gt;Reading &amp;gt;Front Page Displays: A static page &amp;gt; [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Mon, 19 Sep 2011 18:26:38 +0100</pubDate>
		</item>
		<item>
			<title>Wordpress Link Order</title>
			<link>http://www.bohemiawebsites.com/Wordpress-Link-Order.html</link>
			<description>&lt;br/&gt;With a default Wordpress installation, you can automatically add links to a sidebar. Alternatively, you can always add a 'Links' widget to add links if you lost or deleted it somewhere along the way. When new links are added, they are shown in an order where the most recent posts are listed on top. If that works for you, you are good to go. But, you may want to add or rearrange posts at some point in time.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;&lt;b&gt;My Link Order&lt;/b&gt;&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;To have control over the link order,  [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Thu, 16 Jun 2011 15:21:11 +0100</pubDate>
		</item>
		<item>
			<title>Joomla Password Reset</title>
			<link>http://www.bohemiawebsites.com/Joomla-Password-Reset.html</link>
			<description>&lt;br/&gt;With Joomla 1.5, resetting a username or password is a no-brainer.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;To reset the username or password for any user with Joomla 1.5,&lt;br /&gt;&lt;br/&gt;1) Login to the Joomla administrator.&lt;br /&gt;&lt;br/&gt;2) Select 'Site' from the main menu.&lt;br /&gt;&lt;br/&gt;3) Select a User&lt;br /&gt;&lt;br/&gt;4) Change or modify username and / or password.&lt;br /&gt;&lt;br/&gt;5) Save the changes.</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Fri, 27 May 2011 13:51:04 +0100</pubDate>
		</item>
		<item>
			<title>Wordpress Sidebar Widgets</title>
			<link>http://www.bohemiawebsites.com/Wordpress-Sidebar-Widgets.html</link>
			<description>&lt;br/&gt;The Wordpress sidebar can be setup to display links, categories, images, archives, etc.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;Although you can display categories and many default Wordpress sidebar items, using the 'widget' in the administrator zone will allow for greater control of what you want to appear.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;Displaying Widgets&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;To use widgets,&lt;br /&gt;&lt;br/&gt;1) Login to admin&lt;br /&gt;&lt;br/&gt;2) Under 'Appearance' select 'Widgets'.&lt;br /&gt;&lt;br/&gt;3) Add what you want to see in the sidebar.&lt;br /&gt;&lt;br/&gt;4) You can select  [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Tue, 10 May 2011 03:31:09 +0100</pubDate>
		</item>
		<item>
			<title>Wordpress Pages Order</title>
			<link>http://www.bohemiawebsites.com/Wordpress-Pages-Order.html</link>
			<description>&lt;br/&gt;When you set up a main menu with Wordpress, the order for the pages on the main menu will be exactly in the order for which they are created. The menu will work fine for a site with a simple menu. But what if you want to change the menu order or menu names? &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;Changing Menu Names&lt;br /&gt;&lt;br/&gt;Changing menu names is very simple. You just go to the dashboard and select pages. Then, select a page, change the name, and click update.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;Changing Menu Order&lt;br /&gt;&lt;br/&gt;Changing menu or [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Tue, 10 May 2011 03:05:39 +0100</pubDate>
		</item>
		<item>
			<title>Wordpress Custom Sidebar</title>
			<link>http://www.bohemiawebsites.com/Wordpress-Custom-Sidebar.html</link>
			<description>&lt;br/&gt;If you install or use Wordpress, you may eventually hit a minor wall regarding the theme style. One major issue is the sidebar on the left(or right). By default, Wordpress will have 'Bookmarks', 'Archives' and a 'Search' box in the vertical menu. &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;If you use or alter a default template, you can always select Appearance&amp;gt;Widgets in the administrator zone and remove them from showing up. With other templates, hand-made or computer generated, you can open up the editor and delete [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Sun, 08 May 2011 23:47:25 +0100</pubDate>
		</item>
		<item>
			<title>Blogging with Joomla</title>
			<link>http://www.bohemiawebsites.com/blogging-with-joomla.html</link>
			<description>&lt;br/&gt;Joomla, as a content management system offers unlimited ways to create an organized website. One of the various tools to use with Joomla is to implement a blog. &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;&lt;b&gt;Built-in Blog&lt;/b&gt;&lt;br /&gt;&lt;br/&gt;To create a blog with the default Joomla CMS, &lt;br /&gt;&lt;br/&gt;1) Add a new item to a menu. &lt;br /&gt;&lt;br/&gt;2) Select articles &amp;gt; category blog layout or section blog layout. &lt;br /&gt;&lt;br/&gt;3) Add appropriate figures for leading, intro, columns, links. &lt;br /&gt;&lt;br/&gt;You can experiment with these numbers until you have t [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Wed, 27 Apr 2011 15:45:02 +0100</pubDate>
		</item>
		<item>
			<title>Recording Sound Problems</title>
			<link>http://www.bohemiawebsites.com/Recording-Sound-Problems.html</link>
			<description>&lt;br/&gt;All sorts of problems can occur when trying to record sound. At times, the problems can be isolated with some software, yet, at other times, they occur across the board. Nevertheless, a good place to test microphone recording problems with Windows is through viewing what options are available in the 'Sounds and Devices' located in the Control Panel. You can check to see the volume levels and what recording/playback options are selected. For example, selecting 'Mic in Volume' and setting the vo [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Tue, 26 Apr 2011 00:38:36 +0100</pubDate>
		</item>
		<item>
			<title>Setting Up a Joomla 1.6 Module</title>
			<link>http://www.bohemiawebsites.com/Setting-Up-a-Joomla-1.6-Module.html</link>
			<description>&lt;br/&gt;&lt;i&gt;To edit and use the new module,&lt;/i&gt; &lt;br /&gt;&lt;br/&gt;1) Select Extensions &lt;br /&gt;&lt;br/&gt;2) Select Module Manager &lt;br /&gt;&lt;br/&gt;3) Click on the module of choice &lt;br /&gt;&lt;br/&gt;4) Select position &lt;br /&gt;&lt;br/&gt;5) Select Publish &lt;br /&gt;&lt;br/&gt;5) Select Pages &lt;br /&gt;&lt;br/&gt;6) Select Save&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;See tutorial for using a Joomla 1.6 module. &lt;br /&gt;</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Sun, 24 Apr 2011 22:55:34 +0100</pubDate>
		</item>
		<item>
			<title>Installing a Joomla 1.6 Module</title>
			<link>http://www.bohemiawebsites.com/Installing-a-Joomla-1.6-Module.html</link>
			<description>&lt;br/&gt;Installing a module into Joomla 1.6 is a very simple procedure.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;How To Install the Module&lt;br /&gt;&lt;br/&gt;1) Login to the administrator (http://mysite.com/administrator)&lt;br /&gt;&lt;br/&gt;2) Select extensions &amp;gt; Extension Manager&lt;br /&gt;&lt;br/&gt;3) Browse and Select File from hard drive. It will be a zip or rar file&lt;br /&gt;&lt;br/&gt;4) Select Upload and Install&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;See video tutorial for Installing a Joomla 1.6 Module.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Sun, 24 Apr 2011 22:48:12 +0100</pubDate>
		</item>
		<item>
			<title>How To Install Joomla 1.6</title>
			<link>http://www.bohemiawebsites.com/How-To-Install-Joomla-1.6.html</link>
			<description>&lt;br/&gt;Typically, Joomla 1.6 is installed using Fantastico or from a zip file downloaded from joomla.org. Fantastico is included in many shared, VPS, or dedicated server hosting plans.   &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;&lt;b&gt;Fantastico&lt;/b&gt;&lt;br /&gt;&lt;br/&gt;If Fantastico is used for a Joomla 1.6 installtion, you must have a hosting plan which includes Cpanel. Cpanel is very popular with Linux hosting. The upside to a Fantasico installation is simplicity and quickness. Just a couple mouse clicks and it is done. The downside to Fan [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Sun, 24 Apr 2011 16:07:10 +0100</pubDate>
		</item>
		<item>
			<title>Pinnacle Studio and AVI Files</title>
			<link>http://www.bohemiawebsites.com/Pinnacle-Studio-and-AVI-Files.html</link>
			<description>&lt;br/&gt;There may come a time when you have an assortment of avi files for which you want to combine into a single movie. The files could come from various sources recorded at various frame rates. &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;You can combine all avi files and render the movie. However, it may be much faster to make a new avi file with Pinnacle Studio for each avi file. By doing this, you will have new avi files that are all with the same frame rate. In many cases, the sound will vanish from the original avi files. [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Sun, 24 Apr 2011 04:56:44 +0100</pubDate>
		</item>
		<item>
			<title>Troubleshooting Joomla PHP Errors</title>
			<link>http://www.bohemiawebsites.com/Troubleshooting-Joomla-PHP-Errors.html</link>
			<description>&lt;br/&gt;Using Joomla can be a smooth experience. However, there can be times when components or modules exhibit PHP errors. There are many reasons why such problems can occur. In order to find the source of such a problem, you may want to track recent file or server changes.  &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;One problem which could pose problems is upgrading the Apache server. For example, you may want to add a php module like xmlrpc. However, the default upgrade settings in web host manager or Linux CentOS could upgr [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Sat, 16 Apr 2011 04:43:42 +0100</pubDate>
		</item>
		<item>
			<title>Altering PHP.ini</title>
			<link>http://www.bohemiawebsites.com/Altering-PHP.ini.html</link>
			<description>&lt;br/&gt;To access the php.ini file in web host manager,&lt;br /&gt;&lt;br/&gt;1) Open WHM&lt;br /&gt;&lt;br/&gt;2) Under 'Server Configuartion' select PHP Configuration editor. The advanced view will allow the file the most possibility to edit various settings.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;To add new PHP features,&lt;br /&gt;&lt;br/&gt;1) 'Easyapache' must be opened.&lt;br /&gt;&lt;br/&gt;2) Install a PHP feature and build 'Apache'&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Fri, 15 Apr 2011 22:57:48 +0100</pubDate>
		</item>
		<item>
			<title>Joomla Duplicate URLS</title>
			<link>http://www.bohemiawebsites.com/Joomla-Duplicate-URLS.html</link>
			<description>&lt;br/&gt;Sometimes, using a content management system like Joomla, Drupal, or Wordpress can present an eye-raising duplicate url issue.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;This can happen when url strings and sef urls are indexed. Another such possibility is when a category or section is appended to the page; Thus, this is 2 separate urls. In many cases, Google will pick one.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;Here is a good page regarding duplicate urls with Joomla:&lt;br /&gt;&lt;br/&gt;Joomla and SEO&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Fri, 25 Mar 2011 06:28:15 +0100</pubDate>
		</item>
		<item>
			<title>Joomla FCK and JCK Editors</title>
			<link>http://www.bohemiawebsites.com/Joomla-FCK-and-JCK-Editors.html</link>
			<description>&lt;br/&gt;Joomla comes with a few editors. The default editor is TinyMCE. TinyMCE is a good editor, but, FCK and JCK may be more desirable since they are a little more user friendly with inserting images and linking. As far as hand-coding goes, they are all fairly equal. &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;&lt;b&gt;Hand Coding In Joomla Editor&lt;/b&gt;&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;When working with a Joomla editor, it is not like working with pure html/css or pure php for that matter. The editors may throw in some tags, but, that is marginal. The  [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Mon, 28 Feb 2011 03:18:57 +0100</pubDate>
		</item>
		<item>
			<title>Pure Php Mysql with CMS</title>
			<link>http://www.bohemiawebsites.com/Pure-Php-Mysql-with-CMS.html</link>
			<description>&lt;br/&gt;When you use a content management system like Joomla and Wordpress you can use components, modules, extensions, php frameworks and pure php/mysql.   &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;Adding Pure PHP / MYSQL&lt;br /&gt;&lt;br/&gt;The content management systems have many available templates and extensions, but, there may be times when you have a stand-alone php/mysql application that you want to add, but not recode into an extension. You just want to add it quick. &lt;br /&gt;&lt;br/&gt;&lt;br /&gt;&lt;br/&gt;To add a pure php / mysql application you simply [...]</description>
			<author>chukweb@shaw.ca</author>
			<pubDate>Wed, 23 Feb 2011 04:36:11 +0100</pubDate>
		</item>
	</channel>
</rss>
