<?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"
	>

<channel>
	<title>Popoleo Designs</title>
	<atom:link href="http://www.popoleodesigns.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.popoleodesigns.com</link>
	<description>simple, affordable, website design!</description>
	<pubDate>Tue, 12 Aug 2008 18:56:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Installing PEAR on Mac OS X Leopard XAMPP</title>
		<link>http://www.popoleodesigns.com/tutorials/installing-pear-on-mac-os-x-leopard-xampp.php</link>
		<comments>http://www.popoleodesigns.com/tutorials/installing-pear-on-mac-os-x-leopard-xampp.php#comments</comments>
		<pubDate>Tue, 22 Jul 2008 02:38:23 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Leopard]]></category>

		<category><![CDATA[Mac OS X 10.5]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.popoleodesigns.com/?p=81</guid>
		<description><![CDATA[XAMPP for Mac does come with PEAR but it is NOT configured.
Update PEAR
sudo su -  [Enter root password]
cd /Applications/xampp/xamppfiles/lib/php/pear
sudo php pearcmd.php channel-update pear.php.net
sudo php pearcmd.php install PEAR
sudo php pearcmd.php install Log
sudo php pearcmd.php list
add PEAR to the php.ini include_path 
Edit /Applications/xampp/etc/php.ini (include path is at the very end of the php.ini file)
include_path = &#8220;.:/Applications/xampp/xamppfiles/lib/php:/Applications/xampp/xamppfiles/lib/php/pear&#8221;
To [...]]]></description>
			<content:encoded><![CDATA[<p><strong>XAMPP for Mac does come with PEAR but it is NOT configured.</strong></p>
<p><strong>Update PEAR</strong><br />
sudo su -  [Enter root password]<br />
cd /Applications/xampp/xamppfiles/lib/php/pear<br />
sudo php pearcmd.php channel-update pear.php.net<br />
sudo php pearcmd.php install PEAR<br />
sudo php pearcmd.php install Log<br />
sudo php pearcmd.php list</p>
<p><strong>add PEAR to the php.ini include_path </strong><br />
Edit /Applications/xampp/etc/php.ini (include path is at the very end of the php.ini file)</p>
<p><span style="font-size: 12px;">include_path = &#8220;.:/Applications/xampp/xamppfiles/lib/php:/Applications/xampp/xamppfiles/lib/php/pear&#8221;</span></p>
<p><strong>To install a package</strong><br />
Type<br />
sudo su  [Enter root password]<br />
cd /Applications/xampp/xamppfiles/lib/php/pear<br />
pear install pear/PACKAGE_NAME</p>
<p>Thats it, good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.popoleodesigns.com/tutorials/installing-pear-on-mac-os-x-leopard-xampp.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Edit your Mac HOSTS file</title>
		<link>http://www.popoleodesigns.com/tutorials/edit-your-mac-hosts-file.php</link>
		<comments>http://www.popoleodesigns.com/tutorials/edit-your-mac-hosts-file.php#comments</comments>
		<pubDate>Mon, 16 Jun 2008 19:35:46 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[HOSTS File]]></category>

		<category><![CDATA[Mac OS X 10.5]]></category>

		<category><![CDATA[web development tips]]></category>

		<guid isPermaLink="false">http://www.popoleodesigns.com/?p=79</guid>
		<description><![CDATA[If you like making things a little easier on yourself while you are working on your local development server this is for you!
What am I talking about you ask?
hmm&#8230;.
What I am talking about is editing your Mac hosts file so that you can view your local site with this
http://myawsomesite
rather than this
http://localhost/myawsomesite
Here it is&#8230;.
Launch your Mac [...]]]></description>
			<content:encoded><![CDATA[<p>If you like making things a little easier on yourself while you are working on your local development server this is for you!</p>
<p>What am I talking about you ask?</p>
<p>hmm&#8230;.<br />
What I am talking about is editing your Mac hosts file so that you can view your local site with this<br />
http://myawsomesite<br />
rather than this<br />
http://localhost/myawsomesite</p>
<p>Here it is&#8230;.</p>
<p>Launch your Mac Terminal and type<br />
sudo su [RETURN]<br />
Enter Root Password [RETURN]<br />
nano /etc/hosts [RETURN]</p>
<p>Position yourself with your keyboard arrows<br />
type 127.0.0.1         myawsomesite</p>
<p>Hit the ctrl-x keys. Terminal will ask if you want to save changes. Type a &#8220;y&#8221; for yes.<br />
Hit [RETURN] to save the file</p>
<p>thats it, now type http://myawsomesite into your internet browser and it will take you to you local site.</p>
<p>note: If you are using a v-host configuration in apache, you will need to add myawsomesite as an alias under that host.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.popoleodesigns.com/tutorials/edit-your-mac-hosts-file.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Showing hidden Files on Mac OS X 10.5 Leopard</title>
		<link>http://www.popoleodesigns.com/tutorials/showing-hidden-files-on-mac-os-x-leopard.php</link>
		<comments>http://www.popoleodesigns.com/tutorials/showing-hidden-files-on-mac-os-x-leopard.php#comments</comments>
		<pubDate>Wed, 14 May 2008 17:09:27 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Leopard]]></category>

		<category><![CDATA[Mac OS X 10.5]]></category>

		<category><![CDATA[Showing hidden Files]]></category>

		<guid isPermaLink="false">http://www.popoleodesigns.com/?p=63</guid>
		<description><![CDATA[After you get apache up and running on your Mac, you will not be able to see your .htaccess and other configuration files. Here is a quick fix for that problem.
Open Terminal and copy the following text-
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
You will notice you screen will blink as finder restarts. Once it come back [...]]]></description>
			<content:encoded><![CDATA[<p>After you get apache up and running on your Mac, you will not be able to see your .htaccess and other configuration files. Here is a quick fix for that problem.</p>
<p>Open Terminal and copy the following text-<br />
defaults write com.apple.finder AppleShowAllFiles TRUE<br />
killall Finder</p>
<p>You will notice you screen will blink as finder restarts. Once it come back on all you hidden files will be visable.</p>
<p>note: Change &#8220;TRUE&#8221; to &#8220;FALSE&#8221; to make them disappear again.</p>
<p>Open Terminal and copy the following text-<br />
defaults write com.apple.finder AppleShowAllFiles FALSE<br />
killall Finder</p>
]]></content:encoded>
			<wfw:commentRss>http://www.popoleodesigns.com/tutorials/showing-hidden-files-on-mac-os-x-leopard.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>XAMPP Debian ssh install</title>
		<link>http://www.popoleodesigns.com/tutorials/xampp-debian-ssh-install.php</link>
		<comments>http://www.popoleodesigns.com/tutorials/xampp-debian-ssh-install.php#comments</comments>
		<pubDate>Sun, 13 Apr 2008 00:47:13 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Debian Linux]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.popoleodesigns.com/?p=53</guid>
		<description><![CDATA[Installing XAMPP
debian:~# wget http://kent.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.6.5a.tar.gz
(command downloads XAMPP to the server)
debian:~# tar xvfz xampp-linux-1.6.5a.tar.gz -C /opt
(command extracts the downloaded archive file to /opt:)
Starting XAMPP
debian:~# /opt/lampp/lampp start
(Apache, PHP, MySQL, &#38; ProFTPD will start)
Starting XAMPP for Linux 1.6.5a&#8230;
XAMPP: Starting Apache with SSL (and PHP5)&#8230;
XAMPP: Starting MySQL&#8230;
XAMPP: Starting ProFTPD&#8230;
XAMPP for Linux started.
Test XAMPP
Check to see if your installation was successful. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installing XAMPP</strong><br />
debian:~# wget http://kent.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.6.5a.tar.gz<br />
(command downloads XAMPP to the server)</p>
<p>debian:~# tar xvfz xampp-linux-1.6.5a.tar.gz -C /opt<br />
(command extracts the downloaded archive file to /opt:)</p>
<p><strong>Starting XAMPP</strong><br />
debian:~# /opt/lampp/lampp start<br />
(Apache, PHP, MySQL, &amp; ProFTPD will start)<br />
Starting XAMPP for Linux 1.6.5a&#8230;<br />
XAMPP: Starting Apache with SSL (and PHP5)&#8230;<br />
XAMPP: Starting MySQL&#8230;<br />
XAMPP: Starting ProFTPD&#8230;<br />
XAMPP for Linux started.</p>
<p><strong>Test XAMPP<br />
</strong>Check to see if your installation was successful. Navigate to http://yourdomain.com. You should see the XAMPP  splash  page.<br />
<a title="XAMPP Splash Page" href="/images/xamppsplash.jpg" target="_blank"><img src="/images/xamppsplash.jpg" border="1" alt="XAMPP Splash Page" width="600" height="474" /></a><br />
<strong>XAMPP Start Page<br />
</strong><a title="XAMPP Start Page" href="/images/xamppstart.jpg" target="_blank"><img src="/images/xamppstart.jpg" border="1" alt="XAMPP Start Page" width="600" height="474" /></a></p>
<p><strong>XAMPP Security</strong><br />
XAMPP is setup to be used in a development environment. The base configuration of XAMPP has <strong>NO SECURITY</strong> and should not be used as a live web server.</p>
<p>Missing security in XAMPP:</p>
<ol>
<li>The MySQL administrator (root) has <strong>no</strong> password.</li>
<li>The MySQL daemon is accessible via network.</li>
<li>ProFTPD uses the password &#8220;lampp&#8221; for user &#8220;nobody&#8221;.</li>
<li>PhpMyAdmin is accessible via network.</li>
<li>Examples are accessible via network.</li>
<li>MySQL and Apache running under the same user (nobody).</li>
</ol>
<p>To fix or close all these matters simply call<br />
debian:~# /opt/lampp/lampp security</p>
<p>The command will start an interactive program.<br />
XAMPP: Quick security check&#8230;<br />
XAMPP: Your XAMPP pages are NOT secured by a password.<br />
XAMPP: Do you want to set a password? [yes] yes<br />
XAMPP: Password:<br />
XAMPP: Password (again):<br />
XAMPP: Password protection active. Please use &#8216;lampp&#8217; as user name!<br />
XAMPP: MySQL is accessable via network.<br />
XAMPP: Normaly that&#8217;s not recommended. Do you want me to turn it off? [yes] yes<br />
XAMPP: Turned off.<br />
XAMPP: Stopping MySQL&#8230;<br />
XAMPP: Starting MySQL&#8230;<br />
XAMPP: The MySQL/phpMyAdmin user pma has no password set!!!<br />
XAMPP: Do you want to set a password? [yes] yes<br />
XAMPP: Password:<br />
XAMPP: Password (again):<br />
XAMPP: Setting new MySQL pma password.<br />
XAMPP: Setting phpMyAdmin&#8217;s pma password to the new one.<br />
XAMPP: MySQL has no root passwort set!!!<br />
XAMPP: Do you want to set a password? [yes] yes<br />
XAMPP: Write the password somewhere down to make sure you won&#8217;t forget it!!!<br />
XAMPP: Password:<br />
XAMPP: Password (again):<br />
XAMPP: Setting new MySQL root password.<br />
XAMPP: Change phpMyAdmin&#8217;s authentication method.<br />
XAMPP: The FTP password is still set to &#8216;lampp&#8217;.<br />
XAMPP: Do you want to change the password? [yes] yes<br />
XAMPP: Password:<br />
XAMPP: Password (again):<br />
XAMPP: Reload ProFTPD&#8230;<br />
XAMPP: Done.</p>
<p><strong>Check the XAMPP Security page<br />
</strong><a title="XAMPP Security" href="/images/xamppsecurity.jpg" target="_blank"><img src="/images/xamppsecurity.jpg" border="1" alt="XAMPP Security Page" width="600" height="474" /><br />
</a></p>
<p>Controlling XAMPP</p>
<table border="0" cellspacing="0" cellpadding="3" width="600">
<tbody>
<tr valign="top">
<td bgcolor="#ffffff"><tt>start</tt></td>
<td bgcolor="#ffffff">Starts XAMPP.</td>
</tr>
</tbody>
</table>
<p>XAMPP Directories</p>
<table border="0" cellspacing="0" cellpadding="3" width="600">
<tbody>
<tr valign="top">
<td bgcolor="#ffffff"><tt>/opt/lampp/bin/</tt></td>
<td bgcolor="#ffffff">The XAMPP commands home. /opt/lampp/bin/mysql calls for example the MySQL monitor.</td>
</tr>
</tbody>
</table>
<p>Stop XAMPP with this command:<br />
debian:~# <tt>/opt/lampp/lampp stop</tt></p>
<p>Uninstall XAMPP with this command:<br />
debian:~# <tt>rm -rf /opt/lampp </tt></p>
<p><img src="/images/xamppforlinux.gif" alt="XAMPP for LInux" /></p>
<p>Visit <a href="http://www.apachefriends.org/en/xampp-linux.html" target="_blank">ApacheFriends.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.popoleodesigns.com/tutorials/xampp-debian-ssh-install.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to “Print Screen” on Mac OS X Computers</title>
		<link>http://www.popoleodesigns.com/tutorials/how-to-print-screen-on-mac-os-x-computers.php</link>
		<comments>http://www.popoleodesigns.com/tutorials/how-to-print-screen-on-mac-os-x-computers.php#comments</comments>
		<pubDate>Sun, 16 Mar 2008 00:17:12 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Print screen]]></category>

		<guid isPermaLink="false">http://www.popoleodesigns.com/?p=48</guid>
		<description><![CDATA[I recently switched from Windows XP and Windows Vista to Mac OS X 10.5 Leopard. One of the many things I had to figure out how to do on my new Mac was the Print Screen function that I used all the time on Windows. So for those of you that don’t already know, here [...]]]></description>
			<content:encoded><![CDATA[<p>I recently switched from Windows XP and Windows Vista to Mac OS X 10.5 Leopard. One of the many things I had to figure out how to do on my new Mac was the Print Screen function that I used all the time on Windows. So for those of you that don’t already know, here is the different key combination for “Print Screen” on Mac OS X Computers.</p>
<p>Command key, Shift key, and the number 3 key  - takes a screen shot and saves it to the Desktop.</p>
<p>Command key, Shift key, and the number 4 key - the mouse changes from an arrow into cross hairs.  Drag the cross hairs over the area you want to capture, when you release the mouse the screen shot will appear on your desktop.</p>
<p>Command key, Shift key, and the number 4 key, + space bar - the cursor will turn into a camera. Move over a window and click the mouse to take a snapshot of the window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.popoleodesigns.com/tutorials/how-to-print-screen-on-mac-os-x-computers.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Popoleo Designs Announces the release of TropicalBreezePools.com</title>
		<link>http://www.popoleodesigns.com/news/popoleo-designs-announces-the-release-of-tropicalbreezepoolscom.php</link>
		<comments>http://www.popoleodesigns.com/news/popoleo-designs-announces-the-release-of-tropicalbreezepoolscom.php#comments</comments>
		<pubDate>Mon, 25 Feb 2008 03:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Site News]]></category>

		<category><![CDATA[New website release]]></category>

		<category><![CDATA[Pool Service]]></category>

		<category><![CDATA[Swimming pool maintenance website]]></category>

		<guid isPermaLink="false">http://www.popoleodesigns.com/?p=106</guid>
		<description><![CDATA[FOR IMMEDIATE RELEASE:
CONTACT:
Brett Popoleo
Popoleo Designs
321-206-8996
www.popoleodesigns.com
Popoleo Designs Announces the release of www.tropicalbreezepools.com.

Orlando, FL February 2008 – Popoleo Designs &#038; Tropical Breeze Pools have completed the design &#038; development of www.tropicalbreezepools.com. This project includes a complete member’s area that allows clients to login and view service &#038; repair history for their pool(s). As well as a complete [...]]]></description>
			<content:encoded><![CDATA[<p><strong>FOR IMMEDIATE RELEASE:</strong><br />
CONTACT:<br />
Brett Popoleo<br />
Popoleo Designs<br />
321-206-8996<br />
<a href="http://www.popoleodesigns.com" title="simple affordable website design">www.popoleodesigns.com</a><br />
Popoleo Designs Announces the release of <a href="http://www.tropicalbreezepools.com" target="_blank">www.tropicalbreezepools.com</a>.<br />
<br />
<strong>Orlando, FL February 2008</strong> – Popoleo Designs &#038; Tropical Breeze Pools have completed the design &#038; development of <a href="http://www.tropicalbreezepools.com" target="_blank">www.tropicalbreezepools.com</a>. This project includes a complete member’s area that allows clients to login and view service &#038; repair history for their pool(s). As well as a complete management area where Tropical Breeze Pool Technicians can log service &#038; repair information for each pool service visit.<br />
<br />
For additional information contact Brett Popoleo or visit <a href="http://www.popoleodesigns.com" title="simple affordable website design">www.popoleodesigns.com</a>.<br />
ABOUT POPOLEO DESIGNS – Popoleo Designs is a full service web design company offering quality website designs for small businesses at affordable prices.<br />
- END -</p>
]]></content:encoded>
			<wfw:commentRss>http://www.popoleodesigns.com/news/popoleo-designs-announces-the-release-of-tropicalbreezepoolscom.php/feed</wfw:commentRss>
		</item>
		<item>
		<title>Popoleo Designs Announces the release of Marienville-Fire.com</title>
		<link>http://www.popoleodesigns.com/news/popoleo-designs-announces-the-release-of-marienville-firecom.php</link>
		<comments>http://www.popoleodesigns.com/news/popoleo-designs-announces-the-release-of-marienville-firecom.php#comments</comments>
		<pubDate>Fri, 25 Jan 2008 03:22:52 +0000</pubDate>
		<dc:creator>Brett</dc:creator>
		
		<category><![CDATA[Web Site News]]></category>

		<category><![CDATA[Fire Company Website]]></category>

		<category><![CDATA[New website release]]></category>

		<guid isPermaLink="false">http://www.popoleodesigns.com/?p=102</guid>
		<description><![CDATA[FOR IMMEDIATE RELEASE:
CONTACT:
Brett Popoleo
Popoleo Designs
321-206-8996
www.popoleodesigns.com
Popoleo Designs Announces the release of www.Marienville-Fire.com.

Marienville, PA, January 2008 – Popoleo Designs &#038; The Marienville Volunteer Fire Company have completed the redesign and re structuring of their non-profit website &#8220;www.Marienville-Fire.com&#8220;.

For additional information contact Brett Popoleo or visit www.popoleodesigns.com.
ABOUT POPOLEO DESIGNS – Popoleo Designs is a full service web design company [...]]]></description>
			<content:encoded><![CDATA[<p><strong>FOR IMMEDIATE RELEASE:</strong><br />
CONTACT:<br />
Brett Popoleo<br />
Popoleo Designs<br />
321-206-8996<br />
<a href="http://www.popoleodesigns.com" title="simple affordable website design">www.popoleodesigns.com</a><br />
Popoleo Designs Announces the release of <a href="http://www.Marienville-Fire.com" target="_blank">www.Marienville-Fire.com</a>.<br />
<br />
<strong>Marienville, PA, January 2008</strong> – Popoleo Designs &#038; The Marienville Volunteer Fire Company have completed the redesign and re structuring of their non-profit website &#8220;<a href="http://www.Marienville-Fire.com" target="_blank">www.Marienville-Fire.com</a>&#8220;.<br />
<br />
For additional information contact Brett Popoleo or visit <a href="http://www.popoleodesigns.com" title="simple affordable website design">www.popoleodesigns.com</a>.<br />
ABOUT POPOLEO DESIGNS – Popoleo Designs is a full service web design company offering quality website designs for small businesses at affordable prices.<br />
- END -</p>
]]></content:encoded>
			<wfw:commentRss>http://www.popoleodesigns.com/news/popoleo-designs-announces-the-release-of-marienville-firecom.php/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
