<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Spice up your WordPress Site with JQuery</title> <atom:link href="http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/feed" rel="self" type="application/rss+xml" /><link>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690</link> <description>Tech tips, WordPress plugins, WordPress tweaks and Technical tips to build a better blog.</description> <lastBuildDate>Wed, 08 Feb 2012 05:47:15 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: JQuery: An introduction &#124; Tips and Tricks</title><link>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/comment-page-1#comment-16414</link> <dc:creator>JQuery: An introduction &#124; Tips and Tricks</dc:creator> <pubDate>Mon, 08 Nov 2010 06:12:44 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1690#comment-16414</guid> <description>[...] This lightweight open source JavaScript library has become one of the most popular libraries on the web in a relatively short span of time. Software giants like Google, Microsoft recommends this and are using this library in a wide range. So JQuery is becoming the most advanced and strongest tool in web development industry. Now you are ready to spice up your WordPress site with JQuery. [...]</description> <content:encoded><![CDATA[<p>[...] This lightweight open source JavaScript library has become one of the most popular libraries on the web in a relatively short span of time. Software giants like Google, Microsoft recommends this and are using this library in a wide range. So JQuery is becoming the most advanced and strongest tool in web development industry. Now you are ready to spice up your WordPress site with JQuery. [...]</p> ]]></content:encoded> </item> <item><title>By: Patrick</title><link>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/comment-page-1#comment-7701</link> <dc:creator>Patrick</dc:creator> <pubDate>Tue, 27 Oct 2009 17:49:23 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1690#comment-7701</guid> <description>Jules, did you figure out your problem with the rounded corners?I am having a similar issue but i am not sure if im doing this correctly.Im using WP 2.8.5
I added the code below in my sidebar.php:div.demo, div.inner { color: #000; text-align: center; font-family: verdana, arial, sans-serif;}
div.demo  { float: left; width: 18em; padding: 20px; margin: 1em; background: #6af; }Round $(&quot;.demo&quot;).corner();i made sure to have the code in my header.php file as follows in the head section:Not sure what im doing wrong, i also tried doing the following in my sidebar.php file:Round $(this).corner();its just not rounding up the corners.</description> <content:encoded><![CDATA[<p>Jules, did you figure out your problem with the rounded corners?</p><p>I am having a similar issue but i am not sure if im doing this correctly.</p><p>Im using WP 2.8.5<br
/> I added the code below in my sidebar.php:</p><p>div.demo, div.inner { color: #000; text-align: center; font-family: verdana, arial, sans-serif;}<br
/> div.demo  { float: left; width: 18em; padding: 20px; margin: 1em; background: #6af; }</p><p>Round $(&#8220;.demo&#8221;).corner();</p><p>i made sure to have the code in my header.php file as follows in the head section:</p><p>Not sure what im doing wrong, i also tried doing the following in my sidebar.php file:</p><p>Round $(this).corner();</p><p>its just not rounding up the corners.</p> ]]></content:encoded> </item> <item><title>By: Jules</title><link>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/comment-page-1#comment-7096</link> <dc:creator>Jules</dc:creator> <pubDate>Mon, 12 Oct 2009 15:12:45 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1690#comment-7096</guid> <description>Thanks for this great post! I&#039;m new to jquery too and just can&#039;t get it to working properly. Do you (or does anyone else here) have any experience with adding the rounded corners plugin to WP 2.8.4?I&#039;ve inserted the above code (option a) into my header.php plus added the following:$j(function() {
$j(&quot;.header&quot;).corner(&quot;bottom 13px&quot;);
$j(&quot;.menu&quot;).corner(&quot;top 13px&quot;);
$j(&quot;.footer&quot;).corner(&quot;top 13px&quot;);
});However, its working in my offline .html file but not in my WP.
Thanks again!</description> <content:encoded><![CDATA[<p>Thanks for this great post! I&#8217;m new to jquery too and just can&#8217;t get it to working properly. Do you (or does anyone else here) have any experience with adding the rounded corners plugin to WP 2.8.4?</p><p>I&#8217;ve inserted the above code (option a) into my header.php plus added the following:</p><p> $j(function() {<br
/> $j(&#8220;.header&#8221;).corner(&#8220;bottom 13px&#8221;);<br
/> $j(&#8220;.menu&#8221;).corner(&#8220;top 13px&#8221;);<br
/> $j(&#8220;.footer&#8221;).corner(&#8220;top 13px&#8221;);<br
/> });</p><p>However, its working in my offline .html file but not in my WP.<br
/> Thanks again!</p> ]]></content:encoded> </item> <item><title>By: MyWebmasterTips</title><link>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/comment-page-1#comment-6242</link> <dc:creator>MyWebmasterTips</dc:creator> <pubDate>Mon, 28 Sep 2009 03:20:55 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1690#comment-6242</guid> <description>Thanks for the tips, I&#039;m still new to adding jQuery with Wordpress, it still haven&#039;t figured it out completely, but your article got me that much closer.Keep up the good work.
.-= MyWebmasterTips&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/MyWebmasterTips/~3/WuZQM4nS8eg/&quot; rel=&quot;nofollow&quot;&gt;How to make logo centered with Register Plus Wordpress plugin&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>Thanks for the tips, I&#8217;m still new to adding jQuery with WordPress, it still haven&#8217;t figured it out completely, but your article got me that much closer.</p><p>Keep up the good work.<br
/> .-= MyWebmasterTips&#180;s last blog ..<a
href="http://feedproxy.google.com/~r/MyWebmasterTips/~3/WuZQM4nS8eg/" rel="nofollow">How to make logo centered with Register Plus WordPress plugin</a> =-.</p> ]]></content:encoded> </item> <item><title>By: How to Make Money with blog</title><link>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/comment-page-1#comment-6225</link> <dc:creator>How to Make Money with blog</dc:creator> <pubDate>Sun, 27 Sep 2009 08:18:35 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1690#comment-6225</guid> <description>I can see jquery in action on this blog. I want my hand on it but alway fear to mess up with things.-Shanker Bakshi</description> <content:encoded><![CDATA[<p>I can see jquery in action on this blog. I want my hand on it but alway fear to mess up with things.</p><p>-Shanker Bakshi</p> ]]></content:encoded> </item> <item><title>By: Barbie Figueroa</title><link>http://www.tipsandtricks-hq.com/spice-up-your-wordpress-site-with-jquery-1690/comment-page-1#comment-6003</link> <dc:creator>Barbie Figueroa</dc:creator> <pubDate>Wed, 23 Sep 2009 05:53:17 +0000</pubDate> <guid
isPermaLink="false">http://www.tipsandtricks-hq.com/?p=1690#comment-6003</guid> <description>This is a really great post. I&#039;m going to have to lock myself in a room for a few hours to figure this out and add it to my Blog. You&#039;re such a Tech Genius :)
.-= Barbie Figueroa&#180;s last blog ..&lt;a href=&quot;http://personalbrandingforprofit.com/blog/wordpress-blogging/7-hot-wordpress-plugins-for-marketers-who-sell-products-services/&quot; rel=&quot;nofollow&quot;&gt;7 Hot Wordpress Plugins for Marketers Who Sell Products &amp; Services&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>This is a really great post. I&#8217;m going to have to lock myself in a room for a few hours to figure this out and add it to my Blog. You&#8217;re such a Tech Genius <img
src='http://www.tipsandtricks-hq.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br
/> .-= Barbie Figueroa&#180;s last blog ..<a
href="http://personalbrandingforprofit.com/blog/wordpress-blogging/7-hot-wordpress-plugins-for-marketers-who-sell-products-services/" rel="nofollow">7 Hot WordPress Plugins for Marketers Who Sell Products &amp; Services</a> =-.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.tipsandtricks-hq.com @ 2012-02-08 14:50:57 -->
