<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>GLOBAL9 NETWORK</title>
	
	<link>http://www.global9.net</link>
	<description>Freelancer WEB Hosting Provider</description>
	<lastBuildDate>Fri, 20 Jan 2012 20:15:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/global9" /><feedburner:info uri="global9" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Setup Drupal on Localhost and multiple sites</title>
		<link>http://feedproxy.google.com/~r/global9/~3/Kfas0sx0D94/</link>
		<comments>http://www.global9.net/2009/08/setup-drupal-on-localhost-and-multiple-sites/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 20:09:41 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[TUTORIAL and HOW TO]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.global9.net/?p=158</guid>
		<description><![CDATA[Preparation We assumes that you have PHP, Apache, MySQL and Drupal all installed and working and have a MySQL admin tool available the free community edition of  MYSQL GUI TOOLS will do nicely, or you can use phpMyAdmin if you prefer. Again, I&#8217;ll assume you&#8217;ve got one of these installed and connected to your database [...]]]></description>
			<content:encoded><![CDATA[<h2>Preparation</h2>
<p>We assumes that you have PHP, Apache, MySQL and Drupal all installed and working and have a MySQL admin tool available the free community edition of  <a title="MySQL GUI Tools" href="http://dev.mysql.com/downloads/gui-tools/index.html" target="_blank">MYSQL GUI TOOLS</a> will do nicely, or you can use <a href="http://www.phpmyadmin.net/" rel="nofollow">phpMyAdmin</a> if you prefer. Again, I&#8217;ll assume you&#8217;ve got one of these installed and connected to your database server.</p>
<p>If you don&#8217;t yet have PHP, Apache and MySQL installed then<a href="http://www.apachefriends.org/en/xampp-windows.html" rel="nofollow"> XAMPP</a> will help! See also <a title="http://drupal.org/node/161975" href="http://drupal.org/node/161975" rel="nofollow">http://drupal.org/node/161975</a></p>
<p>Finally, I&#8217;ll assume you&#8217;re starting with a working D6.x installation, have followed the installation instructions and got the default site up and running. If not, start here <a title="http://drupal.org/getting-started/install" href="http://drupal.org/getting-started/install" rel="nofollow">http://drupal.org/getting-started/install</a>.</p>
<h2>Multi-site setup on localhost</h2>
<p>Set up multi-sites there are four stages to go through, but it&#8217;s not difficult:</p>
<ol>
<li>Set up your databases, one for each website</li>
<li>Set up each site in Drupal</li>
<li>Edit the virtual host settings in Apache</li>
<li>Update the Windows hosts file</li>
</ol>
<p>In the following example we will add a local site&#8221;http://develsite1&#8243; in addition to the default site.</p>
<p>We&#8217;ll assume Drupal is installed in c:/www ( and that your web root is set to c:/www in the apache config file, apache\conf\httpd.conf ).</p>
<h2>1. Databases</h2>
<p>Firstly we will set up a new database for &#8216;develsite1&#8242;</p>
<ol>
<li>Use <strong>GUI Tools MYSQL Browser</strong> and log into your DB server at <strong>localhost</strong>.</li>
<li>Ctrl+D to create a new database. Type a name for your database in the &#8216;create database&#8217; textbox ( &#8216;develsite1&#8242; is as good as anything ) then click the create button. A new database outline will be added.</li>
<li>Repeat for each additional site you want to set up.</li>
</ol>
<h2>2. Drupal</h2>
<ol>
<li>Create a new folder /sites/develsite1. i.e. you should now have two folders in your drupal sites folder,<br />
<span style="color: #ff0000;">default </span>and <span style="color: #ff0000;">develsite1</span>.</li>
<li>Make sure the folder /sites/default contains an unmodified copy of the file <span style="color: #ff0000;">default.settings.php</span>. The installer script will look for this file when installing your new site and the install will fail if it ain&#8217;t there. If necessary, extract a copy from the drupal install package.</li>
<li>Also place a copy default.settings.php in the testsite1 folder and rename it <span style="color: #ff0000;">settings.php</span>. Make sure the file is writeable (i.e. the &#8216;read only&#8217; attribute is not set) because Drupal will modify this file as part of the installation process.</li>
</ol>
<h2>3. Apache</h2>
<p>1. Open the apache config file &#8216;\apache\conf\extra\<strong>httpd-vhosts.conf</strong>&#8216;.</p>
<p>2. Scroll to the end of the file, where you will find the virtual hosting setup. Assuming your websites are all located in the folder c:/www then add the following lines (edit the paths as necessary)</p>
<div class="codeblock"><span style="color: #ff0000;"><code>##</code></span><code>NameVirtualHost *:80</code><code> -&gt; </code><code>NameVirtualHost *:80 (<span style="color: #ff9900;">Remove <strong><span style="color: #ff0000;">##</span></strong> tag</span>)</code></div>
<div class="codeblock"></div>
<div class="codeblock"><code>NameVirtualHost *:80</code></div>
<div class="codeblock">
<p>&lt;VirtualHost *:80&gt;<br />
DocumentRoot c:/www/<br />
ServerName localhost<br />
&lt;/VirtualHost&gt;</p>
<p>&lt;VirtualHost *:80&gt;<br />
DocumentRoot c:/www/drupal6<br />
ServerName develsite1<br />
&lt;/VirtualHost&gt;</p>
</div>
<p>There are lots of other things you can add into your VHost settings &#8211; see the <a href="http://httpd.apache.org/docs/2.2/vhosts/" rel="nofollow">Apache documentation</a>.</p>
<h2>4. Windows</h2>
<p>We now need to tell Windows that the domain &#8216;develsite1&#8242; is hosted locally, i.e. not to look on the Internet for it. Open the &#8216;<strong>hosts</strong>&#8216; file with notepad. It can usually be found in c:/windows/system32/drivers/etc</p>
<p>Edit the end of the file to read:</p>
<div class="codeblock"><code>127.0.0.1 localhost<br />
127.0.0.1 testsite1</code></div>
<p>Save the file.</p>
<p>When working offline -without any Internet connection- with a local test site, the Windows service <em>DNS Client</em> (see <em>Control Panel -&gt; Administrative Tools -&gt; Services</em>) can be necessary to read and parse the <em>hosts</em> file. This is optional when the PC is online.</p>
<h2>Apache, again</h2>
<p>OK, that&#8217;s (almost) it. All that is left is to restart the Apache webserver.<br />
You could reboot your computer but a better way is to open a command prompt window and type &#8216;net stop apache&#8217;. When the service has stopped, restart it using &#8216;net start apache&#8217;. If you&#8217;re using XAMPP then use &#8216;xampp stop&#8217; and &#8216;xampp start&#8217;.</p>
<p>Now when you open your favourite browser and enter &#8216;http://develsite1&#8242; you should see the installation page for your new Drupal site. Enter the database details you created earlier and let the installer script set up the tables for you.</p>
<p>You can add as many sites as you need by following the process above.</p>
<h3>Optional additional configuration</h3>
<p>Although not essential, here are some things to help keep things tidy in a multi-site setup.</p>
<h4>Use a separate files folder for each site</h4>
<p>By default, all images and other uploaded files are kept in a single folder. Whilst this works, its a bit messy and better to set up a separate files folder for each site.</p>
<ul>
<li>Set up a separate &#8216;files&#8217; and &#8216;files/tmp&#8217; folders by creating the folders in your sites directory, i.e. sites/develsite1/files and sites/develsite1/files/tmp,<br />
sites/develsite1/files,<br />
sites/develsite2/files/tmp etc.</li>
<li>Update the settings for each site by visiting &#8216;admin/file system&#8217; and changing the path for the files and temp folders to<br />
sites/develsite1/files,<br />
sites/develsite2/files/tmp&#8230;etc.</li>
</ul>
<h4>Consider the best place to install modules and themes</h4>
<ul>
<li>If you have modules or themes that you want to share between all sites then store them in sites/all/modules and sites/all/themes respectively.</li>
<li>If you want them to be available only to one site then store them in sites/develsite1/modules and sites/develsite1/themes (replacing &#8216;testsite1&#8242; with your actual site name)</li>
</ul>
<p>Just it,.. simplicity is beautifull&#8230; ayess..</p>
<p>Re-Edit from : http://drupal.org/node/32715</p>
<p>For complete tutorial you can read in my personal blok at <a title="belida.com" href="http://www.belida.com/drupal">http://www.belida.com/drupal</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/global9?a=Kfas0sx0D94:giKgzM_aJsU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/global9?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=Kfas0sx0D94:giKgzM_aJsU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/global9?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=Kfas0sx0D94:giKgzM_aJsU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/global9?i=Kfas0sx0D94:giKgzM_aJsU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=Kfas0sx0D94:giKgzM_aJsU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/global9?i=Kfas0sx0D94:giKgzM_aJsU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=Kfas0sx0D94:giKgzM_aJsU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/global9?i=Kfas0sx0D94:giKgzM_aJsU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=Kfas0sx0D94:giKgzM_aJsU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/global9?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=Kfas0sx0D94:giKgzM_aJsU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/global9?i=Kfas0sx0D94:giKgzM_aJsU:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/global9/~4/Kfas0sx0D94" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.global9.net/2009/08/setup-drupal-on-localhost-and-multiple-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.global9.net/2009/08/setup-drupal-on-localhost-and-multiple-sites/</feedburner:origLink></item>
		<item>
		<title>Powerful Framework for Web Developer</title>
		<link>http://feedproxy.google.com/~r/global9/~3/NVngyFMzVwU/</link>
		<comments>http://www.global9.net/2009/07/powerful-framework-for-web-developer/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 09:21:25 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[FRAMEWORK]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WEB AND DESIGN]]></category>

		<guid isPermaLink="false">http://www.global9.net/?p=143</guid>
		<description><![CDATA[Ever wonder what would’ve happened if the concept of “open Source” never existed? imagine a world where knowledge grows by the numbers of production release by few major company only and people have to wait for a while to experience new technology… say something like computer processor where we have to patiently buy a new [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder what would’ve happened if the concept of “open Source” never existed? imagine a world where knowledge grows by the numbers of production release by few major company only and people have to wait for a while to experience new technology… say something like computer processor where we have to patiently buy a new series each time those major vendors decided to release their “10% improvement products” instead just releasing the “perfect processor”<br />
<span id="more-143"></span><br />
The Open Source concept brought people from around the world to contribute in making things better, faster and reach the next level of technology in just nick of time.</p>
<p>So what’s the point? im saying that right now you are getting help from thousands of developers in saving you a  lot of time and efforts in building an application or website. In this case if you are a web developer, framework is a generous help in improving your work and making things better and fast.</p>
<p>We listed out 40 framework that you can use in fast forwarding your production time, starting from CSS Framework, Javascript and PHP.</p>
<p>CSS framework may not be as complex as you would hope it should be, but considering the internet browsers wars happening today, you have to be certain that your work are compatible with at least those major brands.</p>
<p>Lot of people say Javascript is something that need to be replace immediately, and currently those who race to replace it already start making waves like AIR, JavaFX etc. but still users are happy with javascript at the moment.</p>
<p>PHP framework is something that actually can help you develop an unthinkable application, since it will save you time and give less headache.</p>
<p>So here’s the list:</p>
<h3>CSS FRAMEWORK</h3>
<p><img class="alignnone size-full wp-image-145" title="960grid" src="http://www.global9.net/wp-content/uploads/2009/07/960grid.jpg" border="0" alt="960grid" width="600" height="125" /></p>
<ol>
<li><a href="http://960.gs/" target="_blank">960 Grid</a></li>
<li><a href="http://code.google.com/p/blueprintcss/" target="_blank">Blueprint</a></li>
<li><a href="http://developer.yahoo.com/yui/grids/" target="_blank">YUI  Grids</a></li>
<li><a href="http://builder.yaml.de/" target="_blank">YAML</a></li>
<li><a href="http://code.google.com/p/css-boilerplate/" target="_blank">Boilerplate</a></li>
<li><a href="http://devkick.com/lab/tripoli/" target="_blank">Tripoli</a></li>
<li><a href="http://code.google.com/p/sparkl/" target="_blank">Sparkl</a></li>
<li><a href="http://www.contentwithstyle.co.uk/content/a-css-framework" target="_blank">ContentWithStyle</a></li>
<li><a href="http://grid.mindplay.dk/" target="_blank">Grid Designer</a></li>
<li><a href="http://elements.projectdesigns.org/" target="_blank">Elements  Framework</a></li>
</ol>
<h3>JAVASCRIPT FRAMEWORK</h3>
<p><img class="alignnone size-full wp-image-147" title="jquery" src="http://www.global9.net/wp-content/uploads/2009/07/jquery.jpg" border="0" alt="jquery" width="600" height="125" /></p>
<ol>
<li><a href="http://jquery.com/" target="_blank">JQuery</a></li>
<li><a href="http://www.mootools.net/" target="_blank">MooTools</a></li>
<li><a href="http://script.aculo.us/" target="_blank">Scriptaculous</a></li>
<li><a href="http://www.prototypejs.org/" target="_blank">Prototype</a></li>
<li><a href="http://www.mochikit.com/" target="_blank">Mochikit</a></li>
<li><a href="http://dojotoolkit.org/" target="_blank">Dojo Toolkit</a></li>
<li><a href="http://labs.adobe.com/technologies/spry/" target="_blank">Spry</a></li>
<li><a href="http://sourceforge.net/projects/clean-ajax/" target="_blank">CleanAjax</a></li>
<li><a href="http://asp.net/ajax/" target="_blank">ASPNET Ajax</a></li>
<li><a href="http://rialto.improve-technologies.com/wiki/" target="_blank">Rialto</a></li>
</ol>
<h3>PHP FRAMEWORK</h3>
<p><img class="alignnone size-full wp-image-146" title="codeigniter" src="http://www.global9.net/wp-content/uploads/2009/07/codeigniter.jpg" border="0" alt="codeigniter" width="600" height="125" /></p>
<ol>
<li><a href="http://codeigniter.com/" target="_blank">CodeIgniter</a></li>
<li><a href="http://cakephp.org/" target="_blank">CakePHP</a></li>
<li><a href="http://framework.zend.com/" target="_blank">Zend</a></li>
<li><a href="http://www.pradosoft.com/" target="_blank">Prado</a></li>
<li><a href="http://zoopframework.com/" target="_blank">Zoop</a></li>
<li><a href="http://www.stratosframework.com/" target="_blank">Stratos</a></li>
<li><a href="http://akelos.org/" target="_blank">Akelos</a></li>
<li><a href="http://www.symfony-project.org/" target="_blank">Symfony</a></li>
<li><a href="http://evocore.net/" target="_blank">eVoCore</a></li>
<li><a href="http://kohanaphp.com/home" target="_blank">Kohana</a></li>
</ol>
<p>Some peoples seem don&#8217;t like using this stuff, the reason why  is &#8220;UN-Professional&#8221; ??<br />
what is the proportionality ? come on.. don&#8217;t wasted your time for nothing.!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/global9?a=NVngyFMzVwU:e1sqLpFvT1k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/global9?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=NVngyFMzVwU:e1sqLpFvT1k:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/global9?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=NVngyFMzVwU:e1sqLpFvT1k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/global9?i=NVngyFMzVwU:e1sqLpFvT1k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=NVngyFMzVwU:e1sqLpFvT1k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/global9?i=NVngyFMzVwU:e1sqLpFvT1k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=NVngyFMzVwU:e1sqLpFvT1k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/global9?i=NVngyFMzVwU:e1sqLpFvT1k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=NVngyFMzVwU:e1sqLpFvT1k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/global9?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=NVngyFMzVwU:e1sqLpFvT1k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/global9?i=NVngyFMzVwU:e1sqLpFvT1k:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/global9/~4/NVngyFMzVwU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.global9.net/2009/07/powerful-framework-for-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.global9.net/2009/07/powerful-framework-for-web-developer/</feedburner:origLink></item>
		<item>
		<title>jQuery Carousel</title>
		<link>http://feedproxy.google.com/~r/global9/~3/HQF-pWq0vo4/</link>
		<comments>http://www.global9.net/2009/06/jquery-carousel/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 20:05:42 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[IT TOOLS and UTILITY]]></category>
		<category><![CDATA[JQUERY]]></category>
		<category><![CDATA[TUTORIAL and HOW TO]]></category>
		<category><![CDATA[WEB PROGRAMMING]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[learn]]></category>

		<guid isPermaLink="false">http://www.global9.net/?p=126</guid>
		<description><![CDATA[This tutorial will walk through the fundamentals of the effect and how to recreate it. Watch Sample Understanding the Effect As with any complicated effect, I always start by looking at the DOM in Firebug and interact with the effect, watching for what changes take effect in the DOM. Most importantly the list of images [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will walk through the fundamentals of the effect and how to recreate it.</p>
<h2><em>Watch Sample <img src='http://www.global9.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="311" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="file=http%3A%2F%2Fjqueryfordesigners.com%2Fmedia%2Finfinite-carousel.flv&amp;plugins=viral-1d" /><param name="src" value="http://jqueryfordesigners.com/downloads/player-viral.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="311" src="http://jqueryfordesigners.com/downloads/player-viral.swf" allowfullscreen="true" flashvars="file=http%3A%2F%2Fjqueryfordesigners.com%2Fmedia%2Finfinite-carousel.flv&amp;plugins=viral-1d"></embed></object></p>
<h2><em><strong>Understanding the Effect</strong></em></h2>
<p>As with any complicated effect, I always start by looking at the DOM in <a href="http://getfirebug.com/" target="_blank">Firebug </a>and interact with the effect, watching for what changes take effect in the DOM.</p>
<p>Most importantly the list of images (in a <span style="color: #ff0000;">&lt;ul&gt;</span> element) had additional <span style="color: #ff0000;">&lt;li&gt;</span> elements at the start of the list and at the end of the list. There were two types: clone and empty.</p>
<p>The second big clue was the number of cloned elements on the end of the list: it matched the number of visible items in the carousel.</p>
<p>In the diagram below I’ve tried to outline what’s cloned in the list, and show what’s visible. You can see how the list shows 3 items at once, but there’s 5 items in total. So the first cloned section (at the start of the list) contains two clones and a single empty clone. The end of the list has 3 clones &#8211; which represents real items 1-3:</p>
<p><img class="alignnone size-full wp-image-332" title="carousel" src="http://www.global9.net/wp-content/uploads/2009/06/carousel.png" alt="carousel" width="642" height="167" /></p>
<h2><em><strong>The Trick</strong></em></h2>
<p>Aside from building the DOM with the cloned nodes, the real trick is in the final panel of list items appearing. Because we’ve cloned the start of the list to the end of the list, when we scroll off the last items, it looks like we’ve looped back round. Once the animation completes, we change the scrollLeft position back to the real first items.</p>
<p>This scrollLeft isn’t visible to the user since the overflow is hidden, and so it creates the effect of being infinitely sliding from left or right (since it also works the other way around).</p>
<h2><em><strong>Markup</strong></em></h2>
<p>Remembering that we want the effect to work without JavaScript turned on, we’re going to use a pattern that we use fairly often for effects that <span style="color: #ff0000;">scroll: overflows</span>.</p>
<pre class="brush: xml; smart-tabs: true; tab-size: 4; title: ;">
&lt;div&gt;
   &lt;div&gt;
     &lt;ul&gt;
       &lt;li&gt;...&lt;/li&gt;
       &lt;li&gt;...&lt;/li&gt;
       &lt;li&gt;...&lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
&lt;/div&gt;
</pre>
<p>The CSS has been marked up in a way that the overflow is visible to start off with, and that the individual <span style="color: #ff0000;">&lt;li&gt;</span> elements are the same fixed width. This is necessary to ensure that we always show complete images in the visible part of the carousel.</p>
<h2><strong>jQuery</strong> <strong></strong></h2>
<h2><em>Replicating the Effect</em></h2>
<p>This is a reasonably advanced effect so we need to plan carefully what we’re trying to achieve:</p>
<p>1. Markup that works without JavaScript (done!)<br />
2. Initialisation &amp; capture the height and width of the first carousel item (required for calculations)<br />
3. Create empty list items to pad to fill every page<br />
4. Generate cloned items on the start and end of the list<br />
5. Adjust the scroll left position to show the real first item<br />
6. Create goto method that supports forward and backwards<br />
7. Generate the next/prev links &amp; bind goto calls  The completed example is also available if you want to skip through each step.  Initialisation  We’re going to write the code as a plugin so we can release it out to the wild at some later point. So this follows the typical plugin pattern:</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
(function ($) {
   $.fn.myPlugin = function () {
      return this.each(function () {
        // plugin code
      };
   };
})
(jQuery);
</pre>
<p>This step is used to initialise the plugin and capture all the variables we need to create this effect. This includes:</p>
<p>1. jQuery instance of the overflow element<br />
2. Hiding the overflow<br />
3. jQuery instance of the list<br />
4. jQuery instance of the list items<br />
5. The first item and it’s width<br />
6. Number of visible items we can fit in the carousel (rounded up via Math.ceil)<br />
7. Current page (defaults to 1) and the number of pages (rounded up)</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
var $wrapper = $('&gt; div', this).css('overflow', 'hidden'),
   $slider = $wrapper.find('&gt; ul'),
   $items = $slider.find('&gt; li'),
   $single = $items.filter(':first'),

// outerWidth: width + padding (doesn't include margin)
   singleWidth = $single.outerWidth(),
// note: doesn't include padding or border
   visible = Math.ceil($wrapper.innerWidth() / singleWidth),
   currentPage = 1,
   pages = Math.ceil($items.length / visible);
</pre>
<h2><strong>Padding with Empty Items</strong></h2>
<p>During the screencast I said that we’re making use of the repeat function from another tutorial &#8211; however that was wrong! I must have used it for something else! None the less, here is the repeat function, which we put outside of the plugin since it’s a utility function:</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
function repeat(str, n) {
   return new Array( n + 1 ).join( str );
}
</pre>
<p>The repeat function simple uses and array hack to repeat any string n times.</p>
<p>When we create the empty padding, we need to use modulus to work out how many new empty items we need to fill every page of our carousel with an item:</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
if (($items.length % visible) != 0) {
   $slider.append(repeat('&lt;li /&gt;', visible - ($items.length % visible)));
   $items = $slider.find('&gt; li');
}
</pre>
<p>Notice that we reinitialise the <span style="color: #ff0000;">$items</span> variable. This is to ensure it contains all of the items, including our newly created empty items.</p>
<h2><strong>Generating Clones</strong></h2>
<p>As per the diagram in the introduction, we need to clone the last page of items to the start of the list, and the first page of items to the end of the list. These will be the items that we slide on to before we flip the <span style="color: #ff0000;">scrollLeft </span>position (as per the trick above).</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
  $items.filter(':first').before($items.slice(-visible).clone().addClass('cloned'));
  $items.filter(':last').after($items.slice(0, visible).clone().addClass('cloned'));
  $items = $slider.find('&gt; li'); // reselect
</pre>
<p>We’re making using the slice method that jQuery has. Notice that we first use it with a negative number:</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
  $items.slice(-visible)
</pre>
<p>This means to take the last n items off the end of <span style="color: #ff0000;">$items</span>. Otherwise we have to pass the start and end point, so the second instance we’re saying from the start, 0, and the third as the method is zero-based indices.</p>
<p><span style="color: #ff0000;">Reset Scroll Left</span></p>
<p>Since we’ve created the clones at the start of the list, we need to shift the <span style="color: #ff0000;">scroll </span><span style="color: #ff0000;">left </span>back to the real element, otherwise it would look like the carousel is sitting on the last page.</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
  $wrapper.scrollLeft(singleWidth * visible);
</pre>
<h2><strong>Go To Method</strong></h2>
<p>The <span style="color: #ff0000;">gotoPage </span>method will handle going forward and backwards and handle jumping several pages at a time.</p>
<p>We’re going to use the animate method and only <span style="color: #ff0000;">animate </span>the <span style="color: #ff0000;">scrollLeft </span>so that it smoothly scrolls. We could add custom easin if we wanted at a later date.</p>
<p>We need to establish the following:</p>
<p> 1. Direction we’re going to slide<br />
 2. Number of pages to slide<br />
 3. The relative scroll left value</p>
<p>Once the <span style="color: #ff0000;">animation </span>has completed, we also need to maintain the <span style="color: #ff0000;">currentPage </span>variable we created on initialisation.</p>
<p>If the page number is greater than the number of pages (i.e. we’re on our cloned first page), then reset the scroll left to the real first page, and set the page number to 1.</p>
<p>Equally if we have hit the beginning of the list (i.e. we’re showing the cloned last page), then we reset the scroll left to the real last page, and set the page number to the total number of pages.</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
function gotoPage(page) {
 var dir = page &lt; currentPage ? -1 : 1,
 n = Math.abs(currentPage - page),
 left = singleWidth * dir * visible * n;

 $wrapper.filter(':not(:animated)').animate({
 scrollLeft : '+=' + left
 }, 500, function () {
   if (page == 0) {
     $wrapper.scrollLeft(singleWidth * visible * pages);
     page = pages;
   } else if (page &gt; pages) {
     $wrapper.scrollLeft(singleWidth * visible);
     page = 1;
   } 

 currentPage = page;
 });                

 return false;
}
</pre>
<p>Navigation buttons</p>
<p>Finally we need to add the buttons or links to page through the carousel and bind the gotoPage call.</p>
<p>We’re also going to create a custom goto event that allows us to also jump to any page:</p>
<pre class="brush: jscript; smart-tabs: true; tab-size: 4; title: ;">
$wrapper.after('&lt;a class=&quot;arrow back&quot;&gt; &lt; &lt;/a&gt;&lt;a class=&quot;arrow forward&quot;&gt; &gt; &lt;/a&gt;');

$('a.back', this).click(function () {
 return gotoPage(currentPage - 1);
});

$('a.forward', this).click(function () {
 return gotoPage(currentPage + 1);
});

// this currently refers to the element the plugin was bound to
$(this).bind('goto', function (event, page) {
 gotoPage(page);
});
</pre>
<p>Demo Script Download <a class="downloadlink" href="http://www.global9.net/download/carousel.zip" title="Version14 jun 2009 downloaded 68 times" >Demo Carousel Static (68)</a> here <img src='http://www.global9.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h5>Re-Edit From : http://jqueryfordesigners.com</h5>
<h5>For another carousel please try this:  http://sorgalla.com/projects/jcarousel </h5>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/global9?a=HQF-pWq0vo4:Qb5Rreo8O5Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/global9?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=HQF-pWq0vo4:Qb5Rreo8O5Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/global9?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=HQF-pWq0vo4:Qb5Rreo8O5Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/global9?i=HQF-pWq0vo4:Qb5Rreo8O5Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=HQF-pWq0vo4:Qb5Rreo8O5Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/global9?i=HQF-pWq0vo4:Qb5Rreo8O5Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=HQF-pWq0vo4:Qb5Rreo8O5Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/global9?i=HQF-pWq0vo4:Qb5Rreo8O5Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=HQF-pWq0vo4:Qb5Rreo8O5Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/global9?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=HQF-pWq0vo4:Qb5Rreo8O5Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/global9?i=HQF-pWq0vo4:Qb5Rreo8O5Y:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/global9/~4/HQF-pWq0vo4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.global9.net/2009/06/jquery-carousel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.global9.net/2009/06/jquery-carousel/</feedburner:origLink></item>
		<item>
		<title>Trace your code with FireBug</title>
		<link>http://feedproxy.google.com/~r/global9/~3/c91rYRGRRL4/</link>
		<comments>http://www.global9.net/2009/01/trace-your-code-with-firebug/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 13:37:13 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[IT TOOLS and UTILITY]]></category>
		<category><![CDATA[TUTORIAL and HOW TO]]></category>
		<category><![CDATA[WEB PROGRAMMING]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[trace]]></category>
		<category><![CDATA[WEB AND DESIGN]]></category>

		<guid isPermaLink="false">http://www.global9.net/?p=107</guid>
		<description><![CDATA[Hai there, if you are a Web developer, designer who work on web sites, this tools is very good for you. this tools is very usefull for us on test and tweak your web script code.. Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You [...]]]></description>
			<content:encoded><![CDATA[<p>Hai there,</p>
<p>if you are a Web developer, designer who work on web sites, this tools is very good for you.</p>
<p>this tools is very usefull for us on test and tweak your web script code..</p>
<p>Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.</p>
<h3>Just the way you like it</h3>
<p>Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug also gives you fine-grained control over which websites you want to enable it for&#8230;</p>
<p><strong>F12 is your friend</strong></p>
<p>The F12 key is undoubtedly the fastest way to get to Firebug. Train yourself to hit that key when it&#8217;s time to go debugging. If you&#8217;re the big screen type, use Control+F12 (or Command+F12 on Mac) to open Firebug in a separate window.</p>
<p><br class="spacer_" /></p>
<h3>Inspect and edit HTML</h3>
<p><img class="alignleft size-medium wp-image-111" style="border: 0pt none; float: left; margin-left: 3px; margin-right: 3px;" title="screenhome-html" src="http://www.global9.net/wp-content/uploads/2009/01/screenhome-html.gif" alt="" width="164" height="144" />Firebug makes it simple to find HTML elements buried deep in the page. Once you&#8217;ve found what you&#8217;re looking for, Firebug gives you a wealth of information, and lets you edit the HTML live.</p>
<h3>View source live</h3>
<p>Firefox has a &#8220;View Source&#8221; window, but it doesn&#8217;t show you what the HTML source really looks like once it has been transformed by JavaScript. Firebug&#8217;s HTML tab shows you what the HTML looks like <strong>right now</strong>.</p>
<p>In addition, the tabs on the right side let you discover the properties of an individual element, including the CSS rules that are styling it, the pixels that define its position and size, and the DOM properties that you can access from JavaScript.</p>
<h3>See changes highlighted</h3>
<p><img class="alignright size-medium wp-image-113" style="border: 0pt none; float: right; margin-left: 3px; margin-right: 3px;" title="screenhtml-highlight" src="http://www.global9.net/wp-content/uploads/2009/01/screenhtml-highlight.gif" alt="" width="214" height="164" />In any JavaScript-driven website, HTML elements are constantly being created, removed, and modified. Wouldn&#8217;t it be nice if you could see exactly what, when, and where these changes take place?</p>
<p>Firebug highlights changes to the HTML in yellow immediately when they occur. If you want to spy even closer, you have the option to also scroll every change into view, so you won&#8217;t miss a thing.</p>
<h3>Find elements with the mouse</h3>
<p><a href="http://www.global9.net/wp-content/uploads/2009/01/firebuginspect.jpg" rel="lightbox[107]"><img class="alignnone size-thumbnail wp-image-116" style="border: 0pt none; margin-left: 3px; margin-right: 3px; float: left;" title="firebuginspect" src="http://www.global9.net/wp-content/uploads/2009/01/firebuginspect-150x150.jpg" alt="" width="150" height="150" /></a>Something in your page doesn&#8217;t quite look right and you want to know why. There&#8217;s no faster way to get answers than to click the &#8220;Inspect&#8221; button on Firebug&#8217;s toolbar and then prepare for immediate gratification. As you move around the page, whatever is beneath your mouse will be instantly revealed within Firebug, showing you the HTML and CSS behind it.</p>
<h3>Monitor network activity</h3>
<p><img class="alignright size-medium wp-image-118" style="border: 0pt none; float: right; margin-left: 3px; margin-right: 3px;" title="screenhome-net" src="http://www.global9.net/wp-content/uploads/2009/01/screenhome-net.gif" alt="" width="164" height="144" />Your pages are taking a long time to load, but why? Did you go crazy and write too much JavaScript? Did you forget to compress your images? Are your ad partner&#8217;s servers taking a siesta? Firebug breaks it all down for you file-by-file.</p>
<h3>Debug and profile JavaScript</h3>
<p>Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and have look at the state of the world. If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast.</p>
<h3>Quickly find errors</h3>
<p>When things go wrong, Firebug lets you know immediately and gives you detailed and useful information about errors in JavaScript, CSS, and XML.</p>
<h3>Explore the DOM</h3>
<p>The Document Object Model is a great big hierarchy of objects and functions just waiting to be tickled by JavaScript. Firebug helps you find DOM objects quickly and then edit them on the fly.</p>
<p><a href="https://addons.mozilla.org/firefox/addon/1843" target="_blank"><img class="alignnone size-full wp-image-120" style="border: 0pt none;" title="install1_2" src="http://www.global9.net/wp-content/uploads/2009/01/install1_2.png" alt="" width="144" height="116" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/global9?a=c91rYRGRRL4:dHvg3J1cd0g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/global9?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=c91rYRGRRL4:dHvg3J1cd0g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/global9?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=c91rYRGRRL4:dHvg3J1cd0g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/global9?i=c91rYRGRRL4:dHvg3J1cd0g:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=c91rYRGRRL4:dHvg3J1cd0g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/global9?i=c91rYRGRRL4:dHvg3J1cd0g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=c91rYRGRRL4:dHvg3J1cd0g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/global9?i=c91rYRGRRL4:dHvg3J1cd0g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=c91rYRGRRL4:dHvg3J1cd0g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/global9?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=c91rYRGRRL4:dHvg3J1cd0g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/global9?i=c91rYRGRRL4:dHvg3J1cd0g:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/global9/~4/c91rYRGRRL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.global9.net/2009/01/trace-your-code-with-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.global9.net/2009/01/trace-your-code-with-firebug/</feedburner:origLink></item>
		<item>
		<title>JQuery Rocks</title>
		<link>http://feedproxy.google.com/~r/global9/~3/_2K8U6RayA0/</link>
		<comments>http://www.global9.net/2008/11/jquery-rocks/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 18:55:35 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[WEB PROGRAMMING]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[WEB AND DESIGN]]></category>

		<guid isPermaLink="false">http://www.global9.net/?p=75</guid>
		<description><![CDATA[jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery is a new kind of JavaScript Library.</p>
<p>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.</p>
<p><strong>jQuery</strong> is a lightweight <a title="JavaScript library" href="http://en.wikipedia.org/wiki/JavaScript_library" target="_blank">JavaScript library</a> that emphasizes interaction between JavaScript and HTML. It was released January 2006 at BarCamp NYC by <a title="John Resig" href="http://en.wikipedia.org/wiki/John_Resig" target="_blank">John Resig</a>.</p>
<p><span class="mw-redirect">Dual licensed</span> under the MIT License and the <a title="GNU General Public License" href="http://en.wikipedia.org/wiki/GNU_General_Public_License" target="_blank">GNU General Public License</a>, jQuery is free and open source software.</p>
<p>With this Java Script Library, i will learn to integrating for my all themes, Drupal, joomla, and personal CMS WEB application system what i have made&#8230; Jquery.. You So Cools..</p>
<p>This is a starting point we will learn .. <a href="http://docs.jquery.com/How_jQuery_Works" target="_blank">http://docs.jquery.com/How_jQuery_Works</a>.</p>
<p>Before you begin on Java Script Library .. please you have good reference and enough knowlege for :</p>
<ol>
<li>HTML Code</li>
<li>CSS Code</li>
</ol>
<p>if you dont have knowledge for the point above, for now on please just search on google.. or comming back soon to my site.. :p</p>
<p>i will show you how to <em>code </em>HTML and CSS  with Good TOOLS you will find for coding/scripting.</p>
<p>Good LucK</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/global9?a=_2K8U6RayA0:0Yyigsx4vxQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/global9?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=_2K8U6RayA0:0Yyigsx4vxQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/global9?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=_2K8U6RayA0:0Yyigsx4vxQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/global9?i=_2K8U6RayA0:0Yyigsx4vxQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=_2K8U6RayA0:0Yyigsx4vxQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/global9?i=_2K8U6RayA0:0Yyigsx4vxQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=_2K8U6RayA0:0Yyigsx4vxQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/global9?i=_2K8U6RayA0:0Yyigsx4vxQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=_2K8U6RayA0:0Yyigsx4vxQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/global9?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=_2K8U6RayA0:0Yyigsx4vxQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/global9?i=_2K8U6RayA0:0Yyigsx4vxQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/global9/~4/_2K8U6RayA0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.global9.net/2008/11/jquery-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.global9.net/2008/11/jquery-rocks/</feedburner:origLink></item>
		<item>
		<title>Welcome !</title>
		<link>http://feedproxy.google.com/~r/global9/~3/XwQcZ8Gi55o/</link>
		<comments>http://www.global9.net/2008/11/welcome/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 19:07:19 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[freelancer]]></category>
		<category><![CDATA[global9]]></category>
		<category><![CDATA[ivandear]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[praetorian]]></category>
		<category><![CDATA[WEB AND DESIGN]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://global9.net/?p=1</guid>
		<description><![CDATA[Welcome to GLOBAL9 Network. We are The Freelancer WEB Hosting, Design &#38; Maintenance Provider. This site still on maintenance by admin. Thank you For visit.. GLOBAL9 NetAdmin]]></description>
			<content:encoded><![CDATA[<p>Welcome to GLOBAL9 Network. We are The Freelancer WEB Hosting, Design &amp; Maintenance Provider.</p>
<p>This site still on maintenance by admin.</p>
<p>Thank you For visit.. <img src='http://www.global9.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>GLOBAL9 NetAdmin</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/global9?a=XwQcZ8Gi55o:XDBQ_FU5pO0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/global9?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=XwQcZ8Gi55o:XDBQ_FU5pO0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/global9?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=XwQcZ8Gi55o:XDBQ_FU5pO0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/global9?i=XwQcZ8Gi55o:XDBQ_FU5pO0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=XwQcZ8Gi55o:XDBQ_FU5pO0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/global9?i=XwQcZ8Gi55o:XDBQ_FU5pO0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=XwQcZ8Gi55o:XDBQ_FU5pO0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/global9?i=XwQcZ8Gi55o:XDBQ_FU5pO0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=XwQcZ8Gi55o:XDBQ_FU5pO0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/global9?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/global9?a=XwQcZ8Gi55o:XDBQ_FU5pO0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/global9?i=XwQcZ8Gi55o:XDBQ_FU5pO0:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/global9/~4/XwQcZ8Gi55o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.global9.net/2008/11/welcome/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.global9.net/2008/11/welcome/</feedburner:origLink></item>
	</channel>
</rss>

