<?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>CodeGrrl.com &#187; FAQ</title>
	<atom:link href="http://codegrrl.com/category/faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://codegrrl.com</link>
	<description>Taking the grr out of coding!</description>
	<lastBuildDate>Mon, 12 Sep 2011 09:33:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Goodbye CodeGrrl &#8230; Hello GirlsWhoGeek!</title>
		<link>http://codegrrl.com/updates/goodbye-codegrrl-hello-girlswhogeek</link>
		<comments>http://codegrrl.com/updates/goodbye-codegrrl-hello-girlswhogeek#comments</comments>
		<pubDate>Thu, 03 Mar 2011 21:01:48 +0000</pubDate>
		<dc:creator>Vixx</dc:creator>
				<category><![CDATA[CodeGrrl]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://codegrrl.com/?p=227</guid>
		<description><![CDATA[And so we reach the end of era. As of March 2011, CodeGrrl.com &#8211; the web design resource site that has served a generation &#8211; is closing its doors. But all is not lost! We&#8217;re not closing closing &#8211; honest! Instead we&#8217;re teaming up with Jem and the thoroughly fabulous Tutorialtastic in order to bring [...]]]></description>
			<content:encoded><![CDATA[<p>And so we reach the end of era.</p>
<p>As of March 2011, CodeGrrl.com &#8211; the web design resource site that has served a generation &#8211; is closing its doors.</p>
<p>But all is not lost! We&#8217;re not <em>closing</em> closing &#8211; honest! Instead we&#8217;re teaming up with Jem and the thoroughly fabulous <a href="http://www.tutorialtastic.co.uk/">Tutorialtastic</a> in order to bring you a brand new site &#8211; <a href="http://girlswhogeek.com/">girlswhogeek.com</a>. </p>
<p>Our scripts and tutorials have been updated and transferred to their shiny new home and it&#8217;s our hope that everything that made CG.com such a wonderful place to be &#8211; helpful scripts, snippets, programming and design tips coupled with our habitual patience and friendliness &#8211; will live on at <a href="http://girlswhogeek.com/">GWG.com</a>, only this time coupled with the awesomeness of TT. <img src='http://codegrrl.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Furthermore, the wonderful staff here at CodeGrrl &#8211; the contributors who have given so freely of their time and effort over the years &#8211; will be coming with us. So whilst the current forum will now be closed, please, come on over to the <a href="http://girlswhogeek.com/forums/">new forum</a> and make yourself at home! </p>
<p>In closing, a huge thank you to Bonnie, Sasha and every single one of you who who contributed and made CodeGrrl great. Here&#8217;s to another (almost) decade of greatness with <a href="http://girlswhogeek.com/">girlswhogeek.com</a>. I&#8217;ll see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/updates/goodbye-codegrrl-hello-girlswhogeek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;This page cannot be accessed directly&#8221;?</title>
		<link>http://codegrrl.com/faq/this-page-cannot-be-accessed-directly</link>
		<comments>http://codegrrl.com/faq/this-page-cannot-be-accessed-directly#comments</comments>
		<pubDate>Sun, 04 Jun 2006 19:45:57 +0000</pubDate>
		<dc:creator>Amelie</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[NL-PHPMail]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=9</guid>
		<description><![CDATA[Whenever I try to submit my form, I get the following error: Error: This page cannot be accessed directly. It doesn&#8217;t go away no matter what I do! You MUST name the submit button from your form &#8220;submit&#8221;. Instructions on how to do this can be found in the readme file, but basically this is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Whenever I try to submit my form, I get the following error: <em>Error: This page cannot be accessed directly.</em> It doesn&#8217;t go away no matter what I do!</strong></p>
<p>You MUST name the submit button from your form &#8220;submit&#8221;. Instructions on how to do this can be found in the readme file, but basically this is the general idea:</p>
<p>Your form will have a submit button for it to work properly. The code will look something like this:</p>
<pre>&lt;input type=&quot;submit&quot; value=&quot;Send form&quot; /&gt;</pre>
<p>For the form to work correctly, you need to modify that code so that it looks like this:</p>
<pre>&lt;input type=&quot;submit&quot; value=&quot;Send form&quot; name=&quot;submit&quot; /&gt;</pre>
<p>See the name=&quot;submit&quot; part? That part MUST be included for the form to work properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/this-page-cannot-be-accessed-directly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the credit line?</title>
		<link>http://codegrrl.com/faq/removing-the-credit-line</link>
		<comments>http://codegrrl.com/faq/removing-the-credit-line#comments</comments>
		<pubDate>Tue, 02 May 2006 21:49:32 +0000</pubDate>
		<dc:creator>Amelie</dc:creator>
				<category><![CDATA[CodeGrrl]]></category>
		<category><![CDATA[FA-PHPHosting: Customize]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Flinx: Customize]]></category>
		<category><![CDATA[NL-PHPMail]]></category>
		<category><![CDATA[PHPCalendar]]></category>
		<category><![CDATA[PHPCurrently]]></category>
		<category><![CDATA[PHPFanBase: Customize]]></category>
		<category><![CDATA[PHPQuotes]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=11</guid>
		<description><![CDATA[Can I remove the credit line that says &#8220;Powered by [name of script here]&#8221; and/or put it on a separate page? No. The conditions of you using our scripts are that the credit line is not removed in any way, shape or form. You may not remove the credit line, or move it to another [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Can I remove the credit line that says &#8220;Powered by [name of script here]&#8221; and/or put it on a separate page?</strong></p>
<p>No. The conditions of you using our scripts are that the credit line is not removed in any way, shape or form. You may not remove the credit line, or move it to another place. If you would like to do this, you will need written permission from the script author first, and they may charge you for this. Our staff put many hours into creating, testing and securing the scripts they write. They make no money from these scripts and simply want recognition for their work.</p>
<p>All scripts available at CodeGrrl.com are LINKWARE. This means that you MUST provide a link back to CodeGrrl.com, and if there is a credit line embedded into the script, you are NOT to remove it, as this violates our terms of use.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/removing-the-credit-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What happened to Flinx, PHPFanBase, PHPCalendar, PHPCurrently, etc?</title>
		<link>http://codegrrl.com/faq/what-happened-to-flinx-phpfanbase</link>
		<comments>http://codegrrl.com/faq/what-happened-to-flinx-phpfanbase#comments</comments>
		<pubDate>Fri, 14 Apr 2006 21:53:50 +0000</pubDate>
		<dc:creator>Sasha</dc:creator>
				<category><![CDATA[CodeGrrl]]></category>
		<category><![CDATA[FA-PHPHosting: Installation]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Flinx: Installation]]></category>
		<category><![CDATA[PHPCalendar]]></category>
		<category><![CDATA[PHPCurrently]]></category>
		<category><![CDATA[PHPFanBase: Installation]]></category>
		<category><![CDATA[PHPQuotes]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=12</guid>
		<description><![CDATA[What happened to Flinx/PHPFanBase/PHPCalendar/PHPCurrently and other scripts you used to offer? I can&#8217;t find them in the Scripts section anymore! Where can I download it? Can you email it to me? Several CodeGrrl scripts, including PHPFanBase, Flinx, Flinx Collective, FA-PHPHosting, sflinks, PHPAffili8, PHPCurrently, PHPCalendar, PHPClique, and PHPQuotes, have been taken down off CodeGrrl temporarily. We [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What happened to Flinx/PHPFanBase/PHPCalendar/PHPCurrently and other scripts you used to offer? I can&#8217;t find them in the Scripts section anymore! Where can I download it? Can you email it to me?</strong></p>
<p>Several CodeGrrl scripts, including PHPFanBase, Flinx, Flinx Collective, FA-PHPHosting, sflinks, PHPAffili8, PHPCurrently, PHPCalendar, PHPClique, and PHPQuotes, have been taken down off CodeGrrl temporarily. We have decided to take this action after we were made aware of several security risks with these scripts. In a worst-case scenario, having them installed could lead to your site being hacked.</p>
<p>Obviously, we are horrified by this as the last thing we want is to endanger the sites of our visitors! So we have taken the scripts offline while we are working hard to secure them. They will be available here again once we are sure the security problems have been fixed.</p>
<p>No, we will not email the old version to you in the mean time. It is insecure and we do not recommend you use it at this time. Please be patient and keep an eye on the Updates blog &#8211; we&#8217;ll post there when the scripts are back online! <img src='http://codegrrl.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/what-happened-to-flinx-phpfanbase/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icons for the site</title>
		<link>http://codegrrl.com/faq/icons-for-the-site</link>
		<comments>http://codegrrl.com/faq/icons-for-the-site#comments</comments>
		<pubDate>Mon, 10 Apr 2006 19:41:59 +0000</pubDate>
		<dc:creator>Sasha</dc:creator>
				<category><![CDATA[CodeGrrl]]></category>
		<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=13</guid>
		<description><![CDATA[Where did you get the little icons that are used all over the site? I got them from FamFamFam, they&#8217;re part of a set called Silk Icons. This awesome set is free for non-commercial use, and I really love it. There literally is an icon for everything!]]></description>
			<content:encoded><![CDATA[<p><strong>Where did you get the little icons that are used all over the site?</strong></p>
<p>I got them from <a href="http://www.famfamfam.com/" title="FamFamFam">FamFamFam</a>, they&#8217;re part of a set called <a href="http://www.famfamfam.com/lab/icons/silk/" title="Silk Icons">Silk Icons</a>. This awesome set is free for non-commercial use, and I really love it. There literally is an icon for everything!</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/icons-for-the-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does this work with a Windows server?</title>
		<link>http://codegrrl.com/faq/does-this-work-with-a-windows-server</link>
		<comments>http://codegrrl.com/faq/does-this-work-with-a-windows-server#comments</comments>
		<pubDate>Wed, 03 Aug 2005 20:03:21 +0000</pubDate>
		<dc:creator>Vixx</dc:creator>
				<category><![CDATA[FA-PHPHosting: Installation]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=16</guid>
		<description><![CDATA[Can I run this script on a windows server? Unfortunately no, this script does not run reliably on a windows server.]]></description>
			<content:encoded><![CDATA[<p><strong>Can I run this script on a windows server?</strong></p>
<p>Unfortunately no, this script does not run reliably on a windows server.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/does-this-work-with-a-windows-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting on more than one domain?</title>
		<link>http://codegrrl.com/faq/hosting-on-more-than-one-domain</link>
		<comments>http://codegrrl.com/faq/hosting-on-more-than-one-domain#comments</comments>
		<pubDate>Wed, 03 Aug 2005 19:54:15 +0000</pubDate>
		<dc:creator>Vixx</dc:creator>
				<category><![CDATA[FA-PHPHosting: Customize]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=15</guid>
		<description><![CDATA[I provide hosting on more than one domain but I don&#8217;t want several different forms. Can this script accommodate that? Yes it can. There are full instructions on how to modify the application form to accommodate more than one domain included in the README.txt file.]]></description>
			<content:encoded><![CDATA[<p><strong>I provide hosting on more than one domain but I don&#8217;t want several different forms. Can this script accommodate that?</strong></p>
<p>Yes it can. <img src='http://codegrrl.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  There are full instructions on how to modify the application form to accommodate more than one domain included in the README.txt file.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/hosting-on-more-than-one-domain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customising the accept/decline emails?</title>
		<link>http://codegrrl.com/faq/customising-the-acceptdecline-emails</link>
		<comments>http://codegrrl.com/faq/customising-the-acceptdecline-emails#comments</comments>
		<pubDate>Wed, 03 Aug 2005 19:48:43 +0000</pubDate>
		<dc:creator>Vixx</dc:creator>
				<category><![CDATA[FA-PHPHosting: Customize]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=14</guid>
		<description><![CDATA[How can I change the emails sent on approval/rejection of applicants? Firstly, backup admin.php! Then take your copy, open up the file in your usual HTML Editor and go to around line 78. (The line should start Hi $_POST[name]). This is the start of your approval email so read through and change whatever you want [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How can I change the emails sent on approval/rejection of applicants?</strong></p>
<p>Firstly, backup admin.php!</p>
<p>Then take your copy, open up the file in your usual HTML Editor and go to around line 78. (The line should start <code>Hi $_POST[name]</code>). This is the start of your approval email so read through and change whatever you want to change.</p>
<p>To change the rejection email, go to around Line 125 (which should start <code>mail($recipient, $subject, "Hi $_POST[name],")</code> and make the changes there. <img src='http://codegrrl.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/customising-the-acceptdecline-emails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database information to enter into config.php?</title>
		<link>http://codegrrl.com/faq/database-information-to-enter-into-configphp</link>
		<comments>http://codegrrl.com/faq/database-information-to-enter-into-configphp#comments</comments>
		<pubDate>Fri, 29 Jul 2005 20:07:22 +0000</pubDate>
		<dc:creator>Sasha</dc:creator>
				<category><![CDATA[FA-PHPHosting: Installation]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Flinx: Installation]]></category>
		<category><![CDATA[PHPCalendar]]></category>
		<category><![CDATA[PHPCurrently]]></category>
		<category><![CDATA[PHPFanBase: Installation]]></category>
		<category><![CDATA[PHPQuotes]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=17</guid>
		<description><![CDATA[What do I enter in the config file under dbhost, dbname, dbuser and dbpass? How/Where do I get this information? To install PHPFanbase, first you need to create a SQL Database to house all your member information in, and a username and password so PHPFanbase can access it. You can create these through your domain [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What do I enter in the config file under dbhost, dbname, dbuser and dbpass? How/Where do I get this information?</strong></p>
<p>To install PHPFanbase, first you need to create a SQL Database to house all your member information in, and a username and password so PHPFanbase can access it. You can create these through your domain cPanel under MySQL or SQL. If done correctly the data you enter into PHPFanbase should then look something like this:</p>
<pre>$dbhost = "localhost";
$dbname = "domainnam_fans";
$dbuser = "domainnam_yourname";
$dbpass = "password";</pre>
<p>Depending on your host, you may need to enter your domain username as part of your username and/or database name.</p>
<p>If you have hosting on someone else&#8217;s domain and don&#8217;t have access to the main Control Panel, you need to ask your host to create a SQL database, username and password for you. The username they create for you also needs to have ALL ACCESS to the database for PHPFanbase to work properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/database-information-to-enter-into-configphp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Numrows error when combining scripts?</title>
		<link>http://codegrrl.com/faq/mysql-numrows-error-when-combining-scripts</link>
		<comments>http://codegrrl.com/faq/mysql-numrows-error-when-combining-scripts#comments</comments>
		<pubDate>Thu, 28 Jul 2005 20:13:17 +0000</pubDate>
		<dc:creator>Amelie</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Flinx: Troubles]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=18</guid>
		<description><![CDATA[I have Flinx installed along with another script and it was working fine up until I set up the other script &#8211; now I keep getting an error that looks like this: Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/you/public_html/folder/category.php on line #. What&#8217;s wrong? You need to edit the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>I have Flinx installed along with another script and it was working fine up until I set up the other script &#8211; now I keep getting an error that looks like this: <em>Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/you/public_html/folder/category.php on line #.</em> What&#8217;s wrong?</strong></p>
<p>You need to edit the scripts to use an absolute path for their config.php. As both scripts are looking for a file with the same name (config.php), it can cause errors.</p>
<p>To fix this, open up the pages that are causing the errors, eg. category.php. You will see this line near the top:</p>
<pre>include("config.php");</pre>
<p>All you need to do is to change the part inside the quotes to the absolute path to config.php. This is usually in the form /home/username/public_html/folder/config.php. If you don&#8217;t know your absolute path, ask your host or check the forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegrrl.com/faq/mysql-numrows-error-when-combining-scripts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

