<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Kevin Smith</title>
	<atom:link href="http://kevinsmithdesigns.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinsmithdesigns.com/blog</link>
	<description>Notes, memoirs, and ideas</description>
	<pubDate>Mon, 01 Dec 2008 16:32:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on .htaccess Generator by Kevin Smith &#187; .htaccess Generator Tool</title>
		<link>http://kevinsmithdesigns.com/blog/htaccess-generator/#comment-253</link>
		<dc:creator>Kevin Smith &#187; .htaccess Generator Tool</dc:creator>
		<pubDate>Thu, 06 Nov 2008 04:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/htaccess-generator/#comment-253</guid>
		<description>[...] .htaccess Generator [...]</description>
		<content:encoded><![CDATA[<p>[...] .htaccess Generator [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by Tyler</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-193</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-193</guid>
		<description>Wouldn't you use Round function in PHP to do your round to a hole number?  ( http://us2.php.net/round ).  Just a thought.  Coding is better if it's your green as in less code. ;)</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t you use Round function in PHP to do your round to a hole number?  ( <a href="http://us2.php.net/round" rel="nofollow">http://us2.php.net/round</a> ).  Just a thought.  Coding is better if it&#8217;s your green as in less code. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Masking PHP via .htaccess by 304blogs</title>
		<link>http://kevinsmithdesigns.com/blog/2008/07/masking-php-via-htaccess/#comment-174</link>
		<dc:creator>304blogs</dc:creator>
		<pubDate>Mon, 18 Aug 2008 15:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/?p=43#comment-174</guid>
		<description>[...] Masking PHP via .htaccess [...]</description>
		<content:encoded><![CDATA[<p>[...] Masking PHP via .htaccess [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by Kevin</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-13</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 16 Aug 2008 22:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-13</guid>
		<description>Oliver,

I do not intend to write an entirely functional script for you to use as your own.  This is simply a "start" for you.


The above example was designed to allow visitors to rate businesses...like rating restaurants.

The ID would come from the initial form.

If you wanted to hard code each of the raters, you could simply assign a name instead of calling the $id variable.

ID is simply the callsign, number, id, or name of what you're rating.



So if we wanted to rate a group of cordless telephones on performance, we could change business to brand:
$ratingquery = "INSERT INTO ratings (rating, brand, ip, time) VALUES (’$rating’, ‘$brandname’, ‘".$_SERVER[‘REMOTE_ADDR’]."’, ‘$time’)";

Understand any better?</description>
		<content:encoded><![CDATA[<p>Oliver,</p>
<p>I do not intend to write an entirely functional script for you to use as your own.  This is simply a &#8220;start&#8221; for you.</p>
<p>The above example was designed to allow visitors to rate businesses&#8230;like rating restaurants.</p>
<p>The ID would come from the initial form.</p>
<p>If you wanted to hard code each of the raters, you could simply assign a name instead of calling the $id variable.</p>
<p>ID is simply the callsign, number, id, or name of what you&#8217;re rating.</p>
<p>So if we wanted to rate a group of cordless telephones on performance, we could change business to brand:<br />
$ratingquery = &#8220;INSERT INTO ratings (rating, brand, ip, time) VALUES (’$rating’, ‘$brandname’, ‘&#8221;.$_SERVER[‘REMOTE_ADDR’].&#8221;’, ‘$time’)&#8221;;</p>
<p>Understand any better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by Oliver Treend</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-12</link>
		<dc:creator>Oliver Treend</dc:creator>
		<pubDate>Sat, 16 Aug 2008 21:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-12</guid>
		<description>I don't get what the BusinessID variable is called that! :S
It's used to identify the different votes, right? But why is it called BusinessID? And where does it come from in the first place? What bit of code posts to the script with the var BusinessID?

Thanks - your code is a lot of help! :D</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get what the BusinessID variable is called that! :S<br />
It&#8217;s used to identify the different votes, right? But why is it called BusinessID? And where does it come from in the first place? What bit of code posts to the script with the var BusinessID?</p>
<p>Thanks - your code is a lot of help! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by El chico</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-7</link>
		<dc:creator>El chico</dc:creator>
		<pubDate>Wed, 02 Jul 2008 12:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-7</guid>
		<description>form id="rating"

input class="unaestrellas" type="submit" value=""
input class="dosestrellas" type="submit"  value=""
input class="tresestrellas" type="submit"  value=""
input  class="cuatroestrellas" type="submit"  value=""
input class="cincoestrellas" type="submit"  value=""
/form</description>
		<content:encoded><![CDATA[<p>form id=&#8221;rating&#8221;</p>
<p>input class=&#8221;unaestrellas&#8221; type=&#8221;submit&#8221; value=&#8221;"<br />
input class=&#8221;dosestrellas&#8221; type=&#8221;submit&#8221;  value=&#8221;"<br />
input class=&#8221;tresestrellas&#8221; type=&#8221;submit&#8221;  value=&#8221;"<br />
input  class=&#8221;cuatroestrellas&#8221; type=&#8221;submit&#8221;  value=&#8221;"<br />
input class=&#8221;cincoestrellas&#8221; type=&#8221;submit&#8221;  value=&#8221;"<br />
/form</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by El chico</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-10</link>
		<dc:creator>El chico</dc:creator>
		<pubDate>Wed, 02 Jul 2008 11:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-10</guid>
		<description>Hi kevin
This is I want show you (my english not is good ^^



#rating  {
	display:block;
	position:relative;
	width:90px;
	height:20px;
	margin:0 auto;
	padding:0;
	outline:none;
	background:url("off.png") repeat-x ;
}

#rating input  {
	position:absolute;
	display:block;
	float:left;
	height:20px;
	border:none;
	outline:none;
	background:none;
	left:0;
}




#rating input:hover {
	background:url("on.png") repeat-x ;
	outline:none;
}

#rating input.unaestrellas {
	z-index:5;
	width:18px;

}
#rating input.dosestrellas {

	z-index:4;
	width:36px;
}
#rating input.tresestrellas {
	z-index:3;
	width:54px;
	}
#rating input.cuatroestrellas {
	z-index:2;
	width:72px;
}

#rating input.cincoestrellas {
	z-index:1;
	width:90px;
}</description>
		<content:encoded><![CDATA[<p>Hi kevin<br />
This is I want show you (my english not is good ^^</p>
<p>#rating  {<br />
	display:block;<br />
	position:relative;<br />
	width:90px;<br />
	height:20px;<br />
	margin:0 auto;<br />
	padding:0;<br />
	outline:none;<br />
	background:url(&#8221;off.png&#8221;) repeat-x ;<br />
}</p>
<p>#rating input  {<br />
	position:absolute;<br />
	display:block;<br />
	float:left;<br />
	height:20px;<br />
	border:none;<br />
	outline:none;<br />
	background:none;<br />
	left:0;<br />
}</p>
<p>#rating input:hover {<br />
	background:url(&#8221;on.png&#8221;) repeat-x ;<br />
	outline:none;<br />
}</p>
<p>#rating input.unaestrellas {<br />
	z-index:5;<br />
	width:18px;</p>
<p>}<br />
#rating input.dosestrellas {</p>
<p>	z-index:4;<br />
	width:36px;<br />
}<br />
#rating input.tresestrellas {<br />
	z-index:3;<br />
	width:54px;<br />
	}<br />
#rating input.cuatroestrellas {<br />
	z-index:2;<br />
	width:72px;<br />
}</p>
<p>#rating input.cincoestrellas {<br />
	z-index:1;<br />
	width:90px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by El chico</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-9</link>
		<dc:creator>El chico</dc:creator>
		<pubDate>Wed, 02 Jul 2008 09:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-9</guid>
		<description>&#60;input type="submit" value="1" etc... "
&#60;input type="submit" value="2" etc... "
&#60;input type="submit" value="3" etc... "
&#60;input type="submit" value="4" etc... "
&#60;input type="submit" value="5" etc... "


Mejor submit que radio , true?</description>
		<content:encoded><![CDATA[<p>&lt;input type=&#8221;submit&#8221; value=&#8221;1&#8243; etc&#8230; &#8221;<br />
&lt;input type=&#8221;submit&#8221; value=&#8221;2&#8243; etc&#8230; &#8221;<br />
&lt;input type=&#8221;submit&#8221; value=&#8221;3&#8243; etc&#8230; &#8221;<br />
&lt;input type=&#8221;submit&#8221; value=&#8221;4&#8243; etc&#8230; &#8221;<br />
&lt;input type=&#8221;submit&#8221; value=&#8221;5&#8243; etc&#8230; &#8221;</p>
<p>Mejor submit que radio , true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by El chico</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-8</link>
		<dc:creator>El chico</dc:creator>
		<pubDate>Wed, 02 Jul 2008 07:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-8</guid>
		<description>AJAJA genial!!

Utilizando 5 inputs ya podria pasar las variables por POST ^^!

THANKS A LOT!!

Nice blog :)</description>
		<content:encoded><![CDATA[<p>AJAJA genial!!</p>
<p>Utilizando 5 inputs ya podria pasar las variables por POST ^^!</p>
<p>THANKS A LOT!!</p>
<p>Nice blog :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple 5 Star Rating System PHP/MySQL by Jacky</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/simple-5-star-rating-system-phpmysql/#comment-6</link>
		<dc:creator>Jacky</dc:creator>
		<pubDate>Sat, 28 Jun 2008 21:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/04/simple-5-star-rating-system-phpmysql/#comment-6</guid>
		<description>Hola...nice but where is Mysql code , you can add it also here please ?</description>
		<content:encoded><![CDATA[<p>Hola&#8230;nice but where is Mysql code , you can add it also here please ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My adwords ads showing in my adsense? by Sabrina</title>
		<link>http://kevinsmithdesigns.com/blog/2008/05/my-adwords-ads-showing-in-my-adsense/#comment-164</link>
		<dc:creator>Sabrina</dc:creator>
		<pubDate>Wed, 07 May 2008 22:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/?p=38#comment-164</guid>
		<description>Just a tip...

Don't click on the ad... copy the link and paste it into Notepad.

Look at the end of the URL - you should find the destination URL and publisher id.

Sabrina
http://CampaignBlasting.com
A Fun, Safe Way To Do Adwords</description>
		<content:encoded><![CDATA[<p>Just a tip&#8230;</p>
<p>Don&#8217;t click on the ad&#8230; copy the link and paste it into Notepad.</p>
<p>Look at the end of the URL - you should find the destination URL and publisher id.</p>
<p>Sabrina<br />
<a href="http://CampaignBlasting.com" rel="nofollow">http://CampaignBlasting.com</a><br />
A Fun, Safe Way To Do Adwords</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send Direct Message to Twitter Upon Gmail by Julius</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/send-direct-message-to-twitter-upon-gmail/#comment-18</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Mon, 21 Apr 2008 13:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/06/send-direct-message-to-twitter-upon-gmail/#comment-18</guid>
		<description>Solution http://freemyfeed.com/</description>
		<content:encoded><![CDATA[<p>Solution <a href="http://freemyfeed.com/" rel="nofollow">http://freemyfeed.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Personal Review of Firefox 3 Beta 5 &#038; Screenshots by links for 2008-04-09 at Kevin Smith</title>
		<link>http://kevinsmithdesigns.com/blog/2008/04/personal-review-of-firefox-3-beta-5-screenshots/#comment-151</link>
		<dc:creator>links for 2008-04-09 at Kevin Smith</dc:creator>
		<pubDate>Wed, 09 Apr 2008 23:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/?p=32#comment-151</guid>
		<description>[...] Personal Review of Firefox 3 Beta 5 &#38; Screenshots (tags: firefox web beta browsers) [...]</description>
		<content:encoded><![CDATA[<p>[...] Personal Review of Firefox 3 Beta 5 &#38; Screenshots (tags: firefox web beta browsers) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Top Five Favorite Firefox Addons by Anonymousy</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/my-top-five-favorite-firefox-addons/#comment-95</link>
		<dc:creator>Anonymousy</dc:creator>
		<pubDate>Sun, 23 Mar 2008 18:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/10/my-top-five-favorite-firefox-addons/#comment-95</guid>
		<description>Hi,
Just came across your list of favorites. Most of them I've never heared off, so, I'm sure I'll check them out one of these days. Thanks for the tip.
I'm in the process of compiling my own list at: http://anonymousysrants.blogspot.com/search/label/firefox
Drop by sometime to check it out.
C Ya
Anonymousy</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just came across your list of favorites. Most of them I&#8217;ve never heared off, so, I&#8217;m sure I&#8217;ll check them out one of these days. Thanks for the tip.<br />
I&#8217;m in the process of compiling my own list at: <a href="http://anonymousysrants.blogspot.com/search/label/firefox" rel="nofollow">http://anonymousysrants.blogspot.com/search/label/firefox</a><br />
Drop by sometime to check it out.<br />
C Ya<br />
Anonymousy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Appropriate Suffix to Numerical Value Via PHP by links for 2008-03-11 at Kevin Smith</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/adding-appropriate-suffix-to-numerical-value-via-php/#comment-3</link>
		<dc:creator>links for 2008-03-11 at Kevin Smith</dc:creator>
		<pubDate>Tue, 11 Mar 2008 23:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/?p=4#comment-3</guid>
		<description>[...] Adding Appropriate Suffix to Numerical Value Via PHP (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips) [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding Appropriate Suffix to Numerical Value Via PHP (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Track outbound link stats easily by links for 2008-03-11 at Kevin Smith</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/track-outbound-link-stats-easily/#comment-90</link>
		<dc:creator>links for 2008-03-11 at Kevin Smith</dc:creator>
		<pubDate>Tue, 11 Mar 2008 23:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/06/track-outbound-link-stats-easily/#comment-90</guid>
		<description>[...] Track outbound link stats easily (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips mysql work business web2.0) [...]</description>
		<content:encoded><![CDATA[<p>[...] Track outbound link stats easily (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips mysql work business web2.0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intrinsic Form Values by links for 2008-03-11 at Kevin Smith</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/intrinsic-form-values/#comment-92</link>
		<dc:creator>links for 2008-03-11 at Kevin Smith</dc:creator>
		<pubDate>Tue, 11 Mar 2008 23:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/07/intrinsic-form-values/#comment-92</guid>
		<description>[...] Intrinsic Form Values (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips javascript web2.0) [...]</description>
		<content:encoded><![CDATA[<p>[...] Intrinsic Form Values (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips javascript web2.0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handy PHP Shorts by links for 2008-03-11 at Kevin Smith</title>
		<link>http://kevinsmithdesigns.com/blog/2008/03/handy-php-shorts/#comment-94</link>
		<dc:creator>links for 2008-03-11 at Kevin Smith</dc:creator>
		<pubDate>Tue, 11 Mar 2008 23:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/2008/03/09/handy-php-shorts/#comment-94</guid>
		<description>[...] Handy PHP Shorts (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips) [...]</description>
		<content:encoded><![CDATA[<p>[...] Handy PHP Shorts (tags: php programming resources design code blogs blogging blog articles development free geek generator hacks ideas wordpress webdesign webdev wevdev web tutorials tutorial tools tips) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .htaccess Generator by .htaccess Generator Tool at Kevin Smith</title>
		<link>http://kevinsmithdesigns.com/blog/htaccess-generator/#comment-91</link>
		<dc:creator>.htaccess Generator Tool at Kevin Smith</dc:creator>
		<pubDate>Fri, 07 Mar 2008 19:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://kevinsmithdesigns.com/blog/htaccess-generator/#comment-91</guid>
		<description>[...] .htaccess Generator                 07Mar08 [...]</description>
		<content:encoded><![CDATA[<p>[...] .htaccess Generator                 07Mar08 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
