<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.webhelp2u.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Web Development</title>
 <link>http://www.webhelp2u.com/group/web-development</link>
 <description>Group for all the web development related topics.</description>
 <language>en</language>
<item>
 <title>Install XDebug on ( LAMPP OR XAMPP For Linux )</title>
 <link>http://www.webhelp2u.com/article/install-xdebug-on-lampp</link>
 <description>&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;To Install XDebug on LAMPP&lt;/p&gt;
&lt;p&gt;1) Download the latest version of ( XAMPP For Linux ) From site &lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html&quot;&gt;http://www.apachefriends.org/en/xampp-linux.html&lt;/a&gt;&lt;br /&gt;2) Install it. To install lampp, extract and put in &lt;span style=&quot;font-weight: bold;&quot;&gt;/opt&lt;/span&gt; directory.&lt;br /&gt;3) Download Development package from same site.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/group/php-developers&quot; class=&quot;og_links&quot;&gt;PHP developers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.webhelp2u.com/article/install-xdebug-on-lampp&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.webhelp2u.com/article/install-xdebug-on-lampp#comments</comments>
 <category domain="http://www.webhelp2u.com/category/standard-categories/computers">Computers</category>
 <group domain="http://www.webhelp2u.com/group/web-development" xmlns="http://drupal.org/project/og">Web Development</group>
 <group domain="http://www.webhelp2u.com/group/php-developers" xmlns="http://drupal.org/project/og">PHP developers</group>
 <pubDate>Mon, 28 Sep 2009 13:44:39 -0600</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">79 at http://www.webhelp2u.com</guid>
</item>
<item>
 <title>Direct download/upload files by firefox - firefox ftp client</title>
 <link>http://www.webhelp2u.com/article/direct-downloadupload-files-firefox-firefox-ftp-client</link>
 <description>&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;FireFTP - The firefox ftp client&lt;/span&gt;&lt;br /&gt;Using FireFTP, you can directly connect to the ftp server by the firefox . It will be very good if you don&#039;t want to install ftp clients like FileZilla, SmartFTP etc. For more information visit the url &lt;a style=&quot;font-weight: bold;&quot; href=&quot;https://addons.mozilla.org/en-US/firefox/addon/684&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/684&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/group/web-development&quot; class=&quot;og_links&quot;&gt;Web Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.webhelp2u.com/article/direct-downloadupload-files-firefox-firefox-ftp-client&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.webhelp2u.com/article/direct-downloadupload-files-firefox-firefox-ftp-client#comments</comments>
 <category domain="http://www.webhelp2u.com/category/standard-categories/computers">Computers</category>
 <group domain="http://www.webhelp2u.com/group/aspnet-developers" xmlns="http://drupal.org/project/og">ASP.Net Developers</group>
 <group domain="http://www.webhelp2u.com/group/coldfusion-developers" xmlns="http://drupal.org/project/og">ColdFusion developers</group>
 <group domain="http://www.webhelp2u.com/group/java-developers" xmlns="http://drupal.org/project/og">Java developers</group>
 <group domain="http://www.webhelp2u.com/group/php-developers" xmlns="http://drupal.org/project/og">PHP developers</group>
 <group domain="http://www.webhelp2u.com/group/web-development" xmlns="http://drupal.org/project/og">Web Development</group>
 <pubDate>Mon, 28 Sep 2009 13:39:55 -0600</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">78 at http://www.webhelp2u.com</guid>
</item>
<item>
 <title>Write PHP code inside javascript code  and Javascript code inside php code</title>
 <link>http://www.webhelp2u.com/article/write-php-code-inside-javascript-code-and-javascript-code-inside-php-code</link>
 <description>&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;strong&gt;Example1:Assign value to php variable using javascript variable.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;//Put this code in body of page &lt;/p&gt;
&lt;p&gt;&amp;lt;?php $myvar=1; ?&amp;gt;&lt;br /&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;jsvar = 3;&lt;/p&gt;
&lt;p&gt;//Assign jsvar javascript variable value to php variable $myvar &lt;br /&gt;&#039;&amp;lt;?php $myvar=&quot;&amp;lt;script&amp;gt;document.write(jsvar)&amp;lt;/script&amp;gt;&quot;; ?&amp;gt;&#039;;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;?php echo $myvar; ?&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example 2: Assign javascript counter variable to php variable&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/group/php-developers&quot; class=&quot;og_links&quot;&gt;PHP developers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.webhelp2u.com/article/write-php-code-inside-javascript-code-and-javascript-code-inside-php-code&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.webhelp2u.com/article/write-php-code-inside-javascript-code-and-javascript-code-inside-php-code#comments</comments>
 <category domain="http://www.webhelp2u.com/category/standard-categories/computers">Computers</category>
 <group domain="http://www.webhelp2u.com/group/web-development" xmlns="http://drupal.org/project/og">Web Development</group>
 <group domain="http://www.webhelp2u.com/group/php-developers" xmlns="http://drupal.org/project/og">PHP developers</group>
 <pubDate>Sat, 21 Mar 2009 02:49:44 -0600</pubDate>
 <dc:creator>jax</dc:creator>
 <guid isPermaLink="false">36 at http://www.webhelp2u.com</guid>
</item>
<item>
 <title>Free Javascript Date Picker List</title>
 <link>http://www.webhelp2u.com/article/free-javascript-date-picker-list</link>
 <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1) Popup DatePicker By Javascript Kit&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://img100.imageshack.us/img100/3200/javascriptkith.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;strong&gt;Description:-&lt;/strong&gt; &lt;/strong&gt;Date Time Picker allows your visitors to easily input a date/time into a form field, by selecting it from a popup window. Supports output dates in various formats such as: dd/MM/yyyy, dd/MMM/yyyy, MM/dd/yyyy etc. An extremely versatile script.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/group/web-development&quot; class=&quot;og_links&quot;&gt;Web Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.webhelp2u.com/article/free-javascript-date-picker-list&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.webhelp2u.com/article/free-javascript-date-picker-list#comments</comments>
 <category domain="http://www.webhelp2u.com/category/standard-categories/computers">Computers</category>
 <group domain="http://www.webhelp2u.com/group/web-development" xmlns="http://drupal.org/project/og">Web Development</group>
 <pubDate>Sat, 21 Feb 2009 12:50:56 -0700</pubDate>
 <dc:creator>jax</dc:creator>
 <guid isPermaLink="false">24 at http://www.webhelp2u.com</guid>
</item>
<item>
 <title>Submit form without submit button or submit form using a link</title>
 <link>http://www.webhelp2u.com/article/submit-form-without-submit-button-or-submit-form-using-link</link>
 <description>&lt;p&gt;Let&#039;s go with example&lt;/p&gt;
&lt;p&gt;1) Create a form within body tag&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;form name=&quot;form1&quot; id=&quot;form1&quot; action=&quot;&quot; method=&quot;post&quot;&amp;gt;&lt;br /&gt; &amp;lt;input type=&quot;text&quot; name=&quot;uname&quot;&amp;gt;&lt;br /&gt; &amp;lt;/form&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Generally when you click on submit button then form is submit but when submit button is not available then how you will submit. For that you should follow some simple steps&lt;/p&gt;
&lt;p&gt;2) create a javascript function inside head or body section of your page&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/group/web-development&quot; class=&quot;og_links&quot;&gt;Web Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.webhelp2u.com/article/submit-form-without-submit-button-or-submit-form-using-link&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.webhelp2u.com/article/submit-form-without-submit-button-or-submit-form-using-link#comments</comments>
 <category domain="http://www.webhelp2u.com/category/standard-categories/computers">Computers</category>
 <group domain="http://www.webhelp2u.com/group/web-development" xmlns="http://drupal.org/project/og">Web Development</group>
 <pubDate>Thu, 19 Feb 2009 00:27:06 -0700</pubDate>
 <dc:creator>jax</dc:creator>
 <guid isPermaLink="false">22 at http://www.webhelp2u.com</guid>
</item>
<item>
 <title>CSS center align template</title>
 <link>http://www.webhelp2u.com/article/css-center-align-template</link>
 <description>&lt;p&gt;To creating center align template you should use below code.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:-&lt;/strong&gt; Simple centered align html template&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/group/web-development&quot; class=&quot;og_links&quot;&gt;Web Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.webhelp2u.com/article/css-center-align-template&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.webhelp2u.com/article/css-center-align-template#comments</comments>
 <category domain="http://www.webhelp2u.com/category/standard-categories/computers">Computers</category>
 <group domain="http://www.webhelp2u.com/group/web-development" xmlns="http://drupal.org/project/og">Web Development</group>
 <pubDate>Wed, 18 Feb 2009 13:36:38 -0700</pubDate>
 <dc:creator>jax</dc:creator>
 <guid isPermaLink="false">21 at http://www.webhelp2u.com</guid>
</item>
<item>
 <title>Write first jquery program</title>
 <link>http://www.webhelp2u.com/article/write-first-jquery-program</link>
 <description>&lt;p&gt;To write first jquery program follow the below steps: -&lt;/p&gt;
&lt;p&gt;1) Download the jquery file from &lt;a href=&quot;http://docs.jquery.com/Downloading_jQuery&quot;&gt;http://docs.jquery.com/Downloading_jQuery&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2) include jquery js file in &amp;lt;head&amp;gt; section of your html page&lt;/p&gt;
&lt;p&gt;3) create a div element in body tag&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;div id=&quot;test&quot;&amp;gt;write text here&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;4) Now we will show and hide above div on click of a element &amp;lt;a&amp;gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/group/web-development&quot; class=&quot;og_links&quot;&gt;Web Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.webhelp2u.com/article/write-first-jquery-program&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.webhelp2u.com/article/write-first-jquery-program#comments</comments>
 <category domain="http://www.webhelp2u.com/category/standard-categories/computers">Computers</category>
 <group domain="http://www.webhelp2u.com/group/web-development" xmlns="http://drupal.org/project/og">Web Development</group>
 <pubDate>Wed, 18 Feb 2009 13:14:59 -0700</pubDate>
 <dc:creator>jax</dc:creator>
 <guid isPermaLink="false">20 at http://www.webhelp2u.com</guid>
</item>
</channel>
</rss>

