<?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>ExpBuilder</title>
	<atom:link href="http://www.expbuilder.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.expbuilder.com</link>
	<description>For web resources</description>
	<lastBuildDate>Mon, 11 Jan 2010 12:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Detect Internet Explorer Version With PHP</title>
		<link>http://www.expbuilder.com/how-to-detect-internet-explorer-version-with-php.html</link>
		<comments>http://www.expbuilder.com/how-to-detect-internet-explorer-version-with-php.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Basic]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Detect]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Version]]></category>

		<guid isPermaLink="false">http://www.expbuilder.com/?p=1281</guid>
		<description><![CDATA[

Awhile ago I needed to detect the Internet Explorer version of the visitor from inside of my PHP script. Being lazy I just tried to Google for some existing code, but to my surprise there was none available! Well, I think it’s time to rectify that problem by publishing the code I ended up creating. [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/how-to-detect-internet-explorer-version-with-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Ads Manager Script in PHP</title>
		<link>http://www.expbuilder.com/free-ads-manager-script-in-php-powered-by-expbuilder-com.html</link>
		<comments>http://www.expbuilder.com/free-ads-manager-script-in-php-powered-by-expbuilder-com.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:27:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[free ExpBuilder Scripts]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1251</guid>
		<description><![CDATA[
Free Ads Manager Script in PHP Powered by Expbuilder.com


Introduction
This can let your visitors add the ads without register, there are 2 types of ads:
1- free ads
2- premium ads
you have the full control from admin control panel, like allow, deny or delete.
Also you can make the ads active with client mail (activation mail)
Demo
To see the demo [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/free-ads-manager-script-in-php-powered-by-expbuilder-com.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Help Tooltip v1.0</title>
		<link>http://www.expbuilder.com/jquery-help-tooltip-v1-0.html</link>
		<comments>http://www.expbuilder.com/jquery-help-tooltip-v1-0.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:25:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[free ExpBuilder Scripts]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[v1.0]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1249</guid>
		<description><![CDATA[

JQuery Help Tooltip v1.0


HTML Code:
$(Element).helptooltip();

Demo: http://www.expbuilder.com/testpages/helptooltip/
Code:

HTML Code:
&#60;span class="helps"&#62;
Click this help icon to test the help tooltip
&#60;/span&#62;
&#60;span&#62;&#60;b&#62;What is this ?&#60;/b&#62; &#60;br /&#62; this is a test of JQuery Help Tooltip v1.0
&#60;hr /&#62; You can type any thing here !!&#60;/span&#62;

&#60;/div&#62;
&#60;script type="text/javascript"&#62;
$(document).ready(function()
{
     $(".helps").helptooltip();
});
&#60;/script&#62;

tested and working with all browsers
Download JQuery Help Tooltip v1.0
1- Download jQuery [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/jquery-help-tooltip-v1-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Easy Tooltip v2.0</title>
		<link>http://www.expbuilder.com/jquery-easy-tooltip-v2-0.html</link>
		<comments>http://www.expbuilder.com/jquery-easy-tooltip-v2-0.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:24:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[free ExpBuilder Scripts]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[v2.0]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1247</guid>
		<description><![CDATA[
JQuery Easy Tooltip v2.0



HTML Code:
$(Element).easytooltip(Formid, options{backgroundcolor, border, color, event})


Demo: http://www.expbuilder.com/testpages/easytooltip2/
To see the last version (1.0)  goto: http://www.expbuilder.com/vb/showthread.php?t=2
HTML Code:


HTML Code:
&#60;style type="text/css"&#62;

.bg
        {
           background-image: url(bg.jpg);
           width: 275px;
   [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/jquery-easy-tooltip-v2-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Esay Tooltip v1.0</title>
		<link>http://www.expbuilder.com/jquery-esay-tooltip-v1-0.html</link>
		<comments>http://www.expbuilder.com/jquery-esay-tooltip-v1-0.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:22:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[free ExpBuilder Scripts]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Esay]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[v1.0]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1244</guid>
		<description><![CDATA[JQuery Esay Tooltip v1.0

Code:
$(Element).easytooltip(formid)


Demo: http://www.expbuilder.com/testpages/easytooltip/
To see the version 2.0 goto: http://www.expbuilder.com/vb/showthread.php?t=3
Code:

HTML Code:
&#60;div id="formdisplay"

style="display: none;padding: 20px;background-color: #ffffff;border: 3px solid #000;width: 500px;"&#62;

    &#60;h2&#62;This is a Demo of Esay Tooltip&#60;/h2&#62;

    you can but any thing you want here

&#60;/div&#62;


HTML Code:
&#60;script&#62;

$(document).ready(function()

{

    $(".demo").easytooltip("formdisplay");

});

&#60;/script&#62;

Download JQuery Esay Tooltip v1.0
1- Download jQuery JavaScript Library  [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/jquery-esay-tooltip-v1-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Float Dialog v1.0</title>
		<link>http://www.expbuilder.com/jquery-float-dialog-v1-0.html</link>
		<comments>http://www.expbuilder.com/jquery-float-dialog-v1-0.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:21:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[free ExpBuilder Scripts]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Dialog]]></category>
		<category><![CDATA[Float]]></category>
		<category><![CDATA[v1.0]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1242</guid>
		<description><![CDATA[JQuery Float Dialog v1.0

Easy PopUp


Code:
$(Element).floatdialog(dialog id, options {backgroundcolor, speed, event, effect, move, closeClass} )

To Ses the Demo: http://www.expbuilder.com/testpages/floatdialog/
Explain:
Demo 1 &#8211; Default use
HTML Code:

Code:
&#60;a id="demo1" href="javascript :void(0);"&#62;Clicking Here&#60;/a&#62;

&#60;div id="dialog1"&#62;

    &#60;a href="javascript :void(0);"&#62;X&#60;/a&#62;

    &#60;h1&#62;Demo1 - Default use&#60;/h1&#62;

    &#60;h2&#62;This is a demo of the JQuery Float Dialog v1.0&#60;/h2&#62;

    [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/jquery-float-dialog-v1-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In-place editing with contentEditable property and jQuery</title>
		<link>http://www.expbuilder.com/in-place-editing-with-contenteditable-property-and-jquery.html</link>
		<comments>http://www.expbuilder.com/in-place-editing-with-contenteditable-property-and-jquery.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Editable]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[In-place]]></category>
		<category><![CDATA[Property]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1240</guid>
		<description><![CDATA[In-place editing with contentEditable property and jQuery
Try out a demonstration
Firefox 3 was released on June 17, 2008, and from that time, Firefox 2 browser share is quickly dropping. Very soon it will become inefficient to continue supporting it. And we will be able to use a lot of new Firefox 3 features, such as canvas [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/in-place-editing-with-contenteditable-property-and-jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install MySQL Database Server on Windows XP</title>
		<link>http://www.expbuilder.com/how-to-install-mysql-database-server-on-windows-xp.html</link>
		<comments>http://www.expbuilder.com/how-to-install-mysql-database-server-on-windows-xp.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:18:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Basic]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1238</guid>
		<description><![CDATA[Go to your desktop and inside the folder you have initially created find file mysql-5.0.41.win32.zip. Extract the content of this file to the same folder on the desktop. Now go inside mysql-5.0.41-win32 folder and double click Setup.exe. Follow the steps:

Fig. 18 &#8211; Click next.

Fig. 19 &#8211; Select Custom and click next.

Fig. 20 &#8211; Click Change [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/how-to-install-mysql-database-server-on-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install PHP on Windows XP</title>
		<link>http://www.expbuilder.com/how-to-install-php-on-windows-xp.html</link>
		<comments>http://www.expbuilder.com/how-to-install-php-on-windows-xp.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:17:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Basic]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1236</guid>
		<description><![CDATA[

Installing PHP on Windows XP

Go to your desktop and in the folder you initially created find file called php-5.2.3-Win32.zip.
Extract the content of this file to C:\webserver\php. Pull out all of the files from the php-5.2.3-Win32 folder and place them directly in C:\webserver\php.
Now we need to add our C:\webserver\php folder to the path of the Environment [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/how-to-install-php-on-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to Installing Apache on Windows XP</title>
		<link>http://www.expbuilder.com/how-to-installing-apache-on-windows-xp.html</link>
		<comments>http://www.expbuilder.com/how-to-installing-apache-on-windows-xp.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:16:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Basic]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1234</guid>
		<description><![CDATA[how to Installing Apache on Windows XP

This tutorial will show you how to install Apache 2.0.59, PHP 5.2.3 and MySQL 5.0.41 on machine running Windows XP.
To start with we will download all of the necessary applications which can be found at the following locations:
Apache: Apache download page
File to download: Win32 Binary (MSI Installer): apache_2.0.59-win32-x86-no_ssl.msi
PHP: PHP [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/how-to-installing-apache-on-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
