<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Kattz Webmaster Forum - Programming</title>
		<link>http://www.kattz.com/</link>
		<description>Anything related to programming... PHP, PERL, ASP, ColdFusion, C++, etc.</description>
		<language>en</language>
		<lastBuildDate>Thu, 09 Sep 2010 17:19:06 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://kattz.com/images/styles/grayfolio/misc/rss.png</url>
			<title>Kattz Webmaster Forum - Programming</title>
			<link>http://www.kattz.com/</link>
		</image>
		<item>
			<title>How to SELECT count multiple values</title>
			<link>http://www.kattz.com/programming/109204-how-select-count-multiple-values.html</link>
			<pubDate>Thu, 09 Sep 2010 09:38:40 GMT</pubDate>
			<description>i have a table 
 
    
Code: 
--------- 
 ID name gender section 
    1 ace male red 
    2 mark male blue 
    3 lisa female red 
    4 patrick male...</description>
			<content:encoded><![CDATA[<div>i have a table<br />
<br />
   <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> ID name gender section<br />
&nbsp; &nbsp; 1 ace male red<br />
&nbsp; &nbsp; 2 mark male blue<br />
&nbsp; &nbsp; 3 lisa female red<br />
&nbsp; &nbsp; 4 patrick male yellow<br />
&nbsp; &nbsp; 5 glen male blue<br />
&nbsp; &nbsp; 6 charlie female<br />
&nbsp; &nbsp; 7 ino gay red<br />
&nbsp; &nbsp; 8 carla gay blue<br />
&nbsp; &nbsp; 9 boki lesbian yellow<br />
&nbsp; &nbsp; 10 ivan lesbian yellow</code><hr />
</div>     how do i SELECT so it will be grouped by section and count how many names in that gender<br />
<br />
<br />
<br />
<br />
    <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">section count(male) count(female) count(gay ) count(lesbian)</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Ava Ethan</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/109204-how-select-count-multiple-values.html</guid>
		</item>
		<item>
			<title><![CDATA[Where can I hire the best & most professional programmers?]]></title>
			<link>http://www.kattz.com/programming/109164-where-can-i-hire-best-most-professional-programmers.html</link>
			<pubDate>Thu, 09 Sep 2010 08:31:18 GMT</pubDate>
			<description><![CDATA[Where can I hire the best & most professional programmers? I'm not talking about your everyday average programmer who offer their basic services here...]]></description>
			<content:encoded><![CDATA[<div>Where can I hire the best &amp; most professional programmers? I'm not talking about your everyday average programmer who offer their basic services here in the DP forums. I'm talking about people who can create something like Twitter, FaceBook, etc.</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>ajay</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/109164-where-can-i-hire-best-most-professional-programmers.html</guid>
		</item>
		<item>
			<title>php mail() validation</title>
			<link>http://www.kattz.com/programming/108880-php-mail-validation.html</link>
			<pubDate>Tue, 07 Sep 2010 09:35:14 GMT</pubDate>
			<description>Hello friends please can any one help me how where mail() validation put in this code for short form. 
 
    Code here:- 
 
    PHP  
Code:...</description>
			<content:encoded><![CDATA[<div>Hello friends please can any one help me how where mail() validation put in this code for short form.<br />
<br />
    Code here:-<br />
<br />
    PHP <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &lt;?php<br />
&nbsp; &nbsp; if (isset($_REQUEST['email']))<br />
&nbsp; &nbsp; //if &quot;email&quot; is filled out, send email<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; //send email<br />
&nbsp; &nbsp; $email = $_REQUEST['email'] ;<br />
&nbsp; &nbsp; $subject = $_REQUEST['subject'] ;<br />
&nbsp; &nbsp; $message = $_REQUEST['message'] ;<br />
&nbsp; &nbsp; mail(&quot;info@yoursitesite.com&quot;, &quot;$subject&quot;,<br />
&nbsp; &nbsp; $message, &quot;From: $email&quot; );<br />
&nbsp; &nbsp; echo &quot;Thank you for using our mail form&quot;;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; else<br />
&nbsp; &nbsp; //if &quot;email&quot; is not filled out, display the form<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; echo &quot;&lt;form method='post' action='inquiry.php'&gt;<br />
&nbsp; &nbsp; Email: &lt;input name='email' type='text' /&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; Subject: &lt;input name='subject' type='text' /&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; Message:&lt;br /&gt;<br />
&nbsp; &nbsp; &lt;textarea name='message' rows='15' cols='40'&gt;<br />
&nbsp; &nbsp; &lt;/textarea&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &lt;input type='submit' /&gt;<br />
&nbsp; &nbsp; &lt;/form&gt;&quot;;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; ?&gt;</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Chittaprasad</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/108880-php-mail-validation.html</guid>
		</item>
		<item>
			<title>Are you tired of always getting pwned in PVP? Are you tired of not having enough gold</title>
			<link>http://www.kattz.com/programming/108839-you-tired-always-getting-pwned-pvp-you-tired-not-having-enough-gold.html</link>
			<pubDate>Tue, 07 Sep 2010 08:44:19 GMT</pubDate>
			<description>Are you tired of always getting pwned in PVP? Are you tired of not having enough gold to buy Goldly gears? Here is the ultimate solution for you! 
 
...</description>
			<content:encoded><![CDATA[<div>Are you tired of always getting pwned in PVP? Are you tired of not having enough gold to buy Goldly gears? Here is the ultimate solution for you!<br />
<br />
    <a href="http://www.RPGUU.com" target="_blank" rel="nofollow">Buy WOW Gold,Warcraft Gold,World of Warcraft Gold</a><br />
<br />
    We offer the best service on the market – Instant Delivery, Always fully stocked with Gold, Lowest Price Guaranteed, and the Most Variety of Game Selections!<br />
<br />
    To order, you simply have to apply the following procedures –<br />
<br />
<br />
<br />
<br />
    1. Register on RPGUU. (Not necessary, but it helps us speed up your service!)<br />
<br />
    2. Choose the product you desire and then they will be added in your shopping cart.<br />
<br />
    3. Proceed to the checkout page to ensure your orders.<br />
<br />
    4. Send your payment Via Paypal, Visa, or MasterCard.<br />
<br />
    5. Contact our 24/7 online support (preferred playomg Pet Forest GOLD) or our msn. !<br />
<br />
    6. Login into the game to complete the trade with us.<br />
<br />
    7. To prevent unexpected events from happening please upgrade your browser to IE 6.0 or above, FireFox 2.0 or above.<br />
<br />
    Please visit <a href="http://www.RPGUU.com" target="_blank" rel="nofollow">Buy WOW Gold,Warcraft Gold,World of Warcraft Gold</a> for more information and promotions!</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Chandan</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/108839-you-tired-always-getting-pwned-pvp-you-tired-not-having-enough-gold.html</guid>
		</item>
		<item>
			<title>php to asp</title>
			<link>http://www.kattz.com/programming/108504-php-asp.html</link>
			<pubDate>Mon, 06 Sep 2010 07:28:15 GMT</pubDate>
			<description>Hello, 
    I have code that written in PHP. Can anyone help me to translate it to ASP? 
    php  
Code: 
--------- 
 
    $url =...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
    I have code that written in PHP. Can anyone help me to translate it to ASP?<br />
    php <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
&nbsp; &nbsp; $url = $_SERVER['HTTP_REFERER'];<br />
<br />
&nbsp; &nbsp; preg_match(&quot;/\&amp;q=(.*?)\&amp;/&quot;, $url, $matches);<br />
<br />
&nbsp; &nbsp; $str = $matches[1];<br />
&nbsp; &nbsp; echo &quot;str: $str &lt;br /&gt;&quot;;</code><hr />
</div>     Thank...</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Emily Ryan</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/108504-php-asp.html</guid>
		</item>
		<item>
			<title>Which programming language use ? Java or C# ?</title>
			<link>http://www.kattz.com/programming/108436-programming-language-use-java-c.html</link>
			<pubDate>Mon, 06 Sep 2010 05:54:37 GMT</pubDate>
			<description><![CDATA[Hello! 
    I'm trying to set up - odesk clone site since a year, but I wonder, which programming platform will be better to create, Application for...]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
    I'm trying to set up - odesk clone site since a year, but I wonder, which programming platform will be better to create, Application for users PC ?<br />
    Which one will be better and safier, Java or C# ?</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Chandresh</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/108436-programming-language-use-java-c.html</guid>
		</item>
		<item>
			<title>how to link circle by line ?</title>
			<link>http://www.kattz.com/programming/108285-how-link-circle-line.html</link>
			<pubDate>Sat, 04 Sep 2010 07:33:40 GMT</pubDate>
			<description><![CDATA[hello, 
    I have create 3 circle (black,red,yellow) , but how to link these circle order by yellow -->red -->black ? 
   
 
     
Code: 
---------...]]></description>
			<content:encoded><![CDATA[<div>hello,<br />
    I have create 3 circle (black,red,yellow) , but how to link these circle order by yellow --&gt;red --&gt;black ?<br />
  <br />
<br />
    <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;!DOCTYPE html&gt;<br />
&nbsp; &nbsp; &lt;html&gt;<br />
&nbsp; &nbsp; &lt;head&gt;<br />
&nbsp; &nbsp; &lt;meta&nbsp; charset=&quot;utf-8&quot; /&gt;<br />
&nbsp; &nbsp; &lt;title&gt;Canvas javascript api demo&lt;/title&gt;<br />
&nbsp; &nbsp; &lt;style type=&quot;text/css&quot;&gt;<br />
&nbsp; &nbsp; canvas {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; border:1px #000 solid;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /*width:300px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:300px;*/<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; &lt;/style&gt;<br />
&nbsp; &nbsp; &lt;/head&gt;<br />
&nbsp; &nbsp; &lt;body&gt;<br />
&nbsp; &nbsp; &lt;h1&gt;this is a canvas api test page!&lt;/h1&gt;<br />
&nbsp; &nbsp; &lt;br&gt;<br />
&nbsp; &nbsp; &lt;canvas id=&quot;canvas&quot; width=&quot;300&quot; height=&quot;300&quot;&gt;this browser does not support canvas...&lt;/canvas&gt;<br />
&nbsp; &nbsp; &lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; var $=function(id){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return document.getElementById(id);<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; window.onload=function(){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var ctx=$('canvas').getContext('2d');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //draw a circle<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctx.fillStyle = &quot;#000000&quot;;&nbsp; //black<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctx.beginPath();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctx.arc(110, 180, 10, 0, Math.PI*2, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctx.closePath();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctx.fill();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
ctx.fillStyle = &quot;#FF0000&quot;;&nbsp; //red<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.beginPath();<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.arc(75, 150, 10, 0, Math.PI*2, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.closePath();<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.fill();<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.fillStyle = &quot;#FFFF00&quot;;&nbsp;  //yellow<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.beginPath();<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.arc(75, 110, 10, 0, Math.PI*2, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.closePath();<br />
&nbsp; &nbsp; &nbsp; &nbsp; ctx.fill();<br />
<br />
}<br />
<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Ava Ethan</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/108285-how-link-circle-line.html</guid>
		</item>
		<item>
			<title>Parsing ASP in .html files</title>
			<link>http://www.kattz.com/programming/108270-parsing-asp-html-files.html</link>
			<pubDate>Sat, 04 Sep 2010 06:10:55 GMT</pubDate>
			<description><![CDATA[Hi Folks! 
 
    I'm not an ASP programmer, but I have an issue. I have a client who needs to 301 redirect pages that end in .html. Since this isn't...]]></description>
			<content:encoded><![CDATA[<div>Hi Folks!<br />
<br />
    I'm not an ASP programmer, but I have an issue. I have a client who needs to 301 redirect pages that end in .html. Since this isn't Apache there's no .htaccess to implement redirects.<br />
<br />
    Is there any way to take existing .html files and have them parsed by the ASP component (Sort of like AddHandler in Linux)?<br />
<br />
    Thanks</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Chandresh</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/108270-parsing-asp-html-files.html</guid>
		</item>
		<item>
			<title>I want to study PHP</title>
			<link>http://www.kattz.com/programming/108027-i-want-study-php.html</link>
			<pubDate>Fri, 03 Sep 2010 10:05:14 GMT</pubDate>
			<description>Hi all I want to study PHP. 
    What I need for first?</description>
			<content:encoded><![CDATA[<div>Hi all I want to study PHP.<br />
    What I need for first?</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Baldev</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/108027-i-want-study-php.html</guid>
		</item>
		<item>
			<title>CSS first-parent selector?</title>
			<link>http://www.kattz.com/programming/107861-css-first-parent-selector.html</link>
			<pubDate>Fri, 03 Sep 2010 07:12:49 GMT</pubDate>
			<description><![CDATA[From what I've read there is no first-parent selector, but is there a way to mimic this functionality? (Please do not suggest JQuery, I already know...]]></description>
			<content:encoded><![CDATA[<div>From what I've read there is no first-parent selector, but is there a way to mimic this functionality? (Please do not suggest JQuery, I already know I can do this with JQuery). I need a purely CSS way of doing this.</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Olivia Nicholas</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/107861-css-first-parent-selector.html</guid>
		</item>
		<item>
			<title>Need dating site created from scratch</title>
			<link>http://www.kattz.com/programming/107700-need-dating-site-created-scratch.html</link>
			<pubDate>Thu, 02 Sep 2010 08:23:20 GMT</pubDate>
			<description>Looking for someone with a creative mind to design and develop a dating site for me. 
    It would have to be similar to plentyoffish but unique in...</description>
			<content:encoded><![CDATA[<div>Looking for someone with a creative mind to design and develop a dating site for me.<br />
    It would have to be similar to plentyoffish but unique in design. He would be the main competitor. It will generate money from ad spaces. It shall have similar features as plentyoffish and will include other features as well.<br />
    Give me your ideas and prices.</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Olivia Nicholas</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/107700-need-dating-site-created-scratch.html</guid>
		</item>
		<item>
			<title>help me to make design</title>
			<link>http://www.kattz.com/programming/107618-help-me-make-design.html</link>
			<pubDate>Wed, 01 Sep 2010 11:01:49 GMT</pubDate>
			<description>how to make design in php.</description>
			<content:encoded><![CDATA[<div>how to make design in php.</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Sarah Michael</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/107618-help-me-make-design.html</guid>
		</item>
		<item>
			<title>How to access xml element content from multiple schema files.</title>
			<link>http://www.kattz.com/programming/107425-how-access-xml-element-content-multiple-schema-files.html</link>
			<pubDate>Wed, 01 Sep 2010 06:26:16 GMT</pubDate>
			<description>Hi, 
I have a doubt regarding xml structured content in OpenCms. I have two XML schemas, one for editing the top menus (menus are same across all the...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I have a doubt regarding xml structured content in OpenCms. I have two XML schemas, one for editing the top menus (menus are same across all the pages) and another schema for editing the page content. In the template jsp file i need to access xml element contents from both the schema files. How to go for that? do i have to specify something in &lt;contentload collector=... param=...&gt; ?</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Chandresh</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/107425-how-access-xml-element-content-multiple-schema-files.html</guid>
		</item>
		<item>
			<title>want to know about ajax in asp.net</title>
			<link>http://www.kattz.com/programming/107276-want-know-about-ajax-asp-net.html</link>
			<pubDate>Tue, 31 Aug 2010 10:01:04 GMT</pubDate>
			<description>hi my frnds i know asp.net but i dont know how to use ajax and what it is used for...help me and tell me how and where can i learn the ajax tools</description>
			<content:encoded><![CDATA[<div>hi my frnds i know asp.net but i dont know how to use ajax and what it is used for...help me and tell me how and where can i learn the ajax tools</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Balaji</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/107276-want-know-about-ajax-asp-net.html</guid>
		</item>
		<item>
			<title>how to call constructor and destructor explicitly?</title>
			<link>http://www.kattz.com/programming/107036-how-call-constructor-destructor-explicitly.html</link>
			<pubDate>Tue, 31 Aug 2010 06:05:16 GMT</pubDate>
			<description>how to call constructor and destructor explicitly?</description>
			<content:encoded><![CDATA[<div>how to call constructor and destructor explicitly?</div>

 ]]></content:encoded>
			<category domain="http://www.kattz.com/programming/">Programming</category>
			<dc:creator>Kaitlyn Jack</dc:creator>
			<guid isPermaLink="true">http://www.kattz.com/programming/107036-how-call-constructor-destructor-explicitly.html</guid>
		</item>
	</channel>
</rss>
