<?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>Freelance Jobs &#38; Web Resources &#187; webhost</title>
	<atom:link href="http://w3digg.com/tag/webhost/feed" rel="self" type="application/rss+xml" />
	<link>http://w3digg.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 08:22:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>woodpress upload and setup thes by cow1981</title>
		<link>http://w3digg.com/2011/05/freelancing-jobs/software-development/126.html</link>
		<comments>http://w3digg.com/2011/05/freelancing-jobs/software-development/126.html#comments</comments>
		<pubDate>Fri, 06 May 2011 05:40:36 +0000</pubDate>
		<dc:creator>w3digg team</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[download speed]]></category>
		<category><![CDATA[freelance job]]></category>
		<category><![CDATA[jq]]></category>
		<category><![CDATA[person]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[sub]]></category>
		<category><![CDATA[thes]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[webhost]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://beta.w3digg.com/?p=126</guid>
		<description><![CDATA[hey people i have wordpress account and a reseller webhost account and also domain names i would like a it person to load woodpress the right way code in the download speed up website jq set up sub domains&#8230; (Budget: $30-$250 CAD, Jobs: Javascript, Linux, PHP, Script Install) Get this Freelance Job now]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://w3digg.com/2011/05/freelancing-jobs/software-development/126.html'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><script type='text/javascript' src='http://platform.linkedin.com/in.js'></script><script type='in/share' data-url='http://w3digg.com/2011/05/freelancing-jobs/software-development/126.html' data-counter='top'></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fw3digg.com%2F2011%2F05%2Ffreelancing-jobs%2Fsoftware-development%2F126.html&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><iframe src="http://www.reddit.com/static/button/button2.html?width=51&url=http%3A%2F%2Fw3digg.com%2F2011%2F05%2Ffreelancing-jobs%2Fsoftware-development%2F126.html&title=woodpress%20upload%20and%20setup%20thes%20by%20cow1981&newwindow='1'" height="69" width="51" scrolling='no' frameborder='0'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://w3digg.com/2011/05/freelancing-jobs/software-development/126.html" data-count="vertical" data-text="woodpress upload and setup thes by cow1981" data-via="w3digg" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p>hey people i have wordpress account and a reseller webhost account and also domain names i would like a it person to load woodpress the right way code in the download speed up website jq set up sub domains&#8230; (Budget: $30-$250 CAD, Jobs: Javascript, Linux, PHP, Script Install)</p>
<p class="GetJob-Now"><a href="http://www.freelancer.com/projects/w3digg_1045925.html" target="_blank">Get this Freelance Job now</a></p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-76px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://w3digg.com/2011/05/freelancing-jobs/software-development/126.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

