<?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>Design Gala</title>
	
	<link>http://www.designgala.com</link>
	<description>Web Usability, Web Technology, User Experience</description>
	<lastBuildDate>Thu, 11 Mar 2010 03:50:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DesignGalaBlog" /><feedburner:info uri="designgalablog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>DesignGalaBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Search engine optimization</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/s0jMnBN-DTw/</link>
		<comments>http://www.designgala.com/search-engine-optimization/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 03:38:03 +0000</pubDate>
		<dc:creator>S@R0Z</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=2086</guid>
		<description><![CDATA[Search engine optimization (SEO) is the process of improving the volume or quality of traffic to a web site from search engines. 
<img src="http://www.designgala.com/wp-content/uploads/2010/03/seo.jpg" alt="" width="523" height="403" class="alignnone size-full wp-image-2087" />

Search engine optimization is no doubt a vital part of web development.]]></description>
			<content:encoded><![CDATA[
<p>Search engine optimization (SEO) is the process of improving the volume or quality of traffic to a web site from search engines.<br />
<img src="http://www.designgala.com/wp-content/uploads/2010/03/seo.jpg" alt="" width="523" height="403" class="alignnone size-full wp-image-2087" /></p>
<p>Search engine optimization is no doubt a vital part of web development. A developer may have given all labor to develop a site, but if it’s not optimized properly, that site can never able to attract the attention of the online readers &amp; visitors. Apart from writing keyword-rich web content and designing the layout, one should also give importance to the search engine optimization.</p>
<p>Web development with proper SEO is not that much difficult. It is basically the proper balance between information architecture and web design. However, if you are a fresher in this field, following points may help you:</p>
<p><strong>Create valid and Clean Code</strong> &#8211; Usually search engines prefer codes, which are simpler and semantically defined. CSS &amp; XHTML needs to be perfectly valid.</p>
<p><strong>Avoid Splash Pages</strong> &#8211; There is no doubt in the fact that splash pages look attractive, but they block search engine spiders, which is not desirable.</p>
<p><strong>Avoid Using Duplicate Content</strong> &#8211; Never insert duplicate content within the same website. It creates a negative impact on the minds of the readers.</p>
<p><strong>Insert Relevant Alt Tags for Images</strong> &#8211; If the alt tags for images are given properly, it will help the search engines to know more about the web content.</p>
<p><strong>Use Header Tags</strong> &#8211; Header tags play vital roles in SEO and so they should be used properly. The most important targeted keyword is generally used in ‘h1′ tag. But the titles should not be staffed with keywords. They need to be clear, simple and precise.</p>
<p>These are indeed some of the most remarkable points that usually the web developers need to follow.</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=2086&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/s0jMnBN-DTw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/search-engine-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/search-engine-optimization/</feedburner:origLink></item>
		<item>
		<title>Basic jQuery Tutorial: Write or Append content to DIV</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/TjLWu6Cu-MM/</link>
		<comments>http://www.designgala.com/basic-jquery-tutorial-write-or-append-content-to-div/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:00:29 +0000</pubDate>
		<dc:creator>Mukesh Chapagain</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=2013</guid>
		<description><![CDATA[
In this article, I will be showing you how to write or append content to DIV. When you write, all the text present before will be replaced by new content. When you append, new content will be added after the previous content already present there.

VIEW DEMO 

 Here is my html code. This contains a [...]]]></description>
			<content:encoded><![CDATA[
<p>In this article, I will be showing you how to write or append content to DIV. When you write, all the text present before will be replaced by new content. When you append, new content will be added after the previous content already present there.</p>
<p><a href="http://www.cssbreak.com/examples/write-append-content/"><br />
VIEW DEMO</a> </p>
<p><span id="more-2013"></span></p>
<p><img src="http://www.designgala.com/wp-content/uploads/2010/02/jquery-logo.png" alt="" width="268" height="268" class="alignleft size-full wp-image-2007" /> Here is my html code. This contains a div with class &#8216;content&#8217; and two buttons (Write and Append).</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;content&quot;&gt;
	Write Something!
&lt;/div&gt;	
&lt;br /&gt;	
&nbsp;
&lt;button&gt;Write&lt;/button&gt;
&lt;button&gt;Append&lt;/button&gt;</pre></div></div>

<p>Here is the jQuery code to write data:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#write&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>			
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.content&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hello World! &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>				
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Here is the jQuery code to append data:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#append&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>			
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.content&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hello World! &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>				
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><a href="http://www.cssbreak.com/examples/write-append-content/"><br />
VIEW DEMO</a></p>
<p>Cheers,</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=2013&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/TjLWu6Cu-MM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/basic-jquery-tutorial-write-or-append-content-to-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/basic-jquery-tutorial-write-or-append-content-to-div/</feedburner:origLink></item>
		<item>
		<title>Basic jQuery Tutorial: Add Remove Attribute</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/ovyxWIzPxmU/</link>
		<comments>http://www.designgala.com/basic-jquery-tutorial-add-remove-attribute/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:10:16 +0000</pubDate>
		<dc:creator>Mukesh Chapagain</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=2018</guid>
		<description><![CDATA[

In this article, I will be showing you how to add or remove HTML attributes. HTML attributes like title, href, src, etc. For example:-

&#60;img src=&#34;abc.jpg&#34; class=&#34;test&#34; alt=&#34;abc&#34; /&#62;

Here: src, class, alt, title are attributes. 
You can add attributes like above through jQuery. You can also remove the attributes with jQuery. 
VIEW DEMO 
Here is the [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.designgala.com/wp-content/uploads/2010/02/jquery-logo.png"><img src="http://www.designgala.com/wp-content/uploads/2010/02/jquery-logo.png" alt="" width="268" height="268" class="alignleft size-full wp-image-2007" /></a></p>
<p>In this article, I will be showing you how to add or remove HTML attributes. HTML attributes like title, href, src, etc. For example:-</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;img src=&quot;abc.jpg&quot; class=&quot;test&quot; alt=&quot;abc&quot; /&gt;</pre></div></div>

<p>Here: src, class, alt, title are attributes. </p>
<p>You can add attributes like above through jQuery. You can also remove the attributes with jQuery. <span id="more-2018"></span></p>
<p><a href="http://www.cssbreak.com/examples/add-remove-attribute/">VIEW DEMO</a> </p>
<p>Here is the HTML source. This contains a link with id &#8216;myLink&#8217; and Add and Remove buttons with id &#8216;add&#8217; and &#8216;remove&#8217; respectively.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;content&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>a id<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;myLink&quot;</span> href<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;#&quot;</span><span style="color: #339933;">&gt;</span>This <span style="color: #000066; font-weight: bold;">is</span> my LINK<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>button<span style="color: #339933;">&gt;</span>Add<span style="color: #339933;">&lt;/</span>button<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>button<span style="color: #339933;">&gt;</span>Remove<span style="color: #339933;">&lt;/</span>button<span style="color: #339933;">&gt;</span></pre></div></div>

<p><strong>Adding Attribute</strong></p>
<p>The following function works as follows:<br />
- myLink is the id of a href link<br />
- add is the id of add button<br />
- when add button is clicked, some style (css) is added to the link with id &#8216;myLink&#8217;<br />
- after that, &#8216;title&#8217; attribute is added to link with id &#8216;myLink&#8217;</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#add&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#myLink&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><span style="color: #3366CC;">&quot;font-weight&quot;</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;bold&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;color&quot;</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;red&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;text-decoration&quot;</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;line-through&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#myLink&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;title&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;My Link Title&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><strong>Removing Attribute</strong></p>
<p>The following function works as follows:<br />
- there is a button with id &#8216;remove&#8217;<br />
- when remove button is clicked, the following things happen:<br />
	- &#8217;style&#8217; attribute is removed from the link with id &#8216;myLink&#8217;<br />
	- &#8216;title&#8217; attribute is removed from the link with id &#8216;myLink&#8217;</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#remove&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#myLink&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">removeAttr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;style&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#myLink&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">removeAttr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;title&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><a href="http://www.cssbreak.com/examples/add-remove-attribute/">VIEW DEMO</a></p>
<p>Cheers,</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=2018&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/ovyxWIzPxmU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/basic-jquery-tutorial-add-remove-attribute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.designgala.com/basic-jquery-tutorial-add-remove-attribute/</feedburner:origLink></item>
		<item>
		<title>Kidz Store Premium Wordpress Theme</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/p3RoP5TCYak/</link>
		<comments>http://www.designgala.com/kidz-store-premium-wordpress-theme/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 05:04:35 +0000</pubDate>
		<dc:creator>Rabi Shrestha</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=2051</guid>
		<description><![CDATA[
This is E-Commerce wordpress theme  launched by templatic.com. The theme is targeted for the online shopping store .The theme includes a flashy jQuery slider on the page based homepage, in-depth theme optional panel, optional blog style structure and 6 colour scheme options.


Click here to view the DEMO
Features

One Click – Auto Install
Different modes of Shopping [...]]]></description>
			<content:encoded><![CDATA[
<p>This is E-Commerce wordpress theme  launched by templatic.com. The theme is targeted for the online shopping store .The theme includes a flashy jQuery slider on the page based homepage, in-depth theme optional panel, optional blog style structure and 6 colour scheme options.</p>
<p><span id="more-2051"></span></p>
<p><img src="http://www.designgala.com/wp-content/uploads/2010/03/kidz-store-wordpress-theme.jpg" alt="" title="kidz-store-wordpress-theme" width="500" height="947" class="alignnone size-full wp-image-2052" /></p>
<p><a href="http://templatic.com/demo/kidzstore/"target=" "><strong>Click here</strong></a> to view the DEMO<br />
<strong>Features</strong></p>
<ul>
<li>One Click – Auto Install</li>
<li>Different modes of Shopping Cart</li>
<li>Manage Products</li>
<li>Order Management</li>
<li>Shipping Options</li>
<li>Multiple Payment Gateways</li>
<li>Manage Tax</li>
<li>Grid view / List view</li>
<li>Fully customizable front page</li>
<li>Custom Control Panel</li>
<li>Localization Support</li>
<li>Auto-resizing product images</li>
<li>Excellent Support</li>
<li>Theme Guide &#038; Tutorials</li>
<li>PSD File Included with developer version</li>
<li>Drop Down &#038; Breadcrumb Navigation</li>
<li>Gravatar Support &#038; Threaded Comments</li>
<li>Built-in Ad Monetization</li>
<li>Search Engine Optimized</li>
<li>Widget Ready with custom widgets</li>
<li>Valid, Cross browser compatible </li>
</ul>
<p>Price:</p>
<ul>
<li>$65 Single use licence </li>
<li>$99 Multiple use licence</li>
</ul>
<p><strong><a href="http://templatic.com/members/sign.php?price_group=92&#038;product_id=92"target=" ">Click here</a></strong> to buy the theme</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=2051&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/p3RoP5TCYak" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/kidz-store-premium-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/kidz-store-premium-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>Basic jQuery Tutorial: Change CSS</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/2o5IaMF1_eQ/</link>
		<comments>http://www.designgala.com/basic-jquery-tutorial-change-css/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 15:34:10 +0000</pubDate>
		<dc:creator>Mukesh Chapagain</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=2011</guid>
		<description><![CDATA[

In this article, I will be showing you how to add or change css styling. You will be able to add or remove class in HTML elements. 
VIEW DEMO 

Here is my html code:

&#60;div&#62;		
	&#60;span&#62;Sample text!&#60;/span&#62;
	&#60;br /&#62;
	Testing!
&#60;/div&#62;
&#60;br /&#62;
&#160;
&#60;div&#62;Click me&#60;/div&#62;

As you can see above, I have a div with id &#8216;content&#8217;. I have &#8216;Sample text!&#8217; inside span. [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://www.designgala.com/wp-content/uploads/2010/02/jquery-logo.png" alt="" width="268" height="268" class="alignleft size-full wp-image-2007" /></p>
<p>In this article, I will be showing you how to add or change css styling. You will be able to add or remove class in HTML elements. </p>
<p><a href="http://www.cssbreak.com/examples/change-css/">VIEW DEMO</a> </p>
<p><span id="more-2011"></span></p>
<p>Here is my html code:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div&gt;		
	&lt;span&gt;Sample text!&lt;/span&gt;
	&lt;br /&gt;
	Testing!
&lt;/div&gt;
&lt;br /&gt;
&nbsp;
&lt;div&gt;Click me&lt;/div&gt;</pre></div></div>

<p>As you can see above, I have a div with id &#8216;content&#8217;. I have &#8216;Sample text!&#8217; inside span. And I have a div with id &#8216;clickme&#8217;. </p>
<p>Here is CSS class to be used:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.hover</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">underline</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#003399</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Here is the magical jQuery function :)</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#clickme&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">hover</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;hover&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">removeClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;hover&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Here, &#8216;hover&#8217; function is used. It means that, when we hover on &#8216;Click me&#8217; div then the CSS class &#8216;hover&#8217; is added to the &#8216;clickme&#8217; div. The &#8216;hover&#8217; class will change the color, font-weight, etc. of the div text &#8216;Click me&#8217;.</p>
<p>Now, when we click the &#8216;Click me&#8217; text, then the CSS styling is added to the div &#8216;content&#8217;. The new styling will change the text of div &#8216;content&#8217; to green in color and it also increases the font size. The following jQuery code is used:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#clickme&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#content&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><span style="color: #3366CC;">&quot;color&quot;</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;green&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;font-size&quot;</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;20px&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><a href="http://www.cssbreak.com/examples/change-css/">VIEW DEMO</a> </p>
<p>Cheers,</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=2011&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/2o5IaMF1_eQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/basic-jquery-tutorial-change-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/basic-jquery-tutorial-change-css/</feedburner:origLink></item>
		<item>
		<title>8 Best Wordpress Video Plugins</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/2OBPJu30yXI/</link>
		<comments>http://www.designgala.com/8-best-wordpress-video-plugins/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:19:14 +0000</pubDate>
		<dc:creator>S@R0Z</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=2030</guid>
		<description><![CDATA[
There are hundreds of video plugins for Wordpress that give Wordpress all sorts of video type functionality, but finding the best one that actually worked was a great difficulty! 

Here, I’ve listed 8 of what I feel the best video plugins for Wordpress.

1. Wordpress Video Plugin
A filter for WordPress that allows easy video embedding of [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="331" src="http://www.designgala.com/wp-content/themes/bigfeature/library/timthumb/timthumb.php?src=/wp-content/uploads/2010/02/sustainable-eco-videos.jpg&amp;w=528&amp;zc=1" alt="8 Best Wordpress Video Plugins" />
<p>There are hundreds of video plugins for Wordpress that give Wordpress all sorts of video type functionality, but finding the best one that actually worked was a great difficulty! </p>
<p><img src="http://www.designgala.com/wp-content/uploads/2010/02/sustainable-eco-videos.jpg" alt="" width="560" class="alignnone size-full wp-image-2038" /></p>
<p>Here, I’ve listed 8 of what I feel the best video plugins for Wordpress.</p>
<p><span id="more-2030"></span></p>
<p><strong>1. Wordpress Video Plugin</strong><br />
A filter for WordPress that allows easy video embedding of supported sites. Videos can be embedded from Youtube, Youtube Playlist, google video, Brightcove, Yahoo! Video and many other supporting sites.<br />
URL: <a href="http://wordpress.org/extend/plugins/wordpress-video-plugin/" target="_blank">http://wordpress.org/extend/plugins/wordpress-video-plugin/</a></p>
<p><strong>2. Embedded Video</strong><br />
The plugin is made for easily embedding videos into a blog post. The videos can be integrated from external portals (like YouTube, Google Video and many many others) or they can be uploaded to the web server or a remote server and integrated as well. Additionally a corresponding link to the video on the particular video portal page or a download link to the local file can be generated automatically, if demanded. This supports many video portals including YouTube, Google Video, dailymotion, MyVideo etc.<br />
URL: <a href="http://wordpress.org/extend/plugins/embedded-video-with-link/" target="_blank">http://wordpress.org/extend/plugins/embedded-video-with-link/</a></p>
<p><strong>3. Smart YouTube</strong><br />
A plugin from Vladimir Prelovac that allows you to easily insert YouTube videos and playlists into your blog posts, comments, and RSS feeds.The problem with some of the other Wordpress plugins that accomplish this such as the Video Quicktags plugin, is that they don’t embed the video properly which would make it so the video wouldn’t show up on the RSS feed. This plugin takes care of all that.<br />
URL: <a href="http://wordpress.org/extend/plugins/smart-youtube/" target="_blank">http://wordpress.org/extend/plugins/smart-youtube/</a></p>
<p><strong>4. Lightview Plus</strong><br />
A wordpress plugin which implements lightview of Nick Stakenburg. Lightview does the same as lightbox only with this plugin you can do it with Video from YouTube and Vimeo. Creates that nice hover over the page effect with a video.<br />
URL: <a href="http://wordpress.org/extend/plugins/lightview-plus/" target="_blank">http://wordpress.org/extend/plugins/lightview-plus/</a></p>
<p><strong>5. Simple Flash Video</strong><br />
The Simple Flash Video Plugin builds on the plugins that all ready allow easy posting of .flv or .mp4 files on the popular WordPress platform. Simple Flash Video allows for all of the JW FLV options to be utilized via its config.xml file and post level overrides. With this plugin you can easily post .flv or .mp4 videos to your blog and have your viewers instantly watch the video without having to fully download the video before watching. It also combines the popular Shadowbox utility to allow for the videos to float over the website content for a clean look. Additionally it now includes Simple Stats which allow for highly detailed information on the viewing of your videos that are hosted played on your site.<br />
URL: <a href="http://wordpress.org/extend/plugins/simple-flash-video/" target="_blank">http://wordpress.org/extend/plugins/simple-flash-video/</a></p>
<p><strong>6. Daiko’s YouTube Widget</strong><br />
Adds a sidebar widget to display a defined number of random YouTube videos of your own choice. Make your own videolist in the widget-control-panel. This is quite useful plugins.<br />
URL: <a href="http://wordpress.org/extend/plugins/daikos-youtube-widget/" target="_blank">http://wordpress.org/extend/plugins/daikos-youtube-widget/</a></p>
<p><strong>7. YouTube With Style</strong><br />
When you embed youtube videos on your site, instead of using the same old YouTube player skin you have a custom skin that you can brand yourself. The player is very slick and you can place your own logo to show on the top left hand corner.<br />
URL: <a href="http://wordpress.org/extend/plugins/youtube-with-style/" target="_blank">http://wordpress.org/extend/plugins/youtube-with-style/</a></p>
<p><strong>8. ProPlayer</strong><br />
Places online videos (YouTube, Vimeo, Veoh, Youku, Dailymotion, etc..) into your post by using JW FLV Player. 10,000 downloads in first 2 months, and still counting! Here are couple nice features: 27 different Skins, Custom Playlists, Youtube Playlists, Video Ratings, Audio Visualizer, Displaying Watermarks, and much more..<br />
URL: <a href="http://wordpress.org/extend/plugins/proplayer/" target="_blank">http://wordpress.org/extend/plugins/proplayer/</a></p>
<p>[PS: Anish Blon his list of <a href="http://www.designgala.com/5-cool-video-plugins-for-wordpress/">5 cool Video plugins</a>, please checkout!]</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=2030&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/2OBPJu30yXI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/8-best-wordpress-video-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/8-best-wordpress-video-plugins/</feedburner:origLink></item>
		<item>
		<title>Basic jQuery Tutorial: Animate div and image</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/JifFy75PL-k/</link>
		<comments>http://www.designgala.com/basic-jquery-tutorial-animate-div-and-image/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 14:41:35 +0000</pubDate>
		<dc:creator>Mukesh Chapagain</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[animate]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=2015</guid>
		<description><![CDATA[

In this article, I will be showing you how to animate image and div. 
By animation, I just mean basic animation. This is a basic tutorial. So, please don&#8217;t expect it to be so complex animation :). It will simply be increasing the width of the image and div with animate effect.

This is a base [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://www.designgala.com/wp-content/uploads/2010/02/jquery-logo.png" alt="" width="268" height="268" class="alignleft size-full wp-image-2007" /></p>
<p>In this article, I will be showing you how to animate image and div. </p>
<p>By animation, I just mean basic animation. This is a basic tutorial. So, please don&#8217;t expect it to be so complex animation :). It will simply be increasing the width of the image and div with animate effect.</p>
<p><span id="more-2015"></span></p>
<p>This is a base for starting animation with jQuery.<br />
<a href="http://www.cssbreak.com/examples/animate/"><br />
VIEW DEMO</a> </p>
<p>Here we go.</p>
<p>I have the following HTML tags for image and buttons:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;img src=&quot;lilies.jpg&quot; /&gt;
&lt;br /&gt;&lt;br /&gt;
&nbsp;
&lt;button&gt;Large&lt;/button&gt;
&lt;button&gt;Small&lt;/button&gt;</pre></div></div>

<p>Here is the jQuery code to animated the image:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#large&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#img&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>width<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;30%&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #CC0000;">1500</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#small&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#img&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>width<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;200px&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #CC0000;">1500</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>In the above code:</p>
<p>- When the &#8216;Large&#8217; button is clicked, the image size is increased by 30% with a speed of 1500 ms. The first parameter in the animate() function is CSS property and the second parameter is the number determining how long the animation will run.</p>
<p>- When the &#8216;Small&#8217; button is clicked, the image size is fixed to be 200px. 1500 is the time for the animation to ru in millisecond.</p>
<p><strong>Similarly, for DIV.</strong></p>
<p>Here is the HTML code with div and buttons:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;content&quot;&gt;
	My Div 
&lt;/div&gt;	
&lt;br /&gt;
&nbsp;
&lt;button&gt;Large&lt;/button&gt;
&lt;button&gt;Small&lt;/button&gt;</pre></div></div>

<p>Here is the jQuery code to animated the div:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#large2&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.content&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>width<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;50%&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #CC0000;">1500</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#small2&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.content&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>width<span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;300px&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #CC0000;">1500</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>- When the &#8216;Large&#8217; button is clicked, the div is expanded to 50% of its width.<br />
- When the &#8216;Small&#8217; button is clicked, the div is fixed to 300px of width.<br />
- 1500 is the time for the animation to run. You can change it according to you need and wish.<br />
<a href="http://www.cssbreak.com/examples/animate/"><br />
VIEW DEMO</a> </p>
<p>Cheers,</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=2015&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/JifFy75PL-k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/basic-jquery-tutorial-animate-div-and-image/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.designgala.com/basic-jquery-tutorial-animate-div-and-image/</feedburner:origLink></item>
		<item>
		<title>Free Version of ComFy Magazine Wordpress Theme</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/XxZAt7WfRT8/</link>
		<comments>http://www.designgala.com/free-version-of-comfy-magazine-wordpress-theme/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:17:27 +0000</pubDate>
		<dc:creator>Mukesh Chapagain</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=1995</guid>
		<description><![CDATA[

ComFy Magazine theme was free before. But now, deluxethemes sells it :) I mean, it&#8217;s not free anymore. But, here I have kept the free version of this theme. It&#8217;s the older version (when it was free). The zip file also includes plugins related with the theme.
View Demo &#124; Download comfy-magazine-v2.3

Some of the features of [...]]]></description>
			<content:encoded><![CDATA[<img width="528" height="433" src="http://www.designgala.com/wp-content/themes/bigfeature/library/timthumb/timthumb.php?src=/wp-content/uploads/2010/02/comfy-magazine.jpg&amp;w=528&amp;zc=1" alt="Free Version of ComFy Magazine Wordpress Theme" />
<p><a href="http://www.designgala.com/wp-content/uploads/2010/02/comfy-magazine.jpg"><img src="http://www.designgala.com/wp-content/uploads/2010/02/comfy-magazine.jpg" alt="" width="560" height="400" class="alignleft size-full wp-image-1999" /></a></p>
<p>ComFy Magazine theme was free before. But now, <a href="http://deluxetheme.com">deluxethemes </a>sells it :) I mean, it&#8217;s not free anymore. But, here I have kept the free version of this theme. It&#8217;s the older version (when it was free). The zip file also includes plugins related with the theme.</p>
<p><strong><a href="http://deluxethemes.com/comfy/">View Demo</a> | <a href='http://www.designgala.com/wp-content/uploads/2010/02/comfy-magazine-v2.3.zip'>Download comfy-magazine-v2.3</a></strong><br />
<span id="more-1995"></span><br />
Some of the features of the theme are:</p>
<p>- Powerful Control Panel to adjust theme settings with ease<br />
- Thumbnail generation on the fly with caching<br />
- AJAX-powered home page and customizable widgets<br />
- Dropdown navigation supports unlimited depth<br />
- FeedBurner subscription built in<br />
- Gravatars support<br />
- Ajax tabs to display hot topics<br />
- Custom Archives template<br />
- Threaded comments are fully supported<br />
- Social bookmarking built-in for popular services<br />
- 3 Dynamic sidebar widgets</p>
<p><strong><a href="http://deluxethemes.com/comfy/">View Demo</a> | <a href='http://www.designgala.com/wp-content/uploads/2010/02/comfy-magazine-v2.3.zip'>Download comfy-magazine-v2.3</a></strong></p>
<p>Enjoy!!</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=1995&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/XxZAt7WfRT8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/free-version-of-comfy-magazine-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/free-version-of-comfy-magazine-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>TV Element Wordpress Theme</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/H_9dtZRQBxs/</link>
		<comments>http://www.designgala.com/tv-element-wordpress-theme/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 09:52:48 +0000</pubDate>
		<dc:creator>Rabi Shrestha</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=1982</guid>
		<description><![CDATA[

This premium TV Element Wordpress theme by Studiopress is specially designed for those who  want to show online videos and clips in the webpage. The theme includes a featured video on the homepage which can display any number of videos with silder, featured category section which displays up to 12 “channels”,  automatic thumbnail [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://www.designgala.com/wp-content/uploads/2010/02/tv-press.jpg" alt="" title="tv-press" width="500" class="alignnone size-full wp-image-1983" /></p>
<p>This premium TV Element Wordpress theme by Studiopress is specially designed for those who  want to show online videos and clips in the webpage. The theme includes a featured video on the homepage which can display any number of videos with silder, featured category section which displays up to 12 “channels”,  automatic thumbnail from the latest post added to that category, a theme options page to easily setup the theme.<br />
<span id="more-1982"></span><br />
<strong><a href="http://www.press75.com/v4/tv-elements-theme-demo/">Click here</a></strong> to see the DEMO </p>
<p><strong>Features</strong></p>
<ul>
<li>Featured video carousel on the homepage</li>
<li>Display any number of featured videos</li>
<li>Theme options page</li>
<li>Display up to 12 “channels” (categories) on the home page</li>
<li>Automatic thumbnails</li>
<li>Drop down navigation menu</li>
<li>Numerous widget areas</li>
<li>Custom widgets for featured content, sidebar ads and related posts</li>
<li>Integrated advertising placements</li>
</ul>
<p><strong>Price: $75</strong><br />
<strong><a href="http://www.press75.com/v4/the-tv-elements-wordpress-theme/"target=" ">Click here</a></strong> to Buy this theme.</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=1982&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/H_9dtZRQBxs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/tv-element-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/tv-element-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>Amazing Wordpress Plugins for Flickr</title>
		<link>http://feedproxy.google.com/~r/DesignGalaBlog/~3/fzSbrjeIiPA/</link>
		<comments>http://www.designgala.com/amazing-wordpress-plugins-for-flickr/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 04:01:31 +0000</pubDate>
		<dc:creator>S@R0Z</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=1955</guid>
		<description><![CDATA[
Flickr, is almost certainly the best online photo management and sharing application in the world.

Like Wordpress, twitter and YouTube seems to be everywhere nowadays, Flickr is also the another for sharing of photos.
WP Plugins for Flickr made it easy to integrate the photos from Flickr directly into our wordpress-blog. Here are some of those you [...]]]></description>
			<content:encoded><![CDATA[
<p><em>Flickr, </em>is almost certainly the best online photo management and sharing application in the world.</p>
<p><img class="alignnone size-full wp-image-1963" src="http://www.designgala.com/wp-content/uploads/2010/02/flikr-to-Wp.jpg" alt="" width="500" /></p>
<blockquote><p>Like Wordpress, twitter and YouTube seems to be everywhere nowadays, Flickr is also the another for sharing of photos.</p></blockquote>
<p>WP Plugins for Flickr made it easy to integrate the photos from Flickr directly into our wordpress-blog. Here are some of those you can integrate into your blog.</p>
<p>1. <a href="http://wordpress.org/extend/plugins/wordpress-flickr-manager/" target="_blank">WordPress Flickr Manager</a></p>
<p>This plugin handles uploading, modifying images on Flickr, and insertion into posts. Inserting images into posts could never have been easier. Simply click on an image from the added <em>&#8216;Flickr Manager&#8217;</em> panel on the edit page and it will automatically be inserted into your post.</p>
<p>URL: <a href="http://wordpress.org/extend/plugins/wordpress-flickr-manager/" target="_blank">http://wordpress.org/extend/plugins/wordpress-flickr-manager/</a></p>
<p>2. <a href="http://tantannoodles.com/toolkit/photo-album/" target="_blank">Flickr Photo Album</a></p>
<p>This Flickr plugin for WordPress will allow you to pull in your Flickr photosets and display them as albums on your WordPress site. There is a pretty simple template provided, but you can customize the templates 100% to match the look and feel of your own site. And if you want, you could also hook it up with Lightbox or any other number of display libraries. This plugin will also add a new Flickr icon to your WordPress edit screen which will allow you to easily insert your Flickr photos into your blog posts with just a couple clicks.</p>
<p>URL: <a href="http://tantannoodles.com/toolkit/photo-album/" target="_blank">http://tantannoodles.com/toolkit/photo-album/</a></p>
<p>3. <a href="http://tgardner.net/wordpress-flickr-manager/" target="_blank">Flickr Manager</a></p>
<p>Wordpress Flickr Manager is an easy to use plugin that seamlessly integrates your Flickr account with your WordPress backend. It replaces the browse panel from previous versions, but legacy mode can be enabled through the options menu. You also have the choice between Highslide and Lightbox.</p>
<p>URL:  <a href="http://tgardner.net/wordpress-flickr-manager/" target="_blank">http://tgardner.net/wordpress-flickr-manager/</a></p>
<p>4. <a href="http://www.webopticon.com/archives/148" target="_blank">Flickr Tag Plugin</a></p>
<p>This plugin downloads all of your Flickr images onto your own server and allows them to appear on your own gallery.</p>
<p>URL: <a href="http://www.webopticon.com/archives/148" target="_blank">http://www.webopticon.com/archives/148</a></p>
<p>5. <a href="http://wordpress.org/extend/plugins/simpleflickr/" target="_blank">SimpleFlickr</a></p>
<p>This is a plugin for Wordpress that allows you to embed a flickr integrated simpleviewer into your Wordpress site. In addition, you are able to specify a path to a standard SimpleViewer XML configuration file to display images from a local gallery.</p>
<p>URL: <a href="http://wordpress.org/simpleflickr/" target="_blank">http://wordpress.org/simpleflickr/</a></p>
<p>6. <a href="http://stimuli.ca/slickr/" target="_blank">Slickr Gallery</a></p>
<p>Slickr Gallery is a very fast, bandwidth-friendly photo gallery plugin for Wordpress. It allows you to pull your Flickr-hosted photos into a gallery section of your blog, as well as easily add Flickr-hosted images to your posts and pages. It is especially useful for people with many Flickr albums/photos.Slickr Gallery needs a Lightbox plugin to work properly.</p>
<p>URL:<a href="http://stimuli.ca/slickr/" target="_blank"> http://stimuli.ca/slickr/</a></p>
<p>7. <a href="http://eightface.com/wordpress/flickrrss/" target="_blank">FlickrRSS</a></p>
<p>This plugin for WordPress allows you to display Flickr photos on your weblog. It supports user, set, favorite, group and community photostreams, and is relatively easy to setup and configure via a settings panel. The plugin also has cache support, allowing you to save thumbnails on your own server.</p>
<p>URL: <a href="http://eightface.com/wordpress/flickrrss/" target="_blank">http://eightface.com/wordpress/flickrrss/</a></p>
<p>8. <a href="http://wordpresssupplies.com/wordpress-plugins/wp-decoratr/" target="_blank">WP Decoratr</a></p>
<p>WP Decoratr automatically finds images relevant to your post content from Flickr to spice up your posts. WP Decoratr is very easy to use and doesn’t need any configuration. It will add a panel on the “Write Post” page. Compose your post as usual and click “Get Images” when you’re done. WP Decoratr will analyse your post content and suggest several matching images. Just click on an image to insert it in your post.</p>
<p>URL:<a href="http://wordpresssupplies.com/wordpress-plugins/wp-decoratr/" target="_blank"> http://wordpresssupplies.com/wordpress-plugins/wp-decoratr/</a></p>
<p>9. <a href="http://wordpress.org/extend/plugins/flickr-tag-cloud-widget/" target="_blank">Flickr Tag Cloud Widget</a></p>
<p>This is plugin for the Widget Sidebar in Wordpress. It will display your flickr tags as a tag cloud in your blog’s sidebar.</p>
<p>URL: <a href="http://wordpress.org/extend/plugins/flickr-tag-cloud-widget/" target="_blank">http://wordpress.org/extend/plugins/flickr-tag-cloud-widget/</a></p>
<p>Try these and make your blog more attractive &amp; interactive.</p>
<p>Cheers !</p>

<img src="http://www.designgala.com/?ak_action=api_record_view&id=1955&type=feed" alt="" /><img src="http://feeds.feedburner.com/~r/DesignGalaBlog/~4/fzSbrjeIiPA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.designgala.com/amazing-wordpress-plugins-for-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.designgala.com/amazing-wordpress-plugins-for-flickr/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.997 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-12 18:29:22 -->
