<?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>Outsourceurdesign Blog</title>
	<atom:link href="http://blog.outsourceurdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.outsourceurdesign.com</link>
	<description>Web programming tutorials for beginners and advance users </description>
	<lastBuildDate>Mon, 05 Dec 2011 20:40:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>MySql query for sku that has not product images in magento.</title>
		<link>http://blog.outsourceurdesign.com/2011/08/17/mysql-query-for-sku-that-has-not-product-images-in-magento/</link>
		<comments>http://blog.outsourceurdesign.com/2011/08/17/mysql-query-for-sku-that-has-not-product-images-in-magento/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 04:57:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.outsourceurdesign.com/blog/?p=86</guid>
		<description><![CDATA[Following is the MySql query to get list of sku that hasn&#8217;t product images. SELECT `sku` FROM `catalog_product_entity` AS pe LEFT JOIN `catalog_product_entity_varchar` AS pev ON pe.entity_id = pev.entity_id AND pev.attribute_id =74 WHERE pev.value = ''" I have attribute_id is 74 for image, change it if you have different and you can find it in [...]]]></description>
			<content:encoded><![CDATA[<p>Following is the MySql query to get list of sku that hasn&#8217;t product images.</p>
<pre class="codetype">SELECT `sku` FROM `catalog_product_entity` AS pe LEFT JOIN `catalog_product_entity_varchar` AS pev ON pe.entity_id = pev.entity_id	AND pev.attribute_id =74 WHERE pev.value = ''"</pre>
<p>I have attribute_id is 74 for image, change it if you have different and you can find it in eav_attribute table.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/08/17/mysql-query-for-sku-that-has-not-product-images-in-magento/feed/</wfw:commentRss>
		<slash:comments>1598</slash:comments>
		</item>
		<item>
		<title>How to get customer group id in magento?</title>
		<link>http://blog.outsourceurdesign.com/2011/07/23/how-to-get-customer-group-id-in-magento/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/23/how-to-get-customer-group-id-in-magento/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 07:47:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://blog.outsourceurdesign.com/?p=81</guid>
		<description><![CDATA[It is very easy to get customer group in magento. You can use following statement direct without checking customer is logged in or not. $groupId = Mage::getSingleton('customer/session')->getCustomerGroupId(); You will get group id. If customer is logged in then group id will be 2, if not logged in then group id = 0 and for general [...]]]></description>
			<content:encoded><![CDATA[<p>It is very easy to get customer group in magento. You can use following statement direct without checking customer is logged in or not.</p>
<pre class="codetype">
 $groupId = Mage::getSingleton('customer/session')->getCustomerGroupId();
</pre>
<p>You will get group id. If customer is logged in then group id will be 2, if not logged in then group id = 0 and for general group id will be 1.</p>
<p>You can check group ids in mangento admin under Customer > Customer Groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/23/how-to-get-customer-group-id-in-magento/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How spell check will work in Word 2007?</title>
		<link>http://blog.outsourceurdesign.com/2011/07/20/how-spell-check-will-work-in-word-2007/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/20/how-spell-check-will-work-in-word-2007/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 06:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[spell check in office 2007]]></category>
		<category><![CDATA[spell check in word 2007]]></category>

		<guid isPermaLink="false">http://blog.outsourceurdesign.com/?p=73</guid>
		<description><![CDATA[There is issue in Word 2007 that spell check is not working. I searched all lot for this but didn&#8217;t find any proper and working solution. Now I find its solution, it is working at my end and hope it will helpful for other too. Following are simple step to accomplish it. Click on Office [...]]]></description>
			<content:encoded><![CDATA[<p>There is issue in Word 2007 that spell check is not working. I searched all lot for this but didn&#8217;t find any proper and working solution. Now I find its solution, it is working at my end and hope it will helpful for other too.<br />
Following are simple step to accomplish it.</p>
<ol>
<li>Click on Office Icon that is in top left corner<span id="more-73"></span>
</li>
<li>Click on &#8220;Word Option&#8221; that is first button at bottom right<br />
 <a href="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/img1.jpg"><img src="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/img1.jpg" alt="" title="img1" width="449" height="506" class="aligncenter size-full wp-image-74" /></a></li>
<li>In appeared dialog box click on &#8220;Customize&#8221;, there will be two panels, in left panel, scroll down to get &#8220;Spelling &#038; Grammar&#8221; double click on it or single click and then click on Add button. &#8220;Spelling &#038; Grammar&#8221; will goes in right panel.<br />
<a href="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/img2.jpg"><img src="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/img2-300x242.jpg" alt="" title="img2" width="300" height="242" class="aligncenter size-medium wp-image-75" /></a>
</li>
<li>Click Ok. Now you can check spell check is working. Write any misspelled word hope it will under line with red line right click on it you will see few suggestions and also there will be &#8220;Spelling&#8221; option in it.<br />
<a href="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/img3.jpg"><img src="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/img3.jpg" alt="" title="img3" width="222" height="428" class="aligncenter size-full wp-image-76" /></a>
</li>
</ol>
<p>Hope it will help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/20/how-spell-check-will-work-in-word-2007/feed/</wfw:commentRss>
		<slash:comments>467</slash:comments>
		</item>
		<item>
		<title>Different payment methods in same store.</title>
		<link>http://blog.outsourceurdesign.com/2011/07/19/different-payment-methods-in-same-store/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/19/different-payment-methods-in-same-store/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 08:09:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[payment methods in magento store]]></category>

		<guid isPermaLink="false">http://blog.outsourceurdesign.com/?p=68</guid>
		<description><![CDATA[We can filter payment method for different groups in same store by the PaymentFilter for Products and Customer Groups extension. Configuration: After installation, it will be enabled by default you can check whether it is installed or not in System &#62; Configuration &#62; Checkout &#62; there will be a Tab named &#8220;Payment Methods Filter&#8221; Then [...]]]></description>
			<content:encoded><![CDATA[<p>We can filter payment method for different groups in same  store by the PaymentFilter for Products and Customer Groups extension.</p>
<p>Configuration:</p>
<ol>
<li>After installation, it will be enabled by default you  can check whether it is installed or not in System &gt; Configuration &gt;  Checkout &gt; there will be a Tab named &ldquo;Payment Methods Filter&rdquo;<br />
  <a href="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/step11.jpg"><img src="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/step11.jpg" alt="Setting in Checkout Tab" title="Setting in Checkout Tab" width="609" height="302" class="alignleft size-full wp-image-69" /></a><span id="more-68"></span>
  </li>
<li>Then go to Customers &gt; Customer Groups and select  Payment method for each group that you are using on your site, otherwise  payment method will not be shown during checkout.<br />
  <a href="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/step2.jpg"><img src="http://blog.outsourceurdesign.com/wp-content/uploads/2011/07/step2.jpg" alt="Settings for Customer Groups" title="Settings for Customer Groups" width="647" height="460" class="alignleft size-full wp-image-70" /></a>
</li>
</ol>
<p><a href="http://www.magentocommerce.com/magento-connect/Rico+Neitzel/extension/764/paymentfilter-for-products-and-customer-groups" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/19/different-payment-methods-in-same-store/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Add customers from external site in magento</title>
		<link>http://blog.outsourceurdesign.com/2011/07/16/add-customers-from-external-site-in-magento/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/16/add-customers-from-external-site-in-magento/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 11:31:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[external site code]]></category>

		<guid isPermaLink="false">http://blog.outsourceurdesign.com/?p=60</guid>
		<description><![CDATA[You can save customers from external site or file very easily but using following code. $mageFilename = realpath('../app/Mage.php'); /* Include Mage.php to access Magento core functions */ require_once( $mageFilename ); umask(0); Mage::app(); $session = Mage::getSingleton('customer/session'); /* give customer information */ $firsName = "Test1"; $lastName = "Test"; $email = "test1@hotmail.com" ; $password = "testpassword"; /* get [...]]]></description>
			<content:encoded><![CDATA[<p>You can save customers from external site or file very easily but using following code.</p>
<pre class="codetype">
$mageFilename = realpath('../app/Mage.php'); /* Include Mage.php to access Magento core functions */
require_once( $mageFilename );
umask(0);
Mage::app();

$session = Mage::getSingleton('customer/session');
/* give customer information */
$firsName = "Test1";
$lastName = "Test";
$email = "test1@hotmail.com" ;
$password = "testpassword";

/* get website and store information */
$websiteId = Mage::app()-&gt;getWebsite()-&gt;getId();
$store = Mage::app()-&gt;getStore();
</pre>
<p><span id="more-60"></span></p>
<pre class="codetype">
/* set customer website and store */
$URL = Mage::helper('customer')-&gt;getAccountUrl();
$session-&gt;setBeforeAuthUrl($URL);
$newCustomer = Mage::getModel('customer/customer');
try {
$newCustomer-&gt; setFirstname($firsName)
-&gt;setLastname($lastName)
-&gt;setEmail($email)
-&gt;setGroupId(2)
-&gt; setStore($store)
-&gt;setWebsiteId($websiteId)
-&gt;setCountryId($stock[$f]["alctr"])
-&gt;setStateId($stock[$f]["aladds"])
-&gt;setPassword($password)
-&gt;setConfirmation("")
-&gt;setCreatedAt($c_date);</code>

if($newCustomer-&gt;save()){
$newCustomer-&gt;setConfirmation(null);
$newCustomer-&gt;save();
echo $newCustomer-&gt;firstname." ".$newCustomer-&gt;lastname." information is saved!";
}else{
echo "An error occured while saving customer";
}
}catch(Exception $e){
if(preg_match('/This customer email already exists/', $e)){
echo “Customer already exists”;
}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/16/add-customers-from-external-site-in-magento/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>jQuery Navigation Techniques</title>
		<link>http://blog.outsourceurdesign.com/2011/07/14/jquery-navigation-techniques/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/14/jquery-navigation-techniques/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 19:34:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jaquery navigation]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://outsourceurdesign.com/blog/?p=38</guid>
		<description><![CDATA[Following are some jquery navigation techniques with their implementation help. These will help to create awesome navigation on websites. Sliding Jquery Menu CSS Sprites2 – It&#8217;s JavaScript Time jQuery Tabbed Interface Kwicks for jQuery Learning jQuery: Fading Menu – Replacing Content jQuery Context Menu Plugin jQuery File Tree jQuery (mb)Menu 2.0 Create a Slick Tabbed [...]]]></description>
			<content:encoded><![CDATA[<p>
 Following are some jquery navigation techniques with their implementation help. These will help to create awesome navigation on websites.
</p>
<h3><a href="http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/" rel="nofollow" target="_blank">Sliding Jquery Menu</a></h3>
<p><a href="http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/" rel="nofollow" target="_blank"><img class="alignleft size-full wp-image-39" title="sliding-jquery-menu" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/sliding-jquery-menu.jpg" alt="Sliding Jquery Menu" width="429" height="116" /></a>
</p>
<p><h3><a href="http://www.alistapart.com/articles/sprites2" rel="nofollow" target="_blank">CSS Sprites2 – It&#8217;s JavaScript Time</a></h3>
<p>
<a href="http://www.alistapart.com/articles/sprites2" rel="nofollow" target="_blank"><img class="alignleft size-full wp-image-41" title="css-sprites2-its-javascript-time" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/css-sprites2-its-javascript-time1.jpg" alt="CSS Sprites2 – It's JavaScript Time" width="429" height="99" /></a></p>
</p>
<p><span id="more-38"></span><br />
<h3><a href="http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial" rel="nofollow" target="_blank">jQuery Tabbed Interface</a></h3>
<p>
<a href="http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial" rel="nofollow" target="_blank"><br />
<img class="alignleft size-full wp-image-42" title="jquery-tabbed-interface" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/jquery-tabbed-interface.jpg" alt="jQuery Tabbed Interface" width="429" height="166" /></a></p>
</p>
<p><h3><a href="http://www.jeremymartin.name/projects.php?project=kwicks" rel="nofollow" target="_blank">Kwicks for jQuery</a></h3>
<p><a href="http://www.jeremymartin.name/projects.php?project=kwicks" rel="nofollow" target="_blank">
<p>
<img class="alignleft size-full wp-image-43" title="kwicks-for-jquery" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/kwicks-for-jquery.jpg" alt="Kwicks for jQuery" width="428" height="120" /></p>
<p></a>
</p>
<p><h3><a href="http://css-tricks.com/695-learning-jquery-fading-menu-replacing-content/" rel="nofollow" target="_blank">Learning jQuery: Fading Menu – Replacing Content</a></h3>
<p>
<a href="http://css-tricks.com/695-learning-jquery-fading-menu-replacing-content/" rel="nofollow" target="_blank"><br />
<img class="alignleft size-full wp-image-44" title="fading-menu-replacing-content" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/fading-menu-replacing-content.jpg" alt="Learning jQuery: Fading Menu – Replacing Content" width="420" height="99" /></a></p>
</p>
<p><h3><a href="http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/" rel="nofollow" target="_blank">jQuery Context Menu Plugin</a></h3>
<p>
<a href="http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/" rel="nofollow" target="_blank"><img class="alignleft size-full wp-image-45" title="jquery-context-menu-plugin" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/jquery-context-menu-plugin.jpg" alt="jQuery Context Menu Plugin" width="429" height="134" /></a></p>
</p>
<p><h3><a href="http://abeautifulsite.net/blog/2008/03/jquery-file-tree/" rel="nofollow" target="_blank">jQuery File Tree</a></h3>
<p>
<a href="http://abeautifulsite.net/blog/2008/03/jquery-file-tree/" rel="nofollow" target="_blank"><img class="alignleft size-full wp-image-46" title="jquery-file-tree" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/jquery-file-tree.jpg" alt="jQuery File Tree" width="429" height="120" /></a></p>
</p>
<p><h3><a href="http://pupunzi.wordpress.com/2009/01/18/mbmenu/" rel="nofollow" target="_blank">jQuery (mb)Menu 2.0</a></h3>
<p>
<a href="http://pupunzi.wordpress.com/2009/01/18/mbmenu/" rel="nofollow" target="_blank"><img class="alignleft size-full wp-image-47" title="jQuery-mb-menu-2.0" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/jQuery-mb-menu-2.0.jpg" alt="jQuery (mb)Menu 2.0" width="429" height="160" /></a></p>
</p>
<p><h3><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-create-a-slick-tabbed-content-area/" rel="nofollow" target="_blank">Create a Slick Tabbed Content Area using CSS &amp; jQuery</a></h3>
<p>
<a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-create-a-slick-tabbed-content-area/" rel="nofollow" target="_blank"><img class="alignleft size-full wp-image-48" title="tabbed-content-area-using-css-jquery" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/tabbed-content-area-using-css-jquery.jpg" alt="" width="429" height="160" /></a></p>
</p>
<p><h3><a href="http://www.jankoatwarpspeed.com/post/2009/01/19/Create-Vimeo-like-top-navigation.aspx" rel="nofollow" target="_blank">Create Vimeo-like top navigation</a></h3>
<p>
<a href="http://www.jankoatwarpspeed.com/post/2009/01/19/Create-Vimeo-like-top-navigation.aspx" rel="nofollow" target="_blank"><br />
<img class="alignleft size-full wp-image-49" title="create-vimeo-like-top-navigation" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/create-vimeo-like-top-navigation.jpg" alt="" width="429" height="120" /></a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/14/jquery-navigation-techniques/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Install CMS Made Simple</title>
		<link>http://blog.outsourceurdesign.com/2011/07/13/install-cms-made-simple/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/13/install-cms-made-simple/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 20:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS Made Simple]]></category>
		<category><![CDATA[install cms made simple]]></category>
		<category><![CDATA[install cmsms]]></category>

		<guid isPermaLink="false">http://outsourceurdesign.com/blog/?p=26</guid>
		<description><![CDATA[CMS Made Simple installation is very simple and easy for online and also on localhost. There is just required to disable E_STRICT and E_DEPRECATED from php.ini file that are by default enabled. Following are steps to install CMS Made Simple. Choose your desired Language from drop down. In step two just click on &#8220;Continue&#8221;. In [...]]]></description>
			<content:encoded><![CDATA[<p>CMS Made Simple installation is very simple and easy for online and also on localhost. There is just required to disable E_STRICT and E_DEPRECATED from php.ini file that are by default enabled. Following are steps to install CMS Made Simple.</p>
<ul>
<li>Choose your desired Language from drop down.<br />
<a href="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step1.jpg"><img class="alignleft size-medium wp-image-27" title="step1" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step1-300x138.jpg" alt="" width="300" height="138" /></a></li>
<li>In step two just click on &#8220;Continue&#8221;.</li>
<li>In next step there will be list of PHP settings and permissions. Check this list if there is a Red cross in right side of any statement then configures it. On default PHP settings there might be E_STRICT and E_DEPRECATED are enabled but CMS made simple required it to disabled, so disable it from &#8220;php.ini&#8221; file.<br />
After passing all settings and permissions Click on Continue.</li>
<li>On step three, Click on Continue.<br />
<a href="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step3.jpg"><img class="alignleft size-medium wp-image-28" title="step3" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step3-300x148.jpg" alt="" width="300" height="148" /></a></li>
<li>On step four, give Admin user name, password and email address. At the end there is a check box which says &#8220;E-Mail Account Information&#8221;, check it and then click on Continue.<br />
<a href="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step4.jpg"><img class="alignleft size-medium wp-image-30" title="step4" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step4-300x172.jpg" alt="" width="300" height="172" /></a></li>
<li>On step five, give Site Name and DB inforamtion<br />
<a href="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step-5.jpg"><img class="alignleft size-medium wp-image-32" title="step-5" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/step-5-234x300.jpg" alt="" width="234" height="300" /></a></li>
<li>In step six, all tables will be created successfully, at the end there will be few information about your site like URL of your site, document root address etc. Click on Continue.</li>
<li>Congratulations, you are all setup</li>
</ul>
<p>If you get any error during installation then please leave comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/13/install-cms-made-simple/feed/</wfw:commentRss>
		<slash:comments>809</slash:comments>
		</item>
		<item>
		<title>How to use CSS Styles with jQuery?</title>
		<link>http://blog.outsourceurdesign.com/2011/07/13/how-to-use-css-styles-with-jquery/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/13/how-to-use-css-styles-with-jquery/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 06:45:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery for beginners]]></category>

		<guid isPermaLink="false">http://outsourceurdesign.com/blog/?p=14</guid>
		<description><![CDATA[CSS styles can be applied to elements very easily with help of jQuery. No any issues for different browsers. Following are some examples to demonstrate this: $(&#8220;p&#8221;).css(&#8220;width&#8221;, &#8220;400px&#8221;); // adds a width to all paragraphs $(&#8220;#myElement&#8221;).css(&#8220;color&#8221;, &#8220;blue&#8221;) // makes text color blue on element #myElement $(&#8220;ul&#8221;).css(&#8220;border&#8221;, &#8220;solid 1px #ccc&#8221;) // adds a border to all [...]]]></description>
			<content:encoded><![CDATA[<p>CSS styles can be applied to elements very easily with help of jQuery. No any issues for different browsers. Following are some examples to demonstrate this:</p>
<p><em><br />
$(&#8220;p&#8221;).css(&#8220;width&#8221;, &#8220;400px&#8221;); // adds a width to all paragraphs</p>
<p>$(&#8220;#myElement&#8221;).css(&#8220;color&#8221;, &#8220;blue&#8221;) // makes text color blue on element #myElement</p>
<p>$(&#8220;ul&#8221;).css(&#8220;border&#8221;, &#8220;solid 1px #ccc&#8221;) // adds a border to all lists</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/13/how-to-use-css-styles-with-jquery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use jQuery?</title>
		<link>http://blog.outsourceurdesign.com/2011/07/13/how-to-use-jquery/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/13/how-to-use-jquery/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 06:41:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery for beginners]]></category>

		<guid isPermaLink="false">http://outsourceurdesign.com/blog/?p=4</guid>
		<description><![CDATA[Download a copy of jQuery and insert it in tag of html page. Then write functions to tell jQuery about what to do. Following is sample code.]]></description>
			<content:encoded><![CDATA[<p>Download a copy of jQuery and insert it in tag of html page. Then write functions to tell jQuery about what to do. Following is sample code.</p>
<p><a href="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/jquery.jpg"><img src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/jquery-300x45.jpg" alt="" title="jquery" width="300" height="45" class="aligncenter size-medium wp-image-6" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/13/how-to-use-jquery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://blog.outsourceurdesign.com/2011/07/13/introduction/</link>
		<comments>http://blog.outsourceurdesign.com/2011/07/13/introduction/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 05:37:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[outsource]]></category>
		<category><![CDATA[outsource your design]]></category>

		<guid isPermaLink="false">http://outsourceurdesign.com/blog/?p=1</guid>
		<description><![CDATA[Hi, I want to introduce my website here for outsource your design for web sites or email templates. I have launched a new website http://www.outsourceurdesign.com for outsourcing IT related services. Outsourceurdesign.com is service provider to convert web designs and email design templates to html css. Our price starts from USD75 only. We are also providing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.outsourceurdesign.com/"><img class="size-full wp-image-16 alignleft" title="Outsourceurdesign.com" src="http://outsourceurdesign.com/blog/wp-content/uploads/2011/07/logo.png" alt="" align="left" /></a>Hi,<br />
I want to introduce my website here for outsource your design for web sites or email templates. I have launched a new website <a href="http://www.outsourceurdesign.com">http://www.outsourceurdesign.com</a> for outsourcing IT related services. <a href="http://outsourceurdesign.com">Outsourceurdesign.com</a> is service provider to convert web designs and email design templates to html css. Our price starts from USD75 only. <span id="more-1"></span>We are also providing service for PSD to Magento, PSD to CMS Made Simple, PSD to WordPress for more see our <a href="http://www.outsourceurdesign.com/services.php">services</a>. Submit your design or <a href="http://www.outsourceurdesign.com/contact-us.php">contact us</a> or write email us on info[at]outsourceurdesign.com. We can also help you to design your websites or email templates for this just need to write us email or <a href="http://www.outsourceurdesign.com/contact-us.php">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.outsourceurdesign.com/2011/07/13/introduction/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
