<?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>Developer Code book &#187; tutorials</title> <atom:link href="http://wordpressapi.com/category/tutorials/feed/" rel="self" type="application/rss+xml" /><link>http://wordpressapi.com</link> <description>Wordpressapi.com is focused on Wordpress API, wordpress news, wordpress themes, wordpress plugins, wordpress tips, wordpress tutorials, wordpress design wordpress templates, wordpress breaking news and web-development. We deliver useful information about wordpress,  wordpress latest trends and wordpress techniques, wordpress useful ideas, wordpress innovative approaches and wordpress tools. Social Media news blog covering cool new websites and social networks: Facebook, Google, Twitter, MySpace and YouTube.  The latest web technology news, via RSS daily.</description> <lastBuildDate>Thu, 09 Sep 2010 10:36:02 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>How to install Mongodb on linux</title><link>http://wordpressapi.com/2010/09/09/how-to-install-mongodb-on-linux/</link> <comments>http://wordpressapi.com/2010/09/09/how-to-install-mongodb-on-linux/#comments</comments> <pubDate>Thu, 09 Sep 2010 10:25:43 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[MySql]]></category> <category><![CDATA[news]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[mongo]]></category> <category><![CDATA[mongodb]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Server]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=5261</guid> <description><![CDATA[Before installing the Mongodb on linux box you need to install following packages on box. [root@sonyk-pc Download]# sudo yum -y install git tcsh scons gcc-c++ glibc-devel [root@sonyk-pc Download]# sudo yum -y install boost-devel pcre-devel js-devel readline-devel [root@sonyk-pc Download]# sudo yum -y install boost-devel-static readline-static ncurses-static For 32bit user use following command [root@sonyk-pc Download]# wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz.....]]></description> <content:encoded><![CDATA[<div
id="_mcePaste"><img
class="alignnone size-full wp-image-5262" title="Mongodb-database" src="http://wordpressapi.com/files/Mongodb-database.jpg" alt="" width="500" height="333" /></div><div></div><div>Before installing the Mongodb on linux box you need to install following packages on box.</div><div
id="_mcePaste">[root@sonyk-pc Download]# sudo yum -y install git tcsh scons gcc-c++ glibc-devel</div><div
id="_mcePaste">[root@sonyk-pc Download]# sudo yum -y install boost-devel pcre-devel js-devel readline-devel</div><div
id="_mcePaste">[root@sonyk-pc Download]# sudo yum -y install boost-devel-static readline-static ncurses-static</div><div
id="_mcePaste">For 32bit user use following command</div><div
id="_mcePaste">[root@sonyk-pc Download]# wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz</div><div
id="_mcePaste">For 64bit use following command</div><div
id="_mcePaste">[root@sonyk-pc Download]# wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-1.6.2.tgz</div><div
id="_mcePaste">[root@sonyk-pc Download]# tar xzf mongodb-linux-i686-1.6.2.tgz</div><div
id="_mcePaste">[root@sonyk-pc Download]#  cd mongodb-linux-i686-1.6.2</div><div
id="_mcePaste">Mongo stores database in data/db folder. so we need to create those folder using following command.</div><div
id="_mcePaste">[root@sonyk-pc mongodb-linux-i686-1.6.2]# sudo mkdir -p /data/db/</div><div
id="_mcePaste">[root@sonyk-pc mongodb-linux-i686-1.6.2]# sudo chown `id -u` /data/db</div><div
id="_mcePaste">Using following command you can start the mongo database.</div><div
id="_mcePaste">[root@sonyk-pc mongodb-linux-i686-1.6.2]# ./bin/mongod</div><div
id="_mcePaste">./bin/mongod &#8211;help for help and startup options</div><div
id="_mcePaste">Thu Sep  9 13:10:55 MongoDB starting : pid=22159 port=27017 dbpath=/data/db/ 32-bit</div><div
id="_mcePaste">** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data</div><div
id="_mcePaste">**       see http://blog.mongodb.org/post/137788967/32-bit-limitations</div><div
id="_mcePaste">Thu Sep  9 13:10:55 db version v1.6.2, pdfile version 4.5</div><div
id="_mcePaste">If you want to create mongodb service in linux then use following steps:</div><div
id="_mcePaste">[root@sonyk-pc Download]# wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz</div><div
id="_mcePaste">[root@sonyk-pc Download]# tar xzf http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz</div><div
id="_mcePaste">[root@sonyk-pc Download]# mv mongodb-linux-i686-1.6.2 /opt/mongodb</div><div
id="_mcePaste">[root@sonyk-pc Download]# mkdir -p /srv/db/mongodb</div><div
id="_mcePaste">[root@sonyk-pc Download]# touch /srv/db/mongodb.log</div><div
id="_mcePaste">[root@sonyk-pc Download]# mkdir /opt/bin/</div><div
id="_mcePaste">[root@sonyk-pc Download]# mkdir /opt/config/</div><div
id="_mcePaste">create the File: /opt/bin/mongodb-stop</div><div
id="_mcePaste">Put following code in that file;</div><div
id="_mcePaste"><pre class="brush: plain;">&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;#!/bin/bash&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;pid=`ps -o pid,command ax | grep mongod | awk '!/awk/ &amp;&amp; !/grep/ {print $1}'`;&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;if [ &quot;${pid}&quot; != &quot;&quot; ]; then&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;kill -2 ${pid};&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;fi&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;</pre></div><div
id="_mcePaste">create the File: /opt/bin/mongodb-start</div><div
id="_mcePaste">Put following code in that file:</div><div
id="_mcePaste"><pre class="brush: plain;">&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;#!/bin/sh&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;/opt/mongodb/bin/mongod --config /opt/config/mongodb \&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;## --upgrade \ ##runs a database upgrade option if needed \&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;</pre></div><div
id="_mcePaste">File: /opt/config/mongodb</div><div
id="_mcePaste">Put following code in that file:</div><div
id="_mcePaste"><pre class="brush: plain;">&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;# Configuration Options for MongoDB&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;#&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;# For More Information, Consider:&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;# - Configuration Parameters: http://www.mongodb.org/display/DOCS/Command+Line+Parameters&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;# - File Based Configuration: http://www.mongodb.org/display/DOCS/File+Based+Configuration&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;dbpath = /srv/db/mongodb&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;logpath = /srv/db/mongodb.log&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;logappend = true&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;bind_ip = 127.0.0.1&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;port = 27017&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;fork = true&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;auth = true&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;# noauth = true&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;</pre></div><div
id="_mcePaste">Do that file as linux executatble</div><div
id="_mcePaste">chmod +x /opt/bin/mongodb-start</div><div
id="_mcePaste">chmod +x /opt/bin/mongodb-stop</div><div
id="_mcePaste">We&#8217;ve also created a very basic &#8220;init script&#8221; as a wrapper around the mongodb-start and mongo-stop scripts described above. You will still need to modify and manage the configuration of your MongoDB server in the files above. This script only provides a means for ensuring that MongoDB will start at boot. Issue the following commands:</div><div
id="_mcePaste">wget http://library.linode.com/databases/mongodb/reference/init-rpm.sh</div><div
id="_mcePaste">mv init-rpm.sh /etc/rc.d/init.d/mongodb</div><div
id="_mcePaste">chmod +x /etc/rc.d/init.d/mongodb /etc/init.d/mongodb</div><div
id="_mcePaste">chkconfig &#8211;add mongodb</div><div
id="_mcePaste">chkconfig &#8211;level 35 mongodb on</div><div
id="_mcePaste">You will also need to create a user and group for mongodb; issue the following command:</div><div
id="_mcePaste"><pre class="brush: plain;">&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;useradd -M -r --home-dir /opt/mongodb mongodb&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;</pre></div><div
id="_mcePaste">Now issue the following command to ensure that the MongoDB user you just created will have access to all required files in the /srv/db/ hierarchy:</div><div
id="_mcePaste">chown mongodb:mongodb -R /srv/db/</div><div
id="_mcePaste">To start and stop MongoDB using the init script, issue the appropriate command from the following:</div><div
id="_mcePaste">/etc/init.d/mongodb start</div><div
id="_mcePaste">/etc/init.d/mongodb stop</div><div
id="_mcePaste">For checking the web admin interface of Mongodb &#8211; listening on port 28017</div><div
id="_mcePaste">Check this URL : http://localhost:28017/</div><p>Before installing the Mongodb on linux box you need to install following packages on box.[root@sonyk-pc Download]# sudo yum -y install git tcsh scons gcc-c++ glibc-devel[root@sonyk-pc Download]# sudo yum -y install boost-devel pcre-devel js-devel readline-devel[root@sonyk-pc Download]# sudo yum -y install boost-devel-static readline-static ncurses-static</p><p>For 32bit user use following command[root@sonyk-pc Download]# wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz<br
/> For 64bit use following command[root@sonyk-pc Download]# wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-1.6.2.tgz</p><p>[root@sonyk-pc Download]# tar xzf mongodb-linux-i686-1.6.2.tgz [root@sonyk-pc Download]#  cd mongodb-linux-i686-1.6.2<br
/> Mongo stores database in data/db folder. so we need to create those folder using following command.<br
/> [root@sonyk-pc mongodb-linux-i686-1.6.2]# sudo mkdir -p /data/db/[root@sonyk-pc mongodb-linux-i686-1.6.2]# sudo chown `id -u` /data/db<br
/> Using following command you can start the mongo database.<br
/> [root@sonyk-pc mongodb-linux-i686-1.6.2]# ./bin/mongod./bin/mongod &#8211;help for help and startup optionsThu Sep  9 13:10:55 MongoDB starting : pid=22159 port=27017 dbpath=/data/db/ 32-bit<br
/> ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data**       see http://blog.mongodb.org/post/137788967/32-bit-limitations<br
/> Thu Sep  9 13:10:55 db version v1.6.2, pdfile version 4.5</p><p>If you want to create mongodb service in linux then use following steps:<br
/> [root@sonyk-pc Download]# wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz [root@sonyk-pc Download]# tar xzf http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz[root@sonyk-pc Download]# mv mongodb-linux-i686-1.6.2 /opt/mongodb[root@sonyk-pc Download]# mkdir -p /srv/db/mongodb[root@sonyk-pc Download]# touch /srv/db/mongodb.log<br
/> [root@sonyk-pc Download]# mkdir /opt/bin/[root@sonyk-pc Download]# mkdir /opt/config/<br
/> create the File: /opt/bin/mongodb-stopPut following code in that file;<pre class="brush: plain;">#!/bin/bash
pid=`ps -o pid,command ax | grep mongod | awk '!/awk/ &amp;&amp; !/grep/ {print $1}'`;if [ &quot;${pid}&quot; != &quot;&quot; ]; then    kill -2 ${pid};fi</pre><p>create the File: /opt/bin/mongodb-startPut following code in that file:<pre class="brush: plain;">#!/bin/sh
/opt/mongodb/bin/mongod --config /opt/config/mongodb \## --upgrade \ ##runs a database upgrade option if needed \</pre><p>File: /opt/config/mongodbPut following code in that file:<pre class="brush: plain;"># Configuration Options for MongoDB## For More Information, Consider:# - Configuration Parameters: http://www.mongodb.org/display/DOCS/Command+Line+Parameters# - File Based Configuration: http://www.mongodb.org/display/DOCS/File+Based+Configuration
dbpath = /srv/db/mongodblogpath = /srv/db/mongodb.loglogappend = true
bind_ip = 127.0.0.1port = 27017fork = true
auth = true# noauth = true</pre><p>Do that file as linux executatblechmod +x /opt/bin/mongodb-startchmod +x /opt/bin/mongodb-stop</p><p>We&#8217;ve also created a very basic &#8220;init script&#8221; as a wrapper around the mongodb-start and mongo-stop scripts described above. You will still need to modify and manage the configuration of your MongoDB server in the files above. This script only provides a means for ensuring that MongoDB will start at boot. Issue the following commands:<br
/> wget http://library.linode.com/databases/mongodb/reference/init-rpm.shmv init-rpm.sh /etc/rc.d/init.d/mongodbchmod +x /etc/rc.d/init.d/mongodb /etc/init.d/mongodbchkconfig &#8211;add mongodbchkconfig &#8211;level 35 mongodb on</p><p>You will also need to create a user and group for mongodb; issue the following command:</p><pre class="brush: plain;">useradd -M -r --home-dir /opt/mongodb mongodb</pre><p>Now issue the following command to ensure that the MongoDB user you just created will have access to all required files in the /srv/db/ hierarchy:<br
/> chown mongodb:mongodb -R /srv/db/<br
/> To start and stop MongoDB using the init script, issue the appropriate command from the following:<br
/> /etc/init.d/mongodb start/etc/init.d/mongodb stop</p><p>For checking the web admin interface of Mongodb &#8211; listening on port 28017Check this URL : http://localhost:28017/</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/09/09/how-to-install-mongodb-on-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Remove the author word from wordpress permalink</title><link>http://wordpressapi.com/2010/09/05/remove-author-word-wordpress-permalink/</link> <comments>http://wordpressapi.com/2010/09/05/remove-author-word-wordpress-permalink/#comments</comments> <pubDate>Sun, 05 Sep 2010 06:21:54 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[tutorials]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[wordpress tutorials]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=5253</guid> <description><![CDATA[In wordpress some people wants to create the community site and they want to create uniqe url for each user. In that time you need to remove the author word from wordpress permalink. Normally when we want to see the author URL then you can see URL as follows. http://website.com/author/username/ If you can want to.....]]></description> <content:encoded><![CDATA[<p><img
src="http://wordpressapi.com/files/Wordpress-API.jpg" alt="" title="Wordpress-API" width="98" height="101" class="alignnone size-full wp-image-5254" /><br
/> In wordpress some people wants to create the community site and they want to create uniqe url for each user. In that time you need to remove the author word from wordpress permalink. Normally when we want to see the author URL then you can see URL as follows.</p><p>http://website.com/author/username/</p><p>If you can want to change the url to following</p><p>http://website.com/username</p><p>then you just need to edit only .htaccess file. Put following line in that file</p><pre><code>RewriteRule ^author/(.+)$ <a rel="nofollow" href="http://www.yourblog.com/$1">http://www.yourblog.com/$1</a> [R=301,L] // change yourblog to website name </code></pre><p>If you dont want to change the .htaccess file and still want to change the perlink structure then open the functions.php file from you wordpress theme folder.</p><pre class="brush: php;">
add_filter('author_link', 'no_author_base', 1000, 2);
function no_author_base($link, $author_id) {
    $link_base = trailingslashit(get_option('home'));
    $link = preg_replace(&quot;|^{$link_base}author/|&quot;, '', $link);
    return $link_base . $link;
}
add_filter('author_rewrite_rules', 'no_author_base_rewrite_rules');
function no_author_base_rewrite_rules($author_rewrite) {
    global $wpdb;
    $author_rewrite = array();
    $authors = $wpdb-&gt;get_results(&quot;SELECT user_nicename AS nicename from $wpdb-&gt;users&quot;);
    foreach($authors as $author) {
        $author_rewrite[&quot;({$author-&gt;nicename})/page/?([0-9]+)/?$&quot;] = 'index.php?author_name=$matches[1]&amp;paged=$matches[2]';
        $author_rewrite[&quot;({$author-&gt;nicename})/?$&quot;] = 'index.php?author_name=$matches[1]';
    }
    return $author_rewrite;
}
</pre>]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/09/05/remove-author-word-wordpress-permalink/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How create install script for drupal module and create tables</title><link>http://wordpressapi.com/2010/09/05/create-install-script-drupal-module-create-tables/</link> <comments>http://wordpressapi.com/2010/09/05/create-install-script-drupal-module-create-tables/#comments</comments> <pubDate>Sun, 05 Sep 2010 05:59:38 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[drupal]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[cms]]></category> <category><![CDATA[drupal tutorials]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=5249</guid> <description><![CDATA[Drupal is most popular CMS in the world for creating the web application. For custom purpose we need to create the drupal modules. We need the custom tables for creating the drupal. In this article I will tell how you can create the sample drupal module with custom two table. When you activate the drupal.....]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-5250" title="drupal-module" src="http://wordpressapi.com/files/drupal-module.jpg" alt="" width="380" height="132" /></p><p>Drupal is most popular CMS in the world for creating the web application. For custom purpose we need to create the drupal modules. We need the custom tables for creating the drupal. In this article I will tell how you can create the sample drupal module with custom two table. When you activate the drupal module then tables which are defined in the module will be get installed. When you unactive the drupal module tables will get deleted from database.</p><p>For creating the drupal module three files are necessary and that as follow:</p><p>1. yourmodule.info (you can use your module name</p><p>2. yourmodule.install</p><p>3. yourmodule.module</p><p>First .info file is important and in that file we will put module related information. mymodule.info file has following content.</p><pre class="brush: php;">

; $Id$
name = My module
description = This module is to test the install feature
core = 6.x
</pre><p>For creating custom tables you can use following code in mymodule.install file.</p><pre class="brush: php;">

&lt;?php
function mymodule_schema() {
 $schema['mymodule_test'] = array(
 'description' =&gt; t('The base table for saved articles.'),
 'fields' =&gt; array(
 'id' =&gt; array(
 'description' =&gt; t('The primary identifier'),
 'type' =&gt; 'int',
 'unsigned' =&gt; TRUE,
 'not null' =&gt; TRUE),
 'uid' =&gt; array(
 'description' =&gt; t('The user identifier.'),
 'type' =&gt; 'int',
 'unsigned' =&gt; TRUE,
 'not null' =&gt; TRUE,
 'default' =&gt; 0),
 'name' =&gt; array(
 'description' =&gt; t('The name.'),
 'type' =&gt; 'varchar',
 'length' =&gt; '100',
 'not null' =&gt; TRUE,
 'not null' =&gt; TRUE),
 ),
 'primary key' =&gt; array('id'),
 );

 $schema['mymodule_test1'] = array(
 'description' =&gt; t('The base table for saved articles.'),
 'fields' =&gt; array(
 'id' =&gt; array(
 'description' =&gt; t('The primary identifier'),
 'type' =&gt; 'int',
 'unsigned' =&gt; TRUE,
 'not null' =&gt; TRUE),
 'uid1' =&gt; array(
 'description' =&gt; t('The user identifier.'),
 'type' =&gt; 'int',
 'unsigned' =&gt; TRUE,
 'not null' =&gt; TRUE,
 'default' =&gt; 0),
 'name' =&gt; array(
 'description' =&gt; t('The name.'),
 'type' =&gt; 'varchar',
 'length' =&gt; '100',
 'not null' =&gt; TRUE,
 'not null' =&gt; TRUE),
 ),
 'primary key' =&gt; array('id'),
 );

 return $schema;
}

function mymodule_install() {
 // Create my tables.
 drupal_install_schema('mymodule');
}

function mymodule_uninstall() {
 // Drop my tables.
 drupal_uninstall_schema('mymodule');
}
?&gt;
</pre><p>.Module file is most important. In this file you can put the code which for you written the module. Now in this file Now I am giving you the sample menu code. mymodule.module file has following content.</p><pre class="brush: php;">

&lt;?php
function mymodule_menu() {

 $items['mymodule'] = array(
 'title' =&gt; 'mymodule View',
 'page callback' =&gt; 'mymodule_view',
 'access arguments' =&gt; array('access content'),
 );

 return $items;
}

function mymodule_view()
{
 return 'test';
}

?&gt;
</pre><p>If you have some more doubts then please content me and comment on this article.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/09/05/create-install-script-drupal-module-create-tables/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Twitter follower count using PHP in WordPress</title><link>http://wordpressapi.com/2010/08/23/twitter-follower-count-php-wordpress/</link> <comments>http://wordpressapi.com/2010/08/23/twitter-follower-count-php-wordpress/#comments</comments> <pubDate>Mon, 23 Aug 2010 18:49:05 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[tutorials]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[wordpress tutorials]]></category> <category><![CDATA[wordpress tips]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=5211</guid> <description><![CDATA[you can easily show twitter follower count in your wordpress site.  You can place the twitter count in header section or footer section or sidebar section of wordpress. In this tutorial we used the twitter xml api for fetching the twitter followers count. Using following code you can print the twitter followers count. &#60;?php $twitter_api.....]]></description> <content:encoded><![CDATA[<p>you can easily show twitter follower count in your wordpress site.  You can place the twitter count in header section or footer section or sidebar section of wordpress. In this tutorial we used the twitter xml api for fetching the twitter followers count.</p><p><img
class="alignnone size-full wp-image-5213" title="twitter" src="http://wordpressapi.com/files/twitter.jpg" alt="" width="214" height="174" /></p><p>Using following code you can print the twitter followers count.</p><pre class="brush: php;">

&lt;?php
$twitter_api = file_get_contents('http://twitter.com/users/show/USERNAME.xml');
$text_output = '&lt;followers_count&gt;'; $end = '&lt;/followers_count&gt;';
$page = $twitter_api;
$explode_content = explode($text_output,$page);
$page = $explode_content[1];
$explode_content = explode($end,$page);
$twitter_followers = $explode_content[0];
if($twitter_followers == '') { $twitter_followers = '0'; }
echo '&lt;div&gt;&lt;strong&gt;'.$twitter_followers.' &lt;/strong&gt; Followers&lt;/div&gt;';

?&gt;
</pre><p>You just need to replace the your name instead of USERNAME.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/08/23/twitter-follower-count-php-wordpress/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>free 1000+ amazing photoshop brushes to increase your creativity</title><link>http://wordpressapi.com/2010/07/22/free-1000-amazing-photoshop-brushes-increase-creativity/</link> <comments>http://wordpressapi.com/2010/07/22/free-1000-amazing-photoshop-brushes-increase-creativity/#comments</comments> <pubDate>Thu, 22 Jul 2010 10:41:51 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[photoshop]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[free photoshop brushes]]></category> <category><![CDATA[photoshop brushes]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4811</guid> <description><![CDATA[Photoshop is a must and the most used image editing, photo retouching software used by beginners and professionals alike. According to our design needs in both category web and graphic designing we mostly prefer some additional tricks as we talking about Adobe Photoshop Brushes, thousands of incredible Photoshop brush sets are over the web, some.....]]></description> <content:encoded><![CDATA[<p>Photoshop is a must and the most used image editing, photo retouching  software used by beginners and professionals alike.</p><p>According to our design needs in both category web and graphic designing  we mostly prefer some additional tricks as we talking about <strong>Adobe  Photoshop</strong> Brushes, thousands of incredible Photoshop brush  sets are over the web, some of Abstract brushes are listened here for  your <strong>design  inspirations</strong>, you can add these patches for your design  needs of abstract typography, abstract floral effects, abstract vectors,  abstract swirls, abstract digital art and other art works which you  want in your design assignments.</p><p>Hope you will follow those resources term and conditions for use these  listed brushes for personal or commercial in projects.</p><h2><a
href="http://rubina119.deviantart.com/art/Beser-Brushes-135682641" target="_blank">Beser Brushes</a> by rubina119</h2><p><a
href="http://rubina119.deviantart.com/art/Beser-Brushes-135682641"><img
class="alignnone size-full wp-image-4812" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-1.jpg" alt="" width="600" height="368" /></a></p><h2><a
href="http://shiftyj.deviantart.com/art/Evasion-Brush-Set-141726932" target="_blank">Evasion Brush Set</a> by ShiftyJ</h2><p><a
href="http://shiftyj.deviantart.com/art/Evasion-Brush-Set-141726932"><img
class="alignnone size-full wp-image-4813" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-2.jpg" alt="" width="600" height="434" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Descent-Brushes-102347569" target="_blank">Descent Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Descent-Brushes-102347569"><img
class="alignnone size-full wp-image-4814" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-3.jpg" alt="" width="600" height="221" /></a></p><h2><a
href="http://m0nica.deviantart.com/art/Crystalline-103146385" target="_blank">Crystalline</a> by m0nica</h2><p><a
href="http://m0nica.deviantart.com/art/Crystalline-103146385"><img
class="alignnone size-full wp-image-4816" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-4.jpg" alt="" width="600" height="292" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Party-Brushes-104996229" target="_blank">Party Brushes</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Party-Brushes-104996229"><img
class="alignnone size-full wp-image-4817" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-5.jpg" alt="" width="600" height="269" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/CS4-Brushes-105283250" target="_blank">CS4 Brushes</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/CS4-Brushes-105283250"><img
class="alignnone size-full wp-image-4818" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-6.jpg" alt="" width="600" height="250" /></a></p><h2><a
href="http://www.youthedesigner.com/2008/12/05/25-abstract-light-free-photoshop-brushes-vol1/" target="_blank">25 Abstract Light Free Photoshop Brushes Vol.1</a> by  You the Designer</h2><p><a
href="http://www.youthedesigner.com/2008/12/05/25-abstract-light-free-photoshop-brushes-vol1/"><img
class="alignnone size-full wp-image-4819" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-7.jpg" alt="" width="600" height="222" /></a></p><h2><a
href="http://deep--blue.deviantart.com/art/Lighting-Brushet-1-19329567" target="_blank">Lighting Brushet 1</a> by deep–blue</h2><p><a
href="http://deep--blue.deviantart.com/art/Lighting-Brushet-1-19329567"><img
class="alignnone size-full wp-image-4820" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-8.jpg" alt="" width="600" height="258" /></a></p><h2><a
href="http://m0nica.deviantart.com/art/motion-87263775" target="_blank">motion</a> by m0nica</h2><p><a
href="http://m0nica.deviantart.com/art/motion-87263775"><img
class="alignnone size-full wp-image-4821" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-9.jpg" alt="" width="600" height="243" /></a></p><h2><a
href="http://beyond-placid.deviantart.com/art/Morphism-98426170" target="_blank">Morphism</a> by Beyond-Placid</h2><p><a
href="http://beyond-placid.deviantart.com/art/Morphism-98426170"><img
class="alignnone size-full wp-image-4822" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-10.jpg" alt="" width="600" height="284" /></a></p><h2><a
href="http://rubina119.deviantart.com/art/Attack-Brushes-100486587" target="_blank">Attack Brushes</a> by rubina119</h2><p><a
href="http://rubina119.deviantart.com/art/Attack-Brushes-100486587"><img
class="alignnone size-full wp-image-4823" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-11.jpg" alt="" width="600" height="329" /></a></p><h2><a
href="http://m0nica.deviantart.com/art/Bitter-76857877" target="_blank">Bitter</a> by m0nica</h2><p><a
href="http://m0nica.deviantart.com/art/Bitter-76857877"><img
class="alignnone size-full wp-image-4824" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-12.jpg" alt="" width="600" height="256" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Phobia-Brushes-95155095" target="_blank">Phobia Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Phobia-Brushes-95155095"><img
class="alignnone size-full wp-image-4825" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-13.jpg" alt="" width="600" height="310" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-2-96242108" target="_blank">Unreal Brushes v.2</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-2-96242108"><img
class="alignnone size-full wp-image-4826" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-14.jpg" alt="" width="600" height="289" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-3-98177249" target="_blank">Unreal Brushes v.3</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-3-98177249"><img
class="alignnone size-full wp-image-4827" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-15.jpg" alt="" width="600" height="287" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Inner-Universe-Brushes-56781481" target="_blank">Inner Universe Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Inner-Universe-Brushes-56781481"><img
class="alignnone size-full wp-image-4835" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-16.jpg" alt="" width="600" height="290" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Life-Brushes-83812716" target="_blank">Life Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Life-Brushes-83812716"><img
class="alignnone size-full wp-image-4836" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-17.jpg" alt="" width="600" height="236" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Darius-Brushes-82766336" target="_blank">Darius Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Darius-Brushes-82766336"><img
class="alignnone size-full wp-image-4838" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-18.jpg" alt="" width="600" height="297" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Winter-Breeze-Brushes-44617350" target="_blank">Winter Breeze Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Winter-Breeze-Brushes-44617350"><img
class="alignnone size-full wp-image-4839" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-19.jpg" alt="" width="600" height="329" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Godspeed-Brushes-77068916" target="_blank">Godspeed Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Godspeed-Brushes-77068916"><img
class="alignnone size-full wp-image-4840" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-20.jpg" alt="" width="600" height="259" /></a></p><h2><a
href="http://forty-winks.deviantart.com/art/Abstract-brush-pack-vol-8-142903400" target="_blank">Abstract brush pack vol. 8</a> by forty-winks</h2><p><a
href="http://forty-winks.deviantart.com/art/Abstract-brush-pack-vol-8-142903400"><img
class="alignnone size-full wp-image-4841" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-21.jpg" alt="" width="600" height="288" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Serenity-Brushes-145435756" target="_blank">Serenity Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Serenity-Brushes-145435756"><img
class="alignnone size-full wp-image-4842" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-22.jpg" alt="" width="600" height="243" /></a></p><h2><a
href="http://shiftyj.deviantart.com/art/Fortune-Brushes-146121507" target="_blank">Fortune Brushes</a> by ShiftyJ</h2><p><a
href="http://shiftyj.deviantart.com/art/Fortune-Brushes-146121507"><img
class="alignnone size-full wp-image-4843" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-23.jpg" alt="" width="600" height="256" /></a></p><h2><a
href="http://disporatik.deviantart.com/art/Veruct-brushes-148035689" target="_blank">Veruct brushes</a> by Disporatik</h2><p><a
href="http://disporatik.deviantart.com/art/Veruct-brushes-148035689"><img
class="alignnone size-full wp-image-4844" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-24.jpg" alt="" width="600" height="322" /></a></p><h2><a
href="http://forty-winks.deviantart.com/art/Abstract-brush-pack-vol-10-152031718" target="_blank">Abstract brush pack vol. 10</a> by forty-winks</h2><p><a
href="http://forty-winks.deviantart.com/art/Abstract-brush-pack-vol-10-152031718"><img
class="alignnone size-full wp-image-4845" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-25.jpg" alt="" width="600" height="286" /></a></p><h2><a
href="http://www.psdbox.com/brushes/cosmic-lights-30-photoshop-brushes" target="_blank">Cosmic Lights</a> by PSD Box</h2><p><a
href="http://www.psdbox.com/brushes/cosmic-lights-30-photoshop-brushes"><img
class="alignnone size-full wp-image-4846" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-26.jpg" alt="" width="600" height="266" /></a></p><h2><a
href="http://revn89.deviantart.com/art/Revnart-Smoke-157539216" target="_blank">Revnart Smoke</a> by revn89</h2><p><a
href="http://revn89.deviantart.com/art/Revnart-Smoke-157539216"><img
class="alignnone size-full wp-image-4847" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-27.jpg" alt="" width="600" height="344" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Dimension-Brushes-160766376" target="_blank">Dimension Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Dimension-Brushes-160766376"><img
class="alignnone size-full wp-image-4848" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-28.jpg" alt="" width="600" height="368" /></a></p><h2><a
href="http://env1ro.deviantart.com/art/extremelyABSTRACT-115260981" target="_blank">extremelyABSTRACT</a> by env1ro</h2><p><a
href="http://env1ro.deviantart.com/art/extremelyABSTRACT-115260981"><img
class="alignnone size-full wp-image-4849" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-29.jpg" alt="" width="600" height="232" /></a></p><h2><a
href="http://megatron-fx.deviantart.com/art/absbrushes-42106759" target="_blank">absbrushes</a> by megatron-fx</h2><p><a
href="http://megatron-fx.deviantart.com/art/absbrushes-42106759"><img
class="alignnone size-full wp-image-4850" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-30.jpg" alt="" width="600" height="272" /></a></p><h2><a
href="http://rubina119.deviantart.com/art/Ecol-Brushes-123841803" target="_blank">Ecol Brushes</a> by rubina119</h2><p><a
href="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-31.jpg"></a><a
href="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-311.jpg"></a><a
href="http://rubina119.deviantart.com/art/Ecol-Brushes-123841803"><img
class="alignnone size-full wp-image-4853" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-312.jpg" alt="" width="600" height="382" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Raging-Dawn-Brushes-125525671" target="_blank">Raging Dawn Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Raging-Dawn-Brushes-125525671"><img
class="alignnone size-full wp-image-4854" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-32.jpg" alt="" width="600" height="201" /></a></p><h2><a
href="http://www.freshemedia.com/gradient-shape-brushes/" target="_blank">Gradient Shape Brushes</a> by Fresh eMedia</h2><p><a
href="http://www.freshemedia.com/gradient-shape-brushes/"><img
class="alignnone size-full wp-image-4855" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-33.jpg" alt="" width="600" height="416" /></a></p><h2><a
href="http://rubina119.deviantart.com/art/Abstract-Brushes-Vol-8-142607637" target="_blank">Abstract Brushes Vol 8</a> by ~rubina119</h2><p><a
href="http://rubina119.deviantart.com/art/Abstract-Brushes-Vol-8-142607637"><img
class="alignnone size-full wp-image-4856" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-34.jpg" alt="" width="600" height="228" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Silicon-Brushes-128326608" target="_blank">Silicon Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Silicon-Brushes-128326608"><img
class="alignnone size-full wp-image-4857" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-35.jpg" alt="" width="600" height="271" /></a></p><h2><a
href="http://www.freshemedia.com/28-abstract-curves-brushes/" target="_blank">28 Abstract Curves Brushes</a> by Fresh eMedia</h2><p><a
href="http://www.freshemedia.com/28-abstract-curves-brushes/"><img
class="alignnone size-full wp-image-4858" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-36.jpg" alt="" width="600" height="386" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Christmas-Brushes-107232708" target="_blank">Christmas Brushes</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Christmas-Brushes-107232708"><img
class="alignnone size-full wp-image-4859" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-37.jpg" alt="" width="600" height="237" /></a></p><h2><a
href="http://rubina119.deviantart.com/art/Abstract-Brushes-VOL-7-108006665" target="_blank">Abstract Brushes VOL 7</a> by rubina119</h2><p><a
href="http://rubina119.deviantart.com/art/Abstract-Brushes-VOL-7-108006665"><img
class="alignnone size-full wp-image-4860" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-39.jpg" alt="" width="600" height="300" /></a></p><h2><a
href="http://ihea.deviantart.com/art/Neutron-Collapse-Brushset-HQ-84841480" target="_blank">Neutron-Collapse Brushset HQ</a> by IHEA</h2><p><a
href="http://ihea.deviantart.com/art/Neutron-Collapse-Brushset-HQ-84841480"><img
class="alignnone size-full wp-image-4861" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-40.jpg" alt="" width="600" height="242" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Enigma-Brushes-115406668" target="_blank">Enigma Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Enigma-Brushes-115406668"><img
class="alignnone size-full wp-image-4862" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-401.jpg" alt="" width="600" height="288" /></a></p><h2><a
href="http://rubina119.deviantart.com/art/Radial-Brushes-114806223" target="_blank">Radial Brushes</a> by rubina119</h2><p><a
href="http://rubina119.deviantart.com/art/Radial-Brushes-114806223"><img
class="alignnone size-full wp-image-4863" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-41.jpg" alt="" width="600" height="328" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Quantum-Brushes-101759060" target="_blank">Quantum Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Quantum-Brushes-101759060"><img
class="alignnone size-full wp-image-4864" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-42.jpg" alt="" width="600" height="228" /></a></p><h2><a
href="http://javierzhx.deviantart.com/art/A-b-s-t-r-a-c-t-i-o-n-32828735" target="_blank">A b s t r a c t i o n</a> by JavierZhX</h2><p><a
href="http://javierzhx.deviantart.com/art/A-b-s-t-r-a-c-t-i-o-n-32828735"><img
class="alignnone size-full wp-image-4865" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-43.jpg" alt="" width="600" height="272" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-4-99075281" target="_blank">Unreal Brushes v.4</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-4-99075281"><img
class="alignnone size-full wp-image-4866" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-44.jpg" alt="" width="600" height="292" /></a></p><h2><a
href="http://rubina119.deviantart.com/art/Bluyow-Brushes-85875463" target="_blank">Bluyow Brushes</a> by rubina119</h2><p><a
href="http://rubina119.deviantart.com/art/Bluyow-Brushes-85875463"><img
class="alignnone size-full wp-image-4867" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-45.jpg" alt="" width="600" height="240" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Refresh-Brushes-89295801" target="_blank">Refresh Brushes</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Refresh-Brushes-89295801"><img
class="alignnone size-full wp-image-4868" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-46.jpg" alt="" width="600" height="256" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-1-95300685" target="_blank">Unreal Brushes v.1</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Unreal-Brushes-v-1-95300685"><img
class="alignnone size-full wp-image-4869" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-47.jpg" alt="" width="600" height="297" /></a></p><h2><a
href="http://forty-winks.deviantart.com/art/Abstract-brush-pack-vol-7-141754084" target="_blank">Abstract brush pack vol. 7</a> by forty-winks</h2><p><a
href="http://forty-winks.deviantart.com/art/Abstract-brush-pack-vol-7-141754084"><img
class="alignnone size-full wp-image-4870" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-48.jpg" alt="" width="600" height="300" /></a></p><h2><a
href="http://edelihu.deviantart.com/art/Century-Brushes-89806966" target="_blank">Century Brushes</a> by Edelihu</h2><p><a
href="http://edelihu.deviantart.com/art/Century-Brushes-89806966"><img
class="alignnone size-full wp-image-4871" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-49.jpg" alt="" width="600" height="237" /></a></p><h2><a
href="http://axeraider70.deviantart.com/art/Hyper-Brushes-96351497" target="_blank">Hyper Brushes</a> by Axeraider70</h2><p><a
href="http://axeraider70.deviantart.com/art/Hyper-Brushes-96351497"><img
class="alignnone size-full wp-image-4872" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-50.jpg" alt="" width="600" height="299" /></a></p><h2><a
href="http://deep--blue.deviantart.com/art/Lighting-Brushset-2-19859077" target="_blank">Lighting Brushset 2</a> by deep–blue</h2><p><a
href="http://deep--blue.deviantart.com/art/Lighting-Brushset-2-19859077"><img
class="alignnone size-full wp-image-4873" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-51.jpg" alt="" width="600" height="268" /></a></p><h2><a
href="http://shiftyj.deviantart.com/art/Euphoria-Brushes-Brush-Pack-134802781" target="_blank">Euphoria Brushes</a> – Brush Pack by ShiftyJ</h2><p><a
href="http://shiftyj.deviantart.com/art/Euphoria-Brushes-Brush-Pack-134802781"><img
class="alignnone size-full wp-image-4874" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-52.jpg" alt="" width="600" height="324" /></a></p><h2><a
href="http://shiftyj.deviantart.com/art/Kinetic-Brush-Set-137337448" target="_blank">Kinetic Brush Set</a> by ShiftyJ</h2><p><a
href="http://shiftyj.deviantart.com/art/Kinetic-Brush-Set-137337448"><img
class="alignnone size-full wp-image-4875" src="http://wordpressapi.com/files/photoshop-brushes-for-increase-your-creativity-53.jpg" alt="" width="600" height="247" /></a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/22/free-1000-amazing-photoshop-brushes-increase-creativity/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>60+ latest photoshop tutorials in 2010</title><link>http://wordpressapi.com/2010/07/20/50-latest-photoshp-tutorials-2010/</link> <comments>http://wordpressapi.com/2010/07/20/50-latest-photoshp-tutorials-2010/#comments</comments> <pubDate>Tue, 20 Jul 2010 05:10:15 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[photoshop]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[photoshop effects]]></category> <category><![CDATA[photoshop tutorials]]></category> <category><![CDATA[photoshop tutorials 2010]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4666</guid> <description><![CDATA[In this post we are brought to you beautiful &#38; creative 60+ photoshop tutorials. Just follow them and increase your creativity. 1: How to Create a Greek Mythology Inspired Photo Manipulation 2: Create an Angelic Sculpture Made of Ice in Photoshop 3: Easy HDR Technique by Cristian Iancu 4: Create a Magical Four Piece Stardust.....]]></description> <content:encoded><![CDATA[<p>In this post we are brought to you beautiful &amp; creative 60+ photoshop tutorials.</p><p>Just follow them and increase your creativity.</p><h2>1: <a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-create-a-greek-mythology-inspired-photo-manipulation/" target="_blank">How  to Create a Greek Mythology Inspired Photo Manipulation </a></h2><p><a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-create-a-greek-mythology-inspired-photo-manipulation/"><img
class="alignnone size-full wp-image-4672" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-1.jpg" alt="" width="600" height="753" /></a></p><h2>2: <a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-an-angelic-sculpture-made-of-ice-in-photoshop/" target="_blank">Create  an Angelic Sculpture Made of Ice in Photoshop </a></h2><p><a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-an-angelic-sculpture-made-of-ice-in-photoshop/"><img
class="alignnone size-full wp-image-4673" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-2.jpg" alt="" width="600" height="356" /></a></p><h2>3: <a
href="http://abduzeedo.com/reader-tutorial-easy-hdr-technique-cristian-iancu" target="_blank">Easy  HDR Technique by Cristian Iancu</a></h2><p><a
href="http://abduzeedo.com/reader-tutorial-easy-hdr-technique-cristian-iancu"><img
class="alignnone size-full wp-image-4674" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-3.jpg" alt="" width="600" height="376" /></a></p><h2>4: <a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/create-a-magical-four-piece-stardust-composition-basix/" target="_blank">Create  a Magical Four Piece Stardust Composition</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/create-a-magical-four-piece-stardust-composition-basix/"><img
class="alignnone size-full wp-image-4675" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-4.jpg" alt="" width="600" height="330" /></a></p><h2>5: <a
href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-a-digital-camera-with-wooden-accents-using-photoshop/" target="_blank">Create  a Digital Camera With Wooden Accents Using Photoshop </a></h2><p><a
href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-a-digital-camera-with-wooden-accents-using-photoshop/"><img
class="alignnone size-full wp-image-4676" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-5.jpg" alt="" width="600" height="449" /></a></p><h2>6: <a
href="http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-highly-detailed-hi-tech-power-button-basix/" target="_blank">How  to Create a Highly Detailed Hi-Tech Power Button </a></h2><p><a
href="http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-highly-detailed-hi-tech-power-button-basix/"><img
class="alignnone size-full wp-image-4677" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-6.jpg" alt="" width="600" height="467" /></a></p><h2>7: <a
href="http://psd.tutsplus.com/tutorials/drawing/concept-art-create-a-sci-fi-interior-using-digital-painting-techniques/" target="_blank">Concept  Art: Create a Sci-Fi Interior Using Digital Painting Techniques </a></h2><p><a
href="http://psd.tutsplus.com/tutorials/drawing/concept-art-create-a-sci-fi-interior-using-digital-painting-techniques/"><img
class="alignnone size-full wp-image-4679" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-7.jpg" alt="" width="600" height="246" /></a></p><h2>8: <a
href="http://psd.tutsplus.com/tutorials/create-a-shiny-psdtuts-folder-icon-in-photoshop/" target="_blank">Create  a Shiny Psdtuts+ Folder Icon in Photoshop</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/create-a-shiny-psdtuts-folder-icon-in-photoshop/"><img
class="alignnone size-full wp-image-4682" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-8.jpg" alt="" width="600" height="412" /></a></p><h2>9: <a
href="http://abduzeedo.com/3d-water-text-effect-repouss%C3%A9-photoshop-cs5" target="_blank">3D Water Text Effect with Repoussé in Photoshop CS5</a></h2><p><a
href="http://wordpressapi.com/files/best-photoshop-tutorials-2010-9.jpg"><img
class="alignnone size-full wp-image-4687" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-9.jpg" alt="" width="600" height="290" /></a></p><h2>10: <a
href="http://abduzeedo.com/playing-inflate-repouss%C3%A9-photoshop-cs5-extended" target="_blank">Playing with Inflate in Repoussé in Photoshop CS5 Extended</a></h2><p><a
href="http://abduzeedo.com/playing-inflate-repouss%C3%A9-photoshop-cs5-extended"><img
class="alignnone size-full wp-image-4688" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-10.jpg" alt="" width="600" height="376" /></a></p><h2>11: <a
href="http://abduzeedo.com/reader-tutorial-mixing-brushes-and-layers-photoshop-josh-overton" target="_blank">Mixing Brushes and Layers in Photoshop by Josh Overton</a></h2><p><a
href="http://abduzeedo.com/reader-tutorial-mixing-brushes-and-layers-photoshop-josh-overton"><img
class="alignnone size-full wp-image-4689" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-11.jpg" alt="" width="600" height="376" /></a></p><h2>12: <a
href="http://abduzeedo.com/3d-type-repouss%C3%A9-photoshop-cs5-extended" target="_blank">3D Type with Repoussé in Photoshop CS5 Extended</a></h2><p><a
href="http://abduzeedo.com/3d-type-repouss%C3%A9-photoshop-cs5-extended"><img
class="alignnone size-full wp-image-4690" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-12.jpg" alt="" width="600" height="376" /></a></p><h2>13: <a
href="http://abduzeedo.com/clash-titans-text-effect-photoshop" target="_blank">Clash of the Titans Text Effect in Photoshop</a></h2><p><a
href="http://abduzeedo.com/clash-titans-text-effect-photoshop"><img
class="alignnone size-full wp-image-4691" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-13.jpg" alt="" width="600" height="376" /></a></p><h2>14: <a
href="http://abduzeedo.com/melting-girl-photoshop" target="_blank">Melting Girl in Photoshop</a></h2><p><a
href="http://abduzeedo.com/melting-girl-photoshop"><img
class="alignnone size-full wp-image-4692" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-14.jpg" alt="" width="600" height="376" /></a></p><h2>15: <a
title="Permanent Link to how to create haunted castle movie poster using photoshop" rel="bookmark" href="../create-haunted-castle-movie-poster-photoshop/">haunted castle movie poster</a></h2><h2><a
href="http://wordpressapi.com/create-haunted-castle-movie-poster-photoshop/"><img
class="alignnone size-full wp-image-4693" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-15.jpg" alt="" width="600" height="780" /></a></h2><h2>16: <a
href="http://abduzeedo.com/super-easy-neon-style-photoshop-screencast" target="_blank">Super Easy Neon Style in Photoshop &#8211; Screencast</a></h2><p><a
href="http://abduzeedo.com/super-easy-neon-style-photoshop-screencast"><img
class="alignnone size-full wp-image-4694" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-16.jpg" alt="" width="600" height="376" /></a></p><h2>17: <a
href="http://abduzeedo.com/photoshop-quick-tips-neon-layer-styles" target="_blank">Photoshop Quick Tips: Neon with Layer Styles</a></h2><p><a
href="http://abduzeedo.com/photoshop-quick-tips-neon-layer-styles"><img
class="alignnone size-full wp-image-4695" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-17.jpg" alt="" width="600" height="257" /></a></p><h2>18: <a
href="http://abduzeedo.com/super-easy-typographic-portrait-photoshop" target="_blank">Super Easy Typographic Portrait in Photoshop</a></h2><p><a
href="http://abduzeedo.com/super-easy-typographic-portrait-photoshop"><img
class="alignnone size-full wp-image-4696" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-18.jpg" alt="" width="600" height="344" /></a></p><h2>19: <a
href="http://abduzeedo.com/lost-space-typography-photoshop" target="_blank">Lost in Space Typography in Photoshop</a></h2><p><a
href="http://abduzeedo.com/lost-space-typography-photoshop"><img
class="alignnone size-full wp-image-4697" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-19.jpg" alt="" width="600" height="270" /></a></p><h2>20: <a
title="Permanent Link to how to create water drops using photoshop cs3" rel="bookmark" href="../create-water-drops-photoshop-cs3-3/">create water drops </a></h2><p><a
href="http://wordpressapi.com/create-water-drops-photoshop-cs3-3/"><img
class="alignnone size-full wp-image-4698" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-20.jpg" alt="" width="600" height="429" /></a></p><h2>21: <a
href="http://abduzeedo.com/reader-tutorial-easy-digital-painting-illustration-photoshop" target="_blank">Easy Digital Painting Illustration in Photoshop</a></h2><p><a
href="http://abduzeedo.com/reader-tutorial-easy-digital-painting-illustration-photoshop"><img
class="alignnone size-full wp-image-4701" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-21.jpg" alt="" width="600" height="376" /></a></p><h2>22: <a
href="http://abduzeedo.com/abduzeedo-2010-light-effects-photoshop" target="_blank">Abduzeedo 2010 Light Effects in Photoshop</a></h2><p><a
href="http://abduzeedo.com/abduzeedo-2010-light-effects-photoshop"><img
class="alignnone size-full wp-image-4702" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-22.jpg" alt="" width="600" height="376" /></a></p><h2>23: <a
href="http://abduzeedo.com/reader-tutorial-wind-blow-francesco-di-pietro" target="_blank">Wind Blow by Francesco di Pietro</a></h2><p><a
href="http://abduzeedo.com/reader-tutorial-wind-blow-francesco-di-pietro"><img
class="alignnone size-full wp-image-4703" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-23.jpg" alt="" width="600" height="282" /></a></p><h2>24: <a
href="http://abduzeedo.com/very-easy-heroes-eclipse-photoshop-screencast" target="_blank">Very Easy Heroes Eclipse in Photoshop &#8211; Screencast</a></h2><p><a
href="http://abduzeedo.com/very-easy-heroes-eclipse-photoshop-screencast"><img
class="alignnone size-full wp-image-4704" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-24.jpg" alt="" width="600" height="376" /></a></p><h2>25: <a
href="http://psd.tutsplus.com/tutorials/drawing/create-a-knife-in-photoshop-screencast/" target="_blank">Create a Knife in Photoshop – Screencast</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/drawing/create-a-knife-in-photoshop-screencast/"><img
class="alignnone size-full wp-image-4705" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-25.jpg" alt="" width="600" height="457" /></a></p><h2>26: <a
href="http://psd.tutsplus.com/tutorials/drawing/create-a-realistic-soda-bottle-in-photoshop/" target="_blank">Create a Realistic Soda Bottle in Photoshop</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/drawing/create-a-realistic-soda-bottle-in-photoshop/"><img
class="alignnone size-full wp-image-4706" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-26.jpg" alt="" width="600" height="491" /></a></h2><h2>27: <a
href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-a-retro-urban-gig-poster-in-photoshop-screencast/" target="_blank">Create a Retro Urban Gig Poster in Photoshop – Screencast</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/designing-tutorials/create-a-retro-urban-gig-poster-in-photoshop-screencast/"><img
class="alignnone size-full wp-image-4707" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-27.jpg" alt="" width="600" height="662" /></a></h2><h2>28: <a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-create-a-nuclear-disaster-landscape-basix/" target="_blank">How to Create a Nuclear Disaster Landscape – Basix</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-create-a-nuclear-disaster-landscape-basix/"><img
class="alignnone size-full wp-image-4708" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-28.jpg" alt="" width="600" height="331" /></a></p><h2>29: <a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-beautiful-and-dramatic-scene-with-photo-manipulations-basix/" target="_blank">Create a Beautiful and Dramatic Scene With Photo Manipulations – Basix</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/create-a-beautiful-and-dramatic-scene-with-photo-manipulations-basix/"><img
class="alignnone size-full wp-image-4709" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-29.jpg" alt="" width="600" height="589" /></a></p><h2>30: <a
title="Permanent Link to how to create glossy buttons for website using photoshop" rel="bookmark" href="../create-mac-osx-buttons-website-photoshop/">glossy buttons for website using photoshop</a></h2><p><a
href="http://wordpressapi.com/create-mac-osx-buttons-website-photoshop/"><img
class="alignnone size-full wp-image-4710" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-30.jpg" alt="" width="600" height="468" /></a></p><h2>31: <a
href="http://psd.tutsplus.com/tutorials/create-a-chalkboard-icon-using-photoshop-and-iconbuilder-screencast/" target="_blank">Create a Chalkboard Icon Using Photoshop and IconBuilder – Screencast</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/create-a-chalkboard-icon-using-photoshop-and-iconbuilder-screencast/"><img
class="alignnone size-full wp-image-4712" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-31.jpg" alt="" width="600" height="298" /></a></h2><h2>32: <a
href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/quick-tip-create-metallic-text-on-a-concrete-background/" target="_blank">Quick Tip: Create Metallic Text on a Concrete Background</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/quick-tip-create-metallic-text-on-a-concrete-background/"><img
class="alignnone size-full wp-image-4713" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-32.jpg" alt="" width="600" height="251" /></a></h2><h2>33: <a
href="http://psd.tutsplus.com/tutorials/drawing/create-a-photo-realistic-usb-cable-in-photoshop/" target="_blank">Create a Photo Realistic USB Cable in Photoshop</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/drawing/create-a-photo-realistic-usb-cable-in-photoshop/"><img
class="alignnone size-full wp-image-4714" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-33.jpg" alt="" width="600" height="222" /></a></p><h2>34: <a
href="http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-sleek-and-stylish-mp3-player-in-photoshop/" target="_blank">Create a Sleek and Stylish MP3 Player in Photoshop</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-sleek-and-stylish-mp3-player-in-photoshop/"><img
class="alignnone size-full wp-image-4715" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-34.jpg" alt="" width="600" height="256" /></a></h2><h2>35: <a
title="Permanent Link to how to convert photo in a hollywood movie poster using photoshop" rel="bookmark" href="../convert-photo-hollywood-movie-poster-photoshop/">convert photo in a hollywood movie poster using photoshop</a></h2><p><a
href="http://wordpressapi.com/convert-photo-hollywood-movie-poster-photoshop/"><img
class="alignnone size-full wp-image-4716" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-35.jpg" alt="" width="600" height="653" /></a></p><h2>36: <a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/create-a-bulletin-board-with-realistic-shadows-part-1-basix/" target="_blank">Create a Bulletin Board With Realistic Shadows</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/create-a-bulletin-board-with-realistic-shadows-part-1-basix/"><img
class="alignnone size-full wp-image-4718" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-36.jpg" alt="" width="600" height="400" /></a></p><h2>37: <a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/turn-a-flawless-blonde-beauty-into-a-sword-wielding-fantasy-action-hero/" target="_blank">Turn a Flawless Blonde Beauty Into a Sword-Wielding Fantasy Action Hero</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/turn-a-flawless-blonde-beauty-into-a-sword-wielding-fantasy-action-hero/"><img
class="alignnone size-full wp-image-4719" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-37.jpg" alt="" width="600" height="360" /></a></h2><h2>38: <a
href="http://psd.tutsplus.com/tutorials/drawing/how-to-draw-a-watch-in-photoshop/" target="_blank">How to Draw a Watch in Photoshop</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/drawing/how-to-draw-a-watch-in-photoshop/"><img
class="alignnone size-full wp-image-4720" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-38.jpg" alt="" width="600" height="613" /></a></h2><h2>39: <a
href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-an-incredible-typographic-illustration-part-1/" target="_blank">How to Create an Incredible Typographic Illustration</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-an-incredible-typographic-illustration-part-1/"><img
class="alignnone size-full wp-image-4721" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-39.jpg" alt="" width="600" height="288" /></a></p><h2>40: <a
title="Permanent Link to how to convert a photo into polaroid effect using photoshop" rel="bookmark" href="../convert-photo-polaroid-effect-photoshop/">convert a photo into polaroid effect using photoshop</a></h2><p><a
href="http://wordpressapi.com/convert-photo-polaroid-effect-photoshop/"><img
class="alignnone size-full wp-image-4722" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-40.jpg" alt="" width="600" height="405" /></a></p><h2>41: <a
href="http://psd.tutsplus.com/tutorials/create-a-cardboard-box-filled-with-glossy-icons/" target="_blank">Create a Cardboard Box Filled With Glossy Icons</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/create-a-cardboard-box-filled-with-glossy-icons/"><img
class="alignnone size-full wp-image-4724" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-41.jpg" alt="" width="600" height="479" /></a></h2><h2>42: <a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/create-a-dark-and-surreal-poster-using-your-own-portrait/" target="_blank">Create a Dark and Surreal Poster Using Your Own Portrait</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/create-a-dark-and-surreal-poster-using-your-own-portrait/"><img
class="alignnone size-full wp-image-4725" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-42.jpg" alt="" width="600" height="622" /></a></p><h2>43: <a
href="http://psd.tutsplus.com/tutorials/illustration/make-a-freezing-cold-snow-themed-abstract-piece/" target="_blank">Make a Freezing Cold Snow-themed Abstract Piece</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/illustration/make-a-freezing-cold-snow-themed-abstract-piece/"><img
class="alignnone size-full wp-image-4726" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-43.jpg" alt="" width="600" height="844" /></a></h2><h2>44: <a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-stylish-media-player-in-photoshop/" target="_blank">How to Create a Stylish Media Player in Photoshop</a></h2><p><a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-stylish-media-player-in-photoshop/"><img
class="alignnone size-full wp-image-4727" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-44.jpg" alt="" width="600" height="650" /></a></p><h2>45: <a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-realistic-fountain-pen/" target="_blank">How to Create a Realistic Fountain Pen</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-realistic-fountain-pen/"><img
class="alignnone size-full wp-image-4729" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-45.jpg" alt="" width="600" height="600" /></a></h2><h2>46: <a
href="http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-shiny-paint-bucket-icon/" target="_blank">How to Create a Shiny Paint Bucket Icon</a></h2><h2><a
href="http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-shiny-paint-bucket-icon/"><img
class="alignnone size-full wp-image-4730" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-46.jpg" alt="" width="600" height="600" /></a></h2><h2>47: <a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-stylish-pair-of-headphones/" target="_blank">How  to Create a Stylish Pair of Headphones </a></h2><p><a
href="http://psd.tutsplus.com/tutorials/tutorials-effects/how-to-create-a-stylish-pair-of-headphones/"><img
class="alignnone size-full wp-image-4732" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-47.jpg" alt="" width="600" height="446" /></a></p><h2>48: <a
title="Create a Fantastic Abstract Fan Poster" href="http://www.tutorial9.net/photoshop/create-a-fantastic-abstract-fan-poster/" target="_blank">Create a Fantastic  Abstract Fan Poster</a></h2><p><a
href="http://www.tutorial9.net/photoshop/create-a-fantastic-abstract-fan-poster/"><img
class="alignnone size-full wp-image-4733" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-48.jpg" alt="" width="600" height="260" /></a></p><h2>49: <a
title="Create an Abstract Cloud Jumper in Photoshop" href="http://www.tutorial9.net/photoshop/create-an-abstract-cloud-jumper-in-photoshop/" target="_blank">Create an Abstract  Cloud Jumper in Photoshop</a></h2><p><a
href="http://www.tutorial9.net/photoshop/create-an-abstract-cloud-jumper-in-photoshop/"><img
class="alignnone size-full wp-image-4734" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-49.jpg" alt="" width="600" height="260" /></a></p><h2>50: <a
href="http://10steps.sg/photoshop/create-a-face-paint-dripping-effect/" target="_blank">Create  a Face Paint Dripping Effect</a></h2><p><a
href="//10steps.sg/photoshop/create-a-face-paint-dripping-effect/"><img
class="alignnone size-full wp-image-4735" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-50.jpg" alt="" width="600" height="398" /></a></p><h2>51: <a
href="http://design.creativefan.com/create-a-vibrant-colorful-alcohol-product-ad/" target="_blank">Create  a Vibrant Colorful Alcohol Product Ad in Photoshop</a></h2><p><a
href="http://design.creativefan.com/create-a-vibrant-colorful-alcohol-product-ad/"><img
class="alignnone size-full wp-image-4737" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-51.jpg" alt="" width="600" height="727" /></a></p><h2>52: <a
href="http://design.creativefan.com/achieve-brilliant-lighting-effects/" target="_blank">Achieve  Brilliant Lighting Effects in Photoshop</a></h2><p><a
href="http://design.creativefan.com/achieve-brilliant-lighting-effects/"><img
class="alignnone size-full wp-image-4738" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-52.jpg" alt="" width="600" height="467" /></a></p><h2>53: <a
href="http://design.creativefan.com/combine-renders-and-light-effects-for-awesome-results/" target="_blank">Combine  Renders and Light Effects for Awesome Results</a></h2><p><a
href="http://design.creativefan.com/combine-renders-and-light-effects-for-awesome-results/"><img
class="alignnone size-full wp-image-4739" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-53.jpg" alt="" width="600" height="790" /></a></p><h2>54: <a
href="http://design.creativefan.com/design-an-underwater-omega-code-poster/" target="_blank">Design  an Underwater Omega Code Poster</a></h2><p><a
href="http://design.creativefan.com/design-an-underwater-omega-code-poster/"><img
class="alignnone size-full wp-image-4740" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-54.jpg" alt="" width="600" height="709" /></a></p><h2>55: <a
href="http://design.creativefan.com/create-a-beautiful-3d-text-composition/" target="_blank">Create  A Beautiful 3D Text Composition</a></h2><p><a
href="http://design.creativefan.com/create-a-beautiful-3d-text-composition/"><img
class="alignnone size-full wp-image-4741" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-55.jpg" alt="" width="600" height="339" /></a></p><h2>56: <a
href="http://wegraphics.net/tutorials/photoshop/create-a-funny-wooden-type-treatment-in-photoshop/" target="_blank">Create  a Funny Wooden Type Treatment in Photoshop</a></h2><p><a
href="http://wegraphics.net/tutorials/photoshop/create-a-funny-wooden-type-treatment-in-photoshop/"><img
class="alignnone size-full wp-image-4742" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-56.jpg" alt="" width="600" height="318" /></a></p><h2>57: <a
href="http://wegraphics.net/tutorials/photoshop/how-to-create-a-retro-style-text-effect-in-cinema-4d-and-photoshop/" target="_blank">How  to create a retro-style text effect in Cinema 4D and Photoshop</a></h2><p><a
href="http://wegraphics.net/tutorials/photoshop/how-to-create-a-retro-style-text-effect-in-cinema-4d-and-photoshop/"><img
class="alignnone size-full wp-image-4743" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-57.jpg" alt="" width="600" height="293" /></a></p><h2>58: <a
href="http://wegraphics.net/tutorials/photoshop/jungle-3d-text-in-photoshop/" target="_blank">Jungle  3D text in Photoshop</a></h2><p><a
href="http://wegraphics.net/tutorials/photoshop/jungle-3d-text-in-photoshop/"><img
class="alignnone size-full wp-image-4744" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-58.jpg" alt="" width="600" height="294" /></a></p><h2>59: <a
href="http://designinstruct.com/drawing-illustration/draw-a-3d-umbrella-with-photoshop/" target="_blank">Draw  a 3D Umbrella with Photoshop</a></h2><p><a
href="http://designinstruct.com/drawing-illustration/draw-a-3d-umbrella-with-photoshop/"><img
class="alignnone size-full wp-image-4745" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-59.jpg" alt="" width="600" height="557" /></a></p><h2>60: <a
href="http://designinstruct.com/digital-art/photo-manipulation/surreal-3d-outdoor-room-scene-photoshop/" target="_blank">Make  a Surreal 3D Outdoor Room Scene in Photosho</a></h2><p><a
href="http://designinstruct.com/digital-art/photo-manipulation/surreal-3d-outdoor-room-scene-photoshop/"><img
class="alignnone size-full wp-image-4746" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-60.jpg" alt="" width="600" height="600" /></a></p><h2>61: <a
href="http://designinstruct.com/digital-art/how-to-create-a-matte-painting-inspired-scene/" target="_blank">How  to Create a Matte Painting Inspired Scene</a></h2><p><a
href="http://designinstruct.com/digital-art/how-to-create-a-matte-painting-inspired-scene/"><img
class="alignnone size-full wp-image-4748" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-61.jpg" alt="" width="600" height="320" /></a></p><h2>62: <a
href="http://designinstruct.com/digital-art/photo-manipulation/make-a-vivid-flaming-skull-conceptual-composition/" target="_blank">Make  a Vivid Flaming Skull Conceptual Composition</a></h2><p><a
href="http://designinstruct.com/digital-art/photo-manipulation/make-a-vivid-flaming-skull-conceptual-composition/"><img
class="alignnone size-full wp-image-4749" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-62.jpg" alt="" width="600" height="686" /></a></p><h2>63: <a
href="http://10steps.sg/tutorials/photoshop/create-detailed-letters-of-gold-and-diamond/" target="_blank">Create  Detailed Letters of Gold and Diamond</a></h2><p><a
href="http://10steps.sg/tutorials/photoshop/create-detailed-letters-of-gold-and-diamond/"><img
class="alignnone size-full wp-image-4750" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-63.jpg" alt="" width="600" height="270" /></a></p><h2>64: <a
href="http://10steps.sg/tutorials/photoshop/create-a-cartoon-car-similar-to-cars-movie/" target="_blank">Create  a Cartoon Car Similar to Cars Movie </a></h2><p><a
href="http://10steps.sg/tutorials/photoshop/create-a-cartoon-car-similar-to-cars-movie/"><img
class="alignnone size-full wp-image-4751" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-64.jpg" alt="" width="600" height="798" /></a></p><h2>65: <a
href="http://10steps.sg/tutorials/photoshop/paint-an-iron-mans-helmet-digitally-in-photoshop/" target="_blank">Paint  an Iron Man’s Helmet Digitally in Photoshop</a></h2><p><a
href="http://10steps.sg/tutorials/photoshop/paint-an-iron-mans-helmet-digitally-in-photoshop/"><img
class="alignnone size-full wp-image-4752" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-65.jpg" alt="" width="600" height="390" /></a></p><h2>66: <a
href="http://10steps.sg/tutorials/photoshop/creating-an-impactful-disco-party-poster/" target="_blank">Creating  an Impactful Disco Party Poster</a></h2><p><a
href="http://10steps.sg/tutorials/photoshop/creating-an-impactful-disco-party-poster/"><img
class="alignnone size-full wp-image-4753" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-66.jpg" alt="" width="600" height="479" /></a></p><h2>67: <a
href="http://10steps.sg/tutorials/photoshop/creating-an-ecological-fairy-tale-wallpaper/" target="_blank">Creating  an Ecological Fairy Tale Wallpaper </a></h2><p><a
href="http://10steps.sg/tutorials/photoshop/creating-an-ecological-fairy-tale-wallpaper/"><img
class="alignnone size-full wp-image-4754" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-67.jpg" alt="" width="600" height="299" /></a></p><h2>68: <a
href="http://design.creativefan.com/combine-3d-shapes-and-vectors-for-a-dynamic-composition/" target="_blank">Combine  3D Shapes and Vectors for a Dynamic Composition</a></h2><p><a
href="http://design.creativefan.com/combine-3d-shapes-and-vectors-for-a-dynamic-composition/"><img
class="alignnone size-full wp-image-4755" src="http://wordpressapi.com/files/best-photoshop-tutorials-2010-68.jpg" alt="" width="600" height="676" /></a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/20/50-latest-photoshp-tutorials-2010/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>How can you show the latest post from every category in wordpress homepage</title><link>http://wordpressapi.com/2010/07/19/show-latest-post-category-wordpress-homepage/</link> <comments>http://wordpressapi.com/2010/07/19/show-latest-post-category-wordpress-homepage/#comments</comments> <pubDate>Mon, 19 Jul 2010 16:27:45 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[tutorials]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[wordpress tutorials]]></category> <category><![CDATA[wordpress tips]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4683</guid> <description><![CDATA[Many people want to show the latest posts from there selected categories or all categories on home page. I this article I will show how easily you can achieve this. Please following code in your home page which is your theme&#8217;s index.php file. &#60;?php $categories=get_categories($all_categories); foreach($categories as $category) { $post_args=array( 'showposts' =&#62; 1, // you.....]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-4887" title="wordpress-category" src="http://wordpressapi.com/files/wordpress-category1.png" alt="" width="288" height="292" /></p><p>Many people want to show the latest posts from there selected categories or all categories on home page.<br
/> I this article I will show how easily you can achieve this.<br
/> Please following code in your home page which is your theme&#8217;s index.php file.</p><pre class="brush: php;">
&lt;?php
$categories=get_categories($all_categories);
 foreach($categories as $category) {
 $post_args=array(
 'showposts' =&gt; 1, // you can fetch number of articles from each category
 'category__in' =&gt; array($category-&gt;term_id),
 'caller_get_posts'=&gt;1
 );
 $posts=get_posts($post_args);
 if ($posts) {
 echo '&lt;p&gt;Category: &lt;a href=&quot;' . get_category_link( $category-&gt;term_id ) . '&quot; title=&quot;' . sprintf( __( &quot;View all posts in %s&quot; ), $category-&gt;name ) . '&quot; ' . '&gt;' . $category-&gt;name.'&lt;/a&gt; &lt;/p&gt; ';
 foreach($posts as $post) {
 setup_postdata($post); ?&gt;
 &lt;div&gt;
 &lt;p&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&quot;&gt;
 &lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/p&gt;
 &lt;p&gt;&lt;?php the_excerpt(); ?&gt;
 &lt;/div&gt;
 &lt;?php
 } // foreach($posts
 } // if ($posts
 } // foreach($categories
?&gt;
</pre><p>if you want to show the posts from specific articles then use following code.</p><pre class="brush: php;">
&lt;?php
$selected_categories=array(
 'include' =&gt; '1,4,9',
 'order' =&gt; 'ASC'
 );

$categories=get_categories($selected_categories);
 foreach($categories as $category) {
 $post_args=array(
 'showposts' =&gt; 1, // you can fetch number of articles from each category
 'category__in' =&gt; array($category-&gt;term_id),
 'caller_get_posts'=&gt;1
 );
 $posts=get_posts($post_args);
 if ($posts) {
 echo '&lt;p&gt;Category: &lt;a href=&quot;' . get_category_link( $category-&gt;term_id ) . '&quot; title=&quot;' . sprintf( __( &quot;View all posts in %s&quot; ), $category-&gt;name ) . '&quot; ' . '&gt;' . $category-&gt;name.'&lt;/a&gt; &lt;/p&gt; ';
 foreach($posts as $post) {
 setup_postdata($post); ?&gt;
 &lt;div&gt;
 &lt;p&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&quot;&gt;
 &lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/p&gt;
 &lt;p&gt;&lt;?php the_excerpt(); ?&gt;
 &lt;/div&gt;
 &lt;?php
 } // foreach($posts
 } // if ($posts
 } // foreach($categories
?&gt;
</pre>]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/19/show-latest-post-category-wordpress-homepage/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>cheap hosting for wordpress blogs and sites</title><link>http://wordpressapi.com/2010/07/17/cheap-hosting-wordpress-blogs-sites/</link> <comments>http://wordpressapi.com/2010/07/17/cheap-hosting-wordpress-blogs-sites/#comments</comments> <pubDate>Sat, 17 Jul 2010 10:03:09 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[news]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[best hosting]]></category> <category><![CDATA[cheap hosting]]></category> <category><![CDATA[hosting]]></category> <category><![CDATA[stable hosting]]></category> <category><![CDATA[wordpress hosting]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4582</guid> <description><![CDATA[Many times we look for best and cheap hosting service. I tried so many hosting services for hosting multiple website. Here I will tell you about specially where to host the wordpress sites. First you have analyze the your website category and traffic of website. How much traffic you are targeting for your site. What is actual.....]]></description> <content:encoded><![CDATA[<p>Many times we look for best and cheap hosting service. I tried so many hosting services for hosting multiple website.</p><p>Here I will tell you about specially where to host the wordpress sites. First you have analyze the your website category and traffic of website. How much traffic you are targeting for your site. What is actual traffic of your website.</p><p>1. <a
href="http://my.hostso.com/aff.php?aff=1931" target="_blank">Hostso</a></p><p><a
href="http://my.hostso.com/aff.php?aff=1931" target="_blank"></a><a
href="http://my.hostso.com/aff.php?aff=1931"><img
class="alignnone  size-full wp-image-4589" title="HostSo - Reliable, Affordable Web  Hosting" src="http://wordpressapi.com/files/HostSo-Reliable-Affordable-Web-Hosting_1279359567740.png" alt="" width="536" height="74" /></a></p><p>Hostso is really cheapest web hosting service. I really like this hosting for wordpress.</p><p>2. <a
href="http://www.mochahost.com/landing2/mochahost_08_2009_linux.html?ppce=ZT1Hb29nbGUmbj1MaW51eCAwOTAy" target="_blank">Mochahost.com</a></p><p><a
href="http://wordpressapi.com/files/MochaHost-cPanel-Hosting-JSP-Hosting-PHP-MySQL-Hosting-Frontpage-Hosting_1279359873726.png"><img
class="alignnone size-full wp-image-4590" title="MochaHost -- cPanel  Hosting - JSP Hosting - PHP MySQL Hosting - Frontpage  Hosting_1279359873726" src="http://wordpressapi.com/files/MochaHost-cPanel-Hosting-JSP-Hosting-PHP-MySQL-Hosting-Frontpage-Hosting_1279359873726.png" alt="" width="211" height="77" /></a></p><p>As compare to other hosting providers mochahost is really cheaper. I did not used this service. For wordpress website mochahost is also good. But many people had not good experience with mochahost. So I recommend not to use this hosting.</p><p>3.  <a
href="http://www.bluehost.com/track/purabdk" target="_blank">Bluehost</a></p><p><a
href="http://www.bluehost.com/track/purabdk"><img
class="alignnone  size-full wp-image-4591" title="blue-host" src="http://wordpressapi.com/files/blue-host.jpg" alt="" width="209" height="51" /></a></p><p>Blue host is most recommended hosting service for wordpress sites. I used the Bluehost for last three years and I did not found any issues with my sites. In very cheap rate they provide the best features and service.</p><p>4. <a
href="http://www.one.com/en/" target="_blank">One.com</a></p><p><a
href="http://wordpressapi.com/files/one-com.jpg"><img
class="alignnone size-full wp-image-4592" title="one-com" src="http://wordpressapi.com/files/one-com.jpg" alt="" width="263" height="79" /></a></p><p>One .com hosting service is cheaper and stable. I used this service for one year. I did not found any major issues with this hosting provider. They have servers located in latherland. There service is good. support is very nice. For normal traffic wordpress website this hosting is really nice.</p><p>5. <a
href="http://godaddy.com" target="_blank">Go Daddy</a></p><p><a
href="http://wordpressapi.com/files/godaddy2.gif"><img
class="alignnone size-medium wp-image-4593" title="godaddy2" src="http://wordpressapi.com/files/godaddy2-268x300.gif" alt="" width="268" height="300" /></a></p><p>Go daddy is not cheaper but as per service and stability godaddy is good. I recommend to register your domain with godaddy. I have experience with godaddy with last 9 years. They are good. But support is not good as they said. Website speed will little slower then other service providers.  For wordpress hosting godaddy is good.</p><p>6. <a
href="http://www.hostmonster.com/track/purabdk" target="_blank">HostMonster</a></p><p><a
href="http://www.hostmonster.com/track/purabdk"><img
class="alignnone size-full wp-image-4805" title="hostmonster" src="http://wordpressapi.com/files/hostmonster.jpg" alt="" width="163" height="98" /></a></p><p>Hostmonster is having really good features and for big wordpress blogs and sites Host Monster is really good option. If you want to host multiple sites in one account then go for this Hosting service. I am using this hosting service and I did not found any issue.</p><p>7. <a
href="http://www.webhostingpad.com/7882.html" target="_blank">Web Hosting Pad</a></p><p><img
class="alignnone size-thumbnail wp-image-4894" title="webhostingpad" src="http://wordpressapi.com/files/webhostingpad-150x81.jpg" alt="" width="150" height="81" /></p><p>This hosting is cheap for unlimited domain hosting. For wordpress this hosting is quite ok but not really best. But lower traffic website this hosting is good. WebHostingPad provides a fast, reliable and comprehensive service that  you will be completely satisfied with.</p><p>If you have any suggestions about hosting providers who are cheaper and good for wordpress hosting. Please write a  comments here.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/17/cheap-hosting-wordpress-blogs-sites/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Most Downloaded Free WordPress Image Gallery Plugins</title><link>http://wordpressapi.com/2010/07/17/downloaded-free-wordpress-image-gallery-plugins/</link> <comments>http://wordpressapi.com/2010/07/17/downloaded-free-wordpress-image-gallery-plugins/#comments</comments> <pubDate>Sat, 17 Jul 2010 08:10:31 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Wordpress Plugins]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress tutorials]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[photo gallery]]></category> <category><![CDATA[wordpress plugins]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4542</guid> <description><![CDATA[Photo Gallery, picture gallery, or slideshow are the best way to showcase your images/photos to your readers. There are a lot of different methods to create them, and the alternative you&#8217;re most likely to be using Flash or JavaScript Below is the most downloaded image gallery plugins that we have choosen directly from thewordpress plugin.....]]></description> <content:encoded><![CDATA[<p>Photo Gallery, picture gallery, or slideshow are the best way to showcase your images/photos to your readers. There are a lot of different methods to create them, and the alternative you&#8217;re most likely to be using Flash or JavaScript</p><p>Below is the most downloaded image gallery plugins that we have choosen directly from the<a
href="http://wordpress.org/extend/plugins/">wordpress plugin directory</a>. To make it even easier for you to choose, I also added live demo link under every image plugin! All of the resources in this post are categorized and hopefully you will find a number of new plugin that will be practical for your own work.</p><p>Using Lightbox, Thickbox, and Fancybox Effect</p><p><a
href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGEN Gallery</a></p><p><a
href="http://wordpress.org/extend/plugins/nextgen-gallery/"></a><a
href="http://alexrabe.de/wordpress-plugins/nextgen-gallery/"><strong>Demo</strong></a> | <a
href="http://wordpress.org/extend/plugins/nextgen-gallery/"><strong>Download</strong></a> (Version 1.5.5 | Updated 2010-6-14 | Downloads <strong>2,007,702</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/lightbox-2/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-2/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-2/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-2/"></a></p></ul><p>NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/lightbox-2/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/lightbox-2/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-2/"></a></p><p> </p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/lightbox-2/">Lightbox 2</a></h3><p> </p><p><a
href="http://stimuli.ca/lightbox/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/lightbox-2/">Download</a> (Version 2.9.2 | Updated 2010-2-10 | Downloads <strong>385,160</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/shadowbox-js/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shadowbox-js/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shadowbox-js/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shadowbox-js/"></a></p></ul><p>Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar. Now with better regular expressions, courtesy of Michael Tyson!</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/shadowbox-js/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/shadowbox-js/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shadowbox-js/"></a></p><p> </p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/shadowbox-js/">Shadowbox JS</a></h3><p> </p><p><a
href="http://sivel.net/wordpress/shadowbox-js/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/shadowbox-js/">Download</a> (Version 3.0.3.2 | Updated 2010-4-6 | Downloads <strong>175,656</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"></a></p></ul><p>Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightbox-plus/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/lightbox-plus/">Lightbox Plus</a></h3></p><p><a
href="http://www.23systems.net/plugins/lightbox-plus/demos/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/lightbox-plus/">Download</a> (Version 2.0.5 | Updated 2010-7-2 | Downloads <strong>112,323</strong>)</p><ul><p><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"></a></p><p><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"></a></p><p><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"></a></p><p><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"></a></p></ul><p>Lightbox Plus permits users to view larger versions of images, simple slide shows, videos and content all in an overlay.</p><p> </p><ul><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"> </a></ul><p><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"></a></p><p><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"></a></p><p><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpressgogo.com/development/lightbox-gallery.html#english">Lightbox Gallery</a></h3></p><p><a
href="http://hiroaki.gentoki.com/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/lightbox-gallery/">Download</a> (Version 0.6.2 | Updated 2009-12-20 | Downloads <strong>87,964</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"></a></p><p><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"></a></p><p><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"></a></p><p><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"></a></p></ul><p>This plugin changes the view of galleries to the lightbox.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"></a></p><p><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"></a></p><p><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/">jQuery Lightbox</a></h3></p><p><a
href="http://www.pedrolamas.com/projectos/jquery-lightbox-en/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/">Download</a> (Version 0.10 | Updated 2010-6-29 | Downloads <strong>69,992</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"></a></p></ul><p>Used to overlay images on the current page.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"></a></p><p><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/shutter-reloaded/">Shutter Reloaded</a></h3></p><p><a
href="http://www.laptoptips.ca/projects/wp-shutter-reloaded/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/shutter-reloaded/">Download</a> (Version 2.4.1 | Updated 2009-12-17 | Downloads <strong>64,557</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"></a></p><p><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"></a></p><p><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"></a></p><p><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"></a></p></ul><p>Darkens the current page and displays an image (like Lightbox, Thickbox, etc.), but is a lot smaller (10KB) and faster.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"></a></p><p><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"></a></p><p><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/">FancyBox for WordPress</a></h3></p><p><a
href="http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/">Download</a> (Version 2.7.2 | Updated 2009-12-20 | Downloads <strong>58,120</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/lightview-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightview-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightview-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightview-plus/"></a></p></ul><p>Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. No further configuration needed.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/lightview-plus/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/lightview-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightview-plus/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lightview-plus/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/lightview-plus/">Lightview Plus</a></h3></p><p><a
href="http://www.puzich.com/wordpress-plugins/lightview">Demo</a> | <a
href="http://wordpress.org/extend/plugins/lightview-plus/">Download</a> (Version 2.5 | Updated 2010-5-13 | Downloads <strong>54,341</strong>)<br
/> Seamless integration of Lightview (similar to Lightbox, Thickbox, Floatbox, Thickbox, Fancybox) to create a nice overlay to display images and videos.</p><p> </p><p> <strong>Using Flip Effect</strong></p><p><strong> </strong><br
/><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/page-flip-image-gallery/">Page Flip Image Gallery</a></h3></p><p><a
href="http://www.dynamicwp.net/articles-and-tutorials/25-most-downloaded-free-wordpress-image-gallery-plugins/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/page-flip-image-gallery/">Download</a> (Version 0.5.11.1 | Updated 2010-6-25 | Downloads <strong>469,854</strong>)<br
/> FlippingBook WordPress Gallery plugin helps you to create Image Gallery with Page Flip effects on your blog.</p><p> <strong>Simple Image Gallery</strong></p><p><strong> </strong></p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/"><span
style="color: #000000;">Post videos and photo galleries</span></a></h3><p><a
href="http://www.cincopa.com/wpplugin/wordpress-plugin.aspx">Demo</a> | <a
href="http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/">Download</a> (Version 1.67 | Updated 2010-6-30 | Downloads <strong>341,511</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"></a></p><p><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"></a></p><p><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"></a></p><p><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"></a></p></ul><p>Post your videos and photo galleries/flash slideshows easily and in seconds.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"></a></p><p><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"></a></p><p><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/">Yet Another Photoblog</a></h3></p><p><a
href="http://wordpressapi.com/files/9-YetAnotherPhotoblog.jpg"><img
class="alignnone size-full wp-image-4546" title="9-YetAnotherPhotoblog" src="http://wordpressapi.com/files/9-YetAnotherPhotoblog.jpg" alt="" width="550" height="230" /></a><br
/> <a
href="http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/yet-another-photoblog/">Download</a> (Version 1.9.24 | Updated 2009-12-27 | Downloads <strong>109,879</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"></a></p></ul><p>Convert your WordPress Blog into a full featured photoblog in virtually no time.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/">WP-SimpleViewer</a></h3></p><p><a
href="http://wp-simpleviewer-demo.fuggi82.de/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/wp-simpleviewer/">Download</a> (Version 1.5.4 | Updated 2010-1-9 | Downloads <strong>91,836</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"></a></p></ul><p>Add SimpleViewer Flash image galleries to your posts and pages. Easy to use and several options to make it fit your needs.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-photo-album/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/wp-photo-album/">WP Photo Album</a></h3></p><p><a
href="http://www.mywebsight.ws/photos/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/wp-photo-album/">Download</a> (Version 1.5.1 | Updated 2008-9-25 | Downloads <strong>54,185</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"></a></p></ul><p>This plugin is designed to easily manage and display your photo albums within your WordPress site.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/lazyest-gallery/">Lazyest Gallery</a></h3></p><p><a
href="http://brimosoft.nl/gallery/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/lazyest-gallery/">Download</a> (Version 0.16.3 | Updated 2010-6-21 | Downloads <strong>54,160</strong>)<br
/> Lazyest Gallery is an integrated image gallery with automatic thumb and slide creation, comments on images, and a slide show.</p><p> <strong>Flickr Gallery</strong></p><p><strong> </strong></p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/flickr-rss/"><span
style="color: #000000;">flickrRSS</span></a></h3><p><a
href="http://eightface.com/wordpress/flickrrss/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/flickr-rss/">Download</a> (Version 5.1 | Updated 2009-4-29 | Downloads <strong>184,471</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"></a></p><p><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"></a></p><p><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"></a></p><p><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"></a></p></ul><p>Allows you to integrate Flickr photos into your site. It supports user, set, favorite, group and community photostreams.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"></a></p><p><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"></a></p><p><a
href="http://wordpress.org/extend/plugins/tantan-flickr/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/tantan-flickr/">Flickr Photo Album</a></h3></p><p><a
href="http://tantannoodles.com/flickr-demo/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/tantan-flickr/">Download</a> (Version 1.1 | Updated 2008-10-6 | Downloads <strong>99,638</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"></a></p></ul><p>This Flickr plugin for WordPress will allow you to pull in your Flickr photosets and display them as albums on your WordPress site.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flickr-gallery/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/flickr-gallery/">Flickr Gallery</a></h3></p><p><a
href="http://co.deme.me/projects/flickr-gallery/">Release Page</a> | <a
href="http://wordpress.org/extend/plugins/flickr-gallery/">Download</a> (Version 1.4.0 | Updated 2010-7-4 | Downloads <strong>62,143</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/wordpress-flickr-manager-1/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wordpress-flickr-manager-1/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wordpress-flickr-manager-1/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wordpress-flickr-manager-1/"></a></p></ul><p>Quickly and easily add Flickr galleries, photos, and even custom search results into your WordPress pages and posts.</p><p> </p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/wordpress-flickr-manager-1/"><span
style="color: #000000;">WordPress Flickr Manager</span></a></h3><p><a
href="http://tgardner.net/wordpress-flickr-manager/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/wordpress-flickr-manager-1/">Download</a> (Version 2.3 | Updated 2009-2-15 | Downloads <strong>58,330</strong>)<br
/> Handles uploading, modifying images on Flickr, and insertion into posts.</p><p> <strong>Image Tools</strong></p><p><strong> </strong></p><h3 style="display: inline !important;"><a
href="http://dev.huiz.net/2010/01/03/wordpress-plugin-scissors-for-v2-9/"><span
style="color: #000000;">Scissors</span></a></h3><p><a
href="http://vimeo.com/7363026">Demo</a> | <a
href="http://wordpress.org/extend/plugins/scissors/">Download</a> (Version 1.3.7 | Updated 2010-2-8 | Downloads <strong>99,029</strong>)<br
/> Scissors enhances WordPress’ handling of images by introducing cropping, resizing, rotating, and watermarking functionality.<br
/> For WordPress 2.9 – 3.0 please download here :<a
href="http://dev.huiz.net/2010/01/03/wordpress-plugin-scissors-for-v2-9/">http://dev.huiz.net/2010/01/03/wordpress-plugin-scissors-for-v2-9/</a></p><p> </p><p><strong>Using Flash</strong></p><ul><li><a
href="http://shabushabu.eu/simpleviewer/"><span
style="color: #000000;">Simple Viewer</span></a></li><li><a
href="http://shabushabu.eu/postcardviewer/"><span
style="color: #000000;">Postcard Viewer</span></a></li><li><a
href="http://shabushabu.eu/autoviewer/"><span
style="color: #000000;">Auto Viewer</span></a></li><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"> </a></p></ul><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"></a></p><p><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/flash-album-gallery/">GRAND Flash Album Gallery</a></h3></p><p><a
href="http://codeasily.com/wordpress-plugins/flash-album-gallery/flag">Demo</a> | <a
href="http://wordpress.org/extend/plugins/flash-album-gallery/">Download</a> (Version 0.49 | Updated 2010-6-28 | Downloads <strong>85,050</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"></a></p></ul><p>GRAND Flash Album Gallery is a full integrated (flash skin based, slideshow) Image Gallery plugin with a powerfull admin back end.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"></a></p><p><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/nextgen-flashviewer/">NextGEN-FlashViewer</a></h3></p><p><a
href="http://shabushabu.eu/tiltviewer/">Demo</a> | <a
href="http://www.dynamicwp.net/articles-and-tutorials/25-most-downloaded-free-wordpress-image-gallery-plugins/">Download</a> (Version 1.3 | Updated 2009-2-1 | Downloads <strong>79,004</strong>)<br
/> The famous Adobe Flash Plugins from Airtight Interactive for NextGEN Gallery.<br
/> Other Demo :</p><p> <strong>Slideshow</strong></p><p><strong> </strong><br
/><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/featured-content-gallery/">Featured Content Gallery</a></h3></p><p><a
href="http://www.featuredcontentgallery.com/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/featured-content-gallery/">Download</a> (Version 3.2.0 | Updated 2009-3-9 | Downloads <strong>212,344</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/wp-piclens/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-piclens/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-piclens/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-piclens/"></a></p></ul><p>Used to create a customizable rotating image gallery anywhere within your WordPress site.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/wp-piclens/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/wp-piclens/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-piclens/"></a></p><p><a
href="http://wordpress.org/extend/plugins/wp-piclens/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/wp-piclens/">WP PicLens</a></h3></p><p><a
href="http://www.cooliris.com/yoursite/express/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/wp-piclens/">Download</a> (Version 1.0.5 | Updated 2008-1-29 | Downloads <strong>72,379</strong>)</p><ul><p><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"></a></p><p><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"></a></p><p><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"></a></p><p><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"></a></p></ul><p>Creates an immersive, full-screen slideshow presentation of photos and images in your blog.</p><p> </p><ul><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"> </a></ul><p><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"></a></p><p><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"></a></p><p><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/"> </a></p><p><h3 style="display: inline !important;"><a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/">Dynamic Content Gallery</a></h3></p><p><a
href="http://www.studiograsshopper.ch/dynamic-content-gallery/">Demo</a> | <a
href="http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/">Download</a> (Version 3.2.3 | Updated 2010-4-11 | Downloads <strong>54,089</strong>)<br
/> Creates a dynamic gallery of images for latest or featured content selected from one category, a mix of categories, or pages.</p><p><a
href="http://www.dynamicwp.net/articles-and-tutorials/25-most-downloaded-free-wordpress-image-gallery-plugins/" target="_blank"><span
style="color: #000000;">Source Link</span></a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/17/downloaded-free-wordpress-image-gallery-plugins/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>3000+ free best &amp; beautiful social media icons for your website</title><link>http://wordpressapi.com/2010/07/12/4000-free-social-media-icons-website/</link> <comments>http://wordpressapi.com/2010/07/12/4000-free-social-media-icons-website/#comments</comments> <pubDate>Mon, 12 Jul 2010 20:19:23 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[facebook]]></category> <category><![CDATA[google]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[free social media icons]]></category> <category><![CDATA[social icons]]></category> <category><![CDATA[social media icons]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4285</guid> <description><![CDATA[If you are in the world of blogging then you should know that every Blogger needs social media icons such as RSS, Facebook, Twitter and more, but they do not always find icons match their blog. We found best &#38; very beautiful more than 3000 icons for your help. 3D Social Media Icon Pack &#124;.....]]></description> <content:encoded><![CDATA[<p>If you are in the world of blogging then you should know that every Blogger needs social media icons such as RSS, Facebook,  Twitter and more, but they do not always find icons match their blog. We found best &amp; very beautiful more than 3000 icons for your help.</p><h2>3D Social Media Icon Pack | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/3d-social-media-icon-pack-20-icon-set/"><img
class="alignnone size-full wp-image-4353" src="http://wordpressapi.com/files/free-social-media-icons-11.jpg" alt="" width="600" height="495" /></a><br
/> </span></p><p><strong><br
/> </strong></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Grunge Peeling Stickers Social Media Icons | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/free-icons-grunge-peeling-stickers-social-media-icons/"><img
class="alignnone size-full wp-image-4354" src="http://wordpressapi.com/files/free-social-media-icons-2.jpg" alt="" width="600" height="770" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><span
style="color: #808000"><br
/> </span></p><h2>Free Social Icon Pack: Nurture | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/free-social-icon-pack-nurture/"><img
class="alignnone size-full wp-image-4355" src="http://wordpressapi.com/files/free-social-media-icons-3.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Icon Pack: Bevel Dark Social Icons | <span
style="color: #808000"> </span></h2><h2><span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/free-icon-pack-bevel-dark-social-icons/"><img
class="alignnone size-full wp-image-4356" src="http://wordpressapi.com/files/free-social-media-icons-4.jpg" alt="" width="600" height="260" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Set of 25 Icons from TurboMilk – Courtesy of GraphicRiver! |</h2><h2><span
style="color: #808000">25  Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://psd.tutsplus.com/freebies/icons/free-set-of-25-icons-from-turbomilk-courtesy-of-graphicriver/"><img
class="alignnone size-full wp-image-4357" src="http://wordpressapi.com/files/free-social-media-icons-5.jpg" alt="" width="600" height="540" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>81 Pixel perfect Social Media Icons |</h2><h2><span
style="color: #808000">81 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://psd.tutsplus.com/freebies/icons/81-pixel-perfect-social-media-icons/"><img
class="alignnone size-full wp-image-4358" src="http://wordpressapi.com/files/free-social-media-icons-6.jpg" alt="" width="600" height="394" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black Inlay on Steel Social Media Icons |</h2><h2><span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://psd.tutsplus.com/freebies/icons/108-black-inlay-on-steel-social-media-icons/"><img
class="alignnone size-full wp-image-4359" src="http://wordpressapi.com/files/free-social-media-icons-7.jpg" alt="" width="600" height="536" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Birdies: Cute Free Twitter Icons For Your Blog |</h2><h2><span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2009/06/24/birdies-cute-free-twitter-icons-for-your-blog/"><img
class="alignnone size-full wp-image-4360" src="http://wordpressapi.com/files/free-social-media-icons-8.jpg" alt="" width="600" height="526" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Cheers: A Free “Social” Icon Set | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/09/10/cheers-a-free-social-icon-set/"><img
class="alignnone size-full wp-image-4361" src="http://wordpressapi.com/files/free-social-media-icons-9.jpg" alt="" width="600" height="450" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>The Leaves Fall: A Social Icon Set For Bloggers |</h2><h2><span
style="color: #808000">11 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/10/06/the-leaves-fall-a-social-icon-set-for-bloggers/"><img
class="alignnone size-full wp-image-4362" src="http://wordpressapi.com/files/free-social-media-icons-10.jpg" alt="" width="600" height="428" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Heart: A Free Social Icon Set | <span
style="color: #808000">22 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/10/27/heart-a-free-social-icon-set/"><img
class="alignnone size-full wp-image-4363" src="http://wordpressapi.com/files/free-social-media-icons-111.jpg" alt="" width="600" height="396" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Fresh, Free and Gorgeous RSS/Feed Icons |</h2><h2><span
style="color: #808000">8 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/04/01/fresh-free-and-gorgeous-rssfeed-icons/"><img
class="alignnone size-full wp-image-4365" src="http://wordpressapi.com/files/free-social-media-icons-12.jpg" alt="" width="600" height="411" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Twitter Bird Icon Set | <span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.productivedreams.com/free-twitter-bird-icon-set/"><img
class="alignnone size-full wp-image-4366" src="http://wordpressapi.com/files/free-social-media-icons-13.jpg" alt="" width="600" height="449" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Balls Icons | <span
style="color: #808000">5 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.zeusboxstudio.com/icon/social-balls"><img
class="alignnone size-full wp-image-4367" src="http://wordpressapi.com/files/free-social-media-icons-14.jpg" alt="" width="600" height="145" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>A Free Social Media Icon set – Page Peel |</h2><h2><span
style="color: #808000">16 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.visual-blast.com/graphics/icons/a-free-social-media-iconset-page-peel/"><img
class="alignnone size-full wp-image-4368" src="http://wordpressapi.com/files/free-social-media-icons-15.jpg" alt="" width="600" height="420" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><br
/> </span></h2><h2>Social Media Icons Pack in 3 Sizes |</h2><h2><span
style="color: #808000">17 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.blogperfume.com/social-media-icons-pack-in-3-sizes-for-download/"><img
class="alignnone size-full wp-image-4370" src="http://wordpressapi.com/files/free-social-media-icons-17.jpg" alt="" width="600" height="242" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>27 Circular Social Media Icons in 3 Sizes |</h2><h2><span
style="color: #808000">27 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.blogperfume.com/new-27-circular-social-media-icons-in-3-sizes/"><img
class="alignnone size-full wp-image-4371" src="http://wordpressapi.com/files/free-social-media-icons-18.jpg" alt="" width="600" height="315" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Media Mini Iconpack | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.komodomedia.com/blog/2008/12/social-media-mini-iconpack/"><img
class="alignnone size-full wp-image-4372" src="http://wordpressapi.com/files/free-social-media-icons-19.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Vectors – 20 Free Social Bookmarking Icons |</h2><h2><span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://thinkdesignblog.com/free-vectors-20-free-social-bookmarking-icons.htm"><img
class="alignnone size-full wp-image-4373" src="http://wordpressapi.com/files/free-social-media-icons-20.jpg" alt="" width="600" height="376" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Vectors – Social Networking Icons (10 Colors/2 Styles) |</h2><h2><span
style="color: #808000">21 Icon  Set</span></h2><p><span
style="color: #808000"><a
href="http://thinkdesignblog.com/free-vectors-social-networking-icons-10-colors2-styles.htm"><img
class="alignnone size-full wp-image-4374" src="http://wordpressapi.com/files/free-social-media-icons-21.jpg" alt="" width="600" height="263" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Network Icon Pack | <span
style="color: #808000">80 Icon Pack</span></h2><p><span
style="color: #808000"><a
href="http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/"><img
class="alignnone size-full wp-image-4375" src="http://wordpressapi.com/files/free-social-media-icons-22.jpg" alt="" width="600" height="400" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Web 2.0rigami | <span
style="color: #808000">15 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://blog.iampaddy.com/2008/11/12/web-20rigami/"><img
class="alignnone size-full wp-image-4376" src="http://wordpressapi.com/files/free-social-media-icons-23.jpg" alt="" width="600" height="415" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Handycons – a free, hand drawn social media icon set |</h2><h2><span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.jankoatwarpspeed.com/post/2008/10/20/Handycons-a-free-hand-drawn-social-media-icon-set.aspx"><img
class="alignnone size-full wp-image-4377" src="http://wordpressapi.com/files/free-social-media-icons-24.jpg" alt="" width="600" height="304" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Hand Drawn Doodle Icon Set for Bloggers |</h2><h2><span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.blog.spoongraphics.co.uk/freebies/free-hand-drawn-doodle-icon-set-for-bloggers"><img
class="alignnone size-full wp-image-4379" src="http://wordpressapi.com/files/free-social-media-icons-25.jpg" alt="" width="600" height="428" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Handycons 2 – another free hand drawn icon set |</h2><h2><span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.jankoatwarpspeed.com/post/2009/02/23/Handycons-2-another-free-hand-drawn-icon-set.aspx"><img
class="alignnone size-full wp-image-4380" src="http://wordpressapi.com/files/free-social-media-icons-26.jpg" alt="" width="600" height="400" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>It’s Twitter Time! Free vector icon set |</h2><h2><span
style="color: #808000">4 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.productivedreams.com/its-twitter-time-free-vector-icon-set/"><img
class="alignnone size-full wp-image-4381" src="http://wordpressapi.com/files/free-social-media-icons-27.jpg" alt="" width="600" height="472" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free New Social Icons –</h2><h2>Digg, Twitter, Stumble, RSS, Delicious &amp;  Reddit |</h2><h2><span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/"><img
class="alignnone size-full wp-image-4382" src="http://wordpressapi.com/files/free-social-media-icons-28.jpg" alt="" width="600" height="444" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>High Gloss Web 2.0 Icons | <span
style="color: #808000">7 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.aoddesign.com/blog/resources/high-gloss-web-20-icons/"><img
class="alignnone size-full wp-image-4383" src="http://wordpressapi.com/files/free-social-media-icons-29.jpg" alt="" width="600" height="418" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Networking Icons | <span
style="color: #808000">5 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.aoddesign.com/blog/resources/social-networking-icons/"><img
class="alignnone size-full wp-image-4384" src="http://wordpressapi.com/files/free-social-media-icons-30.jpg" alt="" width="600" height="400" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>First icon set social icons | <span
style="color: #808000">19 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://wordpressapi.com/files/free-social-media-icons-31.jpg"><img
class="alignnone size-full wp-image-4386" src="http://wordpressapi.com/files/free-social-media-icons-31.jpg" alt="" width="600" height="173" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free glossy social icons | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2009/06/10/icon-set-free-glossy-social-icons/"><img
class="alignnone size-full wp-image-4394" src="http://wordpressapi.com/files/free-social-media-icons-32.jpg" alt="" width="600" height="508" /></a><br
/> </span></p><p><span
style="color: #808000"><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Icons Made of Wood | <span
style="color: #808000">11 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2008/09/26/social-icons-made-of-wood/"><img
class="alignnone size-full wp-image-4390" src="http://wordpressapi.com/files/free-social-media-icons-33.jpg" alt="" width="600" height="203" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black and white social icons | <span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2009/11/22/black-and-white-social-icons/"><img
class="alignnone size-full wp-image-4391" src="http://wordpressapi.com/files/free-social-media-icons-34.jpg" alt="" width="600" height="282" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Polaroid icon set | <span
style="color: #808000">16 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2009/03/17/polaroid-icon-set/"><img
class="alignnone size-full wp-image-4393" src="http://wordpressapi.com/files/free-social-media-icons-35.jpg" alt="" width="600" height="285" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Dellifeed: A Free Icon Set | <span
style="color: #808000">8 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/11/19/dellifeed-a-free-icon-set/"><img
class="alignnone size-full wp-image-4395" src="http://wordpressapi.com/files/free-social-media-icons-36.jpg" alt="" width="600" height="600" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Set of social icons | <span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://tydlinka.deviantart.com/art/Set-of-social-icons-109435724"><img
class="alignnone size-full wp-image-4397" src="http://wordpressapi.com/files/free-social-media-icons-37.jpg" alt="" width="600" height="418" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Set of social icons no.2 | <span
style="color: #808000">16 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://tydlinka.deviantart.com/art/Set-of-social-icons-no-2-110250447"><img
class="alignnone size-full wp-image-4398" src="http://wordpressapi.com/files/free-social-media-icons-38.jpg" alt="" width="600" height="420" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Flavours Icon Set | <span
style="color: #808000">177 Icons</span></h2><p><a
href="http://www.smashingmagazine.com/2009/01/23/friday-freebies-flavours-icon-set-and-cute-tweeters-icon-set/"><img
class="alignnone size-full wp-image-4400" src="http://wordpressapi.com/files/free-social-media-icons-39.jpg" alt="" width="600" height="425" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Socialize Icon Set | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://dryicons.com/free-icons/preview/socialize-icons-set/"><img
class="alignnone size-full wp-image-4401" src="http://wordpressapi.com/files/free-social-media-icons-40.jpg" alt="" width="600" height="434" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Bookmark Iconset | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://vikiworks.com/2007/06/15/social-bookmark-iconset/"><img
class="alignnone size-full wp-image-4402" src="http://wordpressapi.com/files/free-social-media-icons-41.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Bookmark Iconset: Part II | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://vikiworks.com/2007/07/28/social-bookmark-iconset-part-2/"><img
class="alignnone size-full wp-image-4403" src="http://wordpressapi.com/files/free-social-media-icons-42.jpg" alt="" width="600" height="173" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social icons | <span
style="color: #808000">40 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://icon.leau.net/"><img
class="alignnone size-full wp-image-4405" src="http://wordpressapi.com/files/free-social-media-icons-43.jpg" alt="" width="600" height="372" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Web 2.0 Social Bookmarks | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.iconspedia.com/pack/web-2-0-social-bookmarks/"><img
class="alignnone size-full wp-image-4406" src="http://wordpressapi.com/files/free-social-media-icons-44.jpg" alt="" width="600" height="250" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black Twitter icons | <span
style="color: #808000">5 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.iconspedia.com/pack/black-twitter-2332/"><img
class="alignnone size-full wp-image-4407" src="http://wordpressapi.com/files/free-social-media-icons-45.jpg" alt="" width="600" height="127" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Post Stamps icons | <span
style="color: #808000">25 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.iconspedia.com/pack/social-post-stamps-1860/"><img
class="alignnone size-full wp-image-4408" src="http://wordpressapi.com/files/free-social-media-icons-46.jpg" alt="" width="600" height="475" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>IconTexto Drink Web 2.0 Icon Pack |</h2><h2><span
style="color: #808000">27 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://icontexto.blogspot.com/2009/02/drink-web-20.html"><img
class="alignnone size-full wp-image-4409" src="http://wordpressapi.com/files/free-social-media-icons-47.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>High-Resolution Social-Media Iconset – PriceTag Style |</h2><h2><span
style="color: #808000">18 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://deepubalan.com/blog/2009/12/14/high-resolution-social-media-iconset-for-free-price-tag-style/"><img
class="alignnone size-full wp-image-4410" src="http://wordpressapi.com/files/free-social-media-icons-48.jpg" alt="" width="600" height="453" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Icon set for bloggers | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.templates.com/preview/icon-sets/ic-179.html"><img
class="alignnone size-full wp-image-4411" src="http://wordpressapi.com/files/free-social-media-icons-49.jpg" alt="" width="600" height="473" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social.me | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://jwloh.deviantart.com/art/Social-me-90694011"><img
class="alignnone size-full wp-image-4413" src="http://wordpressapi.com/files/free-social-media-icons-50.jpg" alt="" width="600" height="517" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Vector Social Bookmark Icons | <span
style="color: #808000">15 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2007/11/06/free-vector-social-bookmark-icons/"><img
class="alignnone size-full wp-image-4414" src="http://wordpressapi.com/files/free-social-media-icons-51.jpg" alt="" width="600" height="491" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>3D Social Media Icons for bloggers | <span
style="color: #808000">8 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2009/12/15/3d-social-media-icons-for-bloggers/"><img
class="alignnone size-full wp-image-4416" src="http://wordpressapi.com/files/free-social-media-icons-52.jpg" alt="" width="600" height="455" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Bookmark Sketchy Icons | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2009/02/05/social-bookmark-sketchy-icons/"><img
class="alignnone size-full wp-image-4418" src="http://wordpressapi.com/files/free-social-media-icons-531.jpg" alt="" width="600" height="530" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Four Hand Drawn Twitter Icons | <span
style="color: #808000">4 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2009/07/16/four-hand-drawn-twitter-icons/"><img
class="alignnone size-full wp-image-4420" src="http://wordpressapi.com/files/free-social-media-icons-54.jpg" alt="" width="600" height="555" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>30 Free Vector Twitter Buttons | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://siahdesign.com/archives/491"><img
class="alignnone size-full wp-image-4421" src="http://wordpressapi.com/files/free-social-media-icons-161.jpg" alt="" width="600" height="418" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>(max)Icone Blog – Set #1 |<span
style="color: #808000"> 30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.webfruits.it/freebies.htm#maxIconsSet1"><img
class="alignnone size-full wp-image-4424" src="http://wordpressapi.com/files/free-social-media-icons-551.jpg" alt="" width="600" height="224" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>(max)Icone Blog – Set #2 | <span
style="color: #808000">25 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.webfruits.it/freebies.htm#maxIconsSet2"><img
class="alignnone size-full wp-image-4425" src="http://wordpressapi.com/files/free-social-media-icons-56.jpg" alt="" width="600" height="225" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>(max)Icone Blog – Set #3 | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.webfruits.it/freebies.htm#maxIconsSet3"><img
class="alignnone size-full wp-image-4426" src="http://wordpressapi.com/files/free-social-media-icons-57.jpg" alt="" width="600" height="226" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Heart v2: Free Social Iconset in Heart Shape |</h2><h2><span
style="color: #808000">39 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://thedesignsuperhero.com/2009/03/heart-v2-free-social-iconset-in-heart-shape/"><img
class="alignnone size-full wp-image-4427" src="http://wordpressapi.com/files/free-social-media-icons-58.jpg" alt="" width="600" height="419" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>iConPack – with psd | <span
style="color: #808000">19 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://7ur.deviantart.com/art/iConPack-now-with-psd-53066224"><img
class="alignnone size-full wp-image-4429" src="http://wordpressapi.com/files/free-social-media-icons-591.jpg" alt="" width="600" height="411" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Jeans social media icon pack | <span
style="color: #808000">17 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://nishad2m8.deviantart.com/art/jeans-social-media-icon-pack-131069708"><img
class="alignnone size-full wp-image-4430" src="http://wordpressapi.com/files/free-social-media-icons-60.jpg" alt="" width="600" height="450" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Extreme Grunge Garments Icons | <span
style="color: #808000">9 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://colaja.deviantart.com/art/Extreme-Grunge-Garments-Icons-137666117"><img
class="alignnone size-full wp-image-4432" src="http://wordpressapi.com/files/free-social-media-icons-61.jpg" alt="" width="600" height="583" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black Paint Splatter Icons | <span
style="color: #808000">154 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Black-Paint-Splatter-Icons-138031300"><img
class="alignnone size-full wp-image-4433" src="http://wordpressapi.com/files/free-social-media-icons-62.jpg" alt="" width="600" height="336" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Brand New Twitter Icons | <span
style="color: #808000">53 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/53-Brand-New-Twitter-Icons-122263743"><img
class="alignnone size-full wp-image-4434" src="http://wordpressapi.com/files/free-social-media-icons-63.jpg" alt="" width="600" height="310" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Sleek Social Network tab icons | <span
style="color: #808000">35 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://cheth.deviantart.com/art/Sleek-Social-Network-tab-icons-142555717"><img
class="alignnone size-full wp-image-4436" src="http://wordpressapi.com/files/free-social-media-icons-64.jpg" alt="" width="600" height="300" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>FreeHand_ColorStroked icon pack | <span
style="color: #808000">22 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://mfayaz.deviantart.com/art/FreeHand-ColorStroked-icon-pac-117362788"><img
class="alignnone size-full wp-image-4438" src="http://wordpressapi.com/files/free-social-media-icons-651.jpg" alt="" width="600" height="785" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Crumpled Paper Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Crumpled-Paper-Icons-127844201"><img
class="alignnone size-full wp-image-4440" src="http://wordpressapi.com/files/free-social-media-icons-66.jpg" alt="" width="600" height="336" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>108 Red Pearl Soc. Media Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/108-Red-Pearl-Soc-Media-Icons-123745270"><img
class="alignnone size-full wp-image-4441" src="http://wordpressapi.com/files/free-social-media-icons-67.jpg" alt="" width="600" height="338" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Denim Jeans Social Media Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Denim-Jeans-Social-Media-Icons-123185556"><img
class="alignnone size-full wp-image-4442" src="http://wordpressapi.com/files/free-social-media-icons-68.jpg" alt="" width="600" height="338" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Blue Jelly Social Media Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Blue-Jelly-Social-Media-Icons-123201250"><img
class="alignnone size-full wp-image-4444" src="http://wordpressapi.com/files/free-social-media-icons-69.jpg" alt="" width="600" height="310" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Wood Social Media Icons | <span
style="color: #808000">34 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://fiyah-gfx.deviantart.com/art/34-Wood-Social-Media-Icons-133693398"><img
class="alignnone size-full wp-image-4445" src="http://wordpressapi.com/files/free-social-media-icons-70.jpg" alt="" width="600" height="299" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Clear bubble icons | <span
style="color: #808000">154 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/154-clear-bubble-icons-128876481"><img
class="alignnone size-full wp-image-4446" src="http://wordpressapi.com/files/free-social-media-icons-71.jpg" alt="" width="600" height="339" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>PC Social Media Icons | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://kyo-tux.deviantart.com/art/PC-Social-Media-Icons-148039281"><img
class="alignnone size-full wp-image-4447" src="http://wordpressapi.com/files/free-social-media-icons-72.jpg" alt="" width="600" height="425" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>SocioLEGO Lego Social Icon Set | <span
style="color: #808000">11 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://littleboxofideas.deviantart.com/art/SocioLEGO-Lego-Social-Icon-Set-130121656"><img
class="alignnone size-full wp-image-4448" src="http://wordpressapi.com/files/free-social-media-icons-73.jpg" alt="" width="600" height="286" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Twitter Button Pack | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://kamarashev.deviantart.com/art/Twitter-Button-Pack-139341693"><img
class="alignnone size-full wp-image-4450" src="http://wordpressapi.com/files/free-social-media-icons-74.jpg" alt="" width="600" height="426" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Orange Stickers Soc. Media | <span
style="color: #808000">154 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Orange-Stickers-Soc-Media-132309324"><img
class="alignnone size-full wp-image-4451" src="http://wordpressapi.com/files/free-social-media-icons-75.jpg" alt="" width="600" height="338" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Media Buttons | <span
style="color: #808000">15 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://paulodelvalle.deviantart.com/art/Social-Media-Buttons-140893744"><img
class="alignnone size-full wp-image-4452" src="http://wordpressapi.com/files/free-social-media-icons-76.jpg" alt="" width="600" height="478" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social media icons | <span
style="color: #808000">32 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://plechi.deviantart.com/art/Social-media-icons-118416641"><img
class="alignnone size-full wp-image-4453" src="http://wordpressapi.com/files/free-social-media-icons-77.jpg" alt="" width="600" height="400" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social 2 Duo | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://iconblock.deviantart.com/art/Social-2-Duo-118057239"><img
class="alignnone size-full wp-image-4454" src="http://wordpressapi.com/files/free-social-media-icons-78.jpg" alt="" width="600" height="637" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Icons -knobs | <span
style="color: #808000">19 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/05/social-icons-knobs.html"><img
class="alignnone size-full wp-image-4456" src="http://wordpressapi.com/files/free-social-media-icons-79.jpg" alt="" width="600" height="326" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Cutielicious! A Free Twitter Bird Icon Set | <span
style="color: #808000">28 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/12/cutielicious-free-twitter-bird-icon-set.html"><img
class="alignnone size-full wp-image-4457" src="http://wordpressapi.com/files/free-social-media-icons-80.jpg" alt="" width="600" height="683" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Christmass Style Social Icons | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/11/christmas-free-social-networking-icons.html"><img
class="alignnone size-full wp-image-4458" src="http://wordpressapi.com/files/free-social-media-icons-81.jpg" alt="" width="600" height="336" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><span
style="color: #808000"><br
/> </span></p><h2>Bookmarks And Social Icons | <span
style="color: #808000">65 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://studiom6.deviantart.com/art/65-Bookmarks-And-Social-Icons-120098825"><img
class="alignnone size-full wp-image-4460" src="http://wordpressapi.com/files/free-social-media-icons-82.jpg" alt="" width="600" height="506" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Bookmark icons | <span
style="color: #808000">24 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.thelogorunner.com/latest-news/free-social-bookmarking-icons/"><img
class="alignnone size-full wp-image-4461" src="http://wordpressapi.com/files/free-social-media-icons-83.jpg" alt="" width="600" height="410" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social networking icons in vector format. | <span
style="color: #808000">24 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.thelogorunner.com/latest-news/free-vector-social-bookmarking-icons/"><img
class="alignnone size-full wp-image-4462" src="http://wordpressapi.com/files/free-social-media-icons-84.jpg" alt="" width="600" height="363" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Wild Twist Social media Icon pack | <span
style="color: #808000">18 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/02/wild-twist-social-media-icon-pack.html"><img
class="alignnone size-full wp-image-4464" src="http://wordpressapi.com/files/free-social-media-icons-85.jpg" alt="" width="600" height="348" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Media Icon Set For Your Blog | <span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.noupe.com/freebie/new-free-social-media-icon-set-for-your-blog.html"><img
class="alignnone size-full wp-image-4465" src="http://wordpressapi.com/files/free-social-media-icons-86.jpg" alt="" width="600" height="449" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Set of Social Media Icons – Rivet Social |</h2><h2><span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/free-set-of-social-media-icons-rivet-social/"><img
class="alignnone size-full wp-image-4467" src="http://wordpressapi.com/files/free-social-media-icons-87.jpg" alt="" width="600" height="303" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Panda Social Network Icons | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/free-vector-icons-panda-social-network-icons/"><img
class="alignnone size-full wp-image-4468" src="http://wordpressapi.com/files/free-social-media-icons-88.jpg" alt="" width="600" height="532" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Media Stars Icon Set | <span
style="color: #808000">26 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://arbent.net/blog/social-media-stars-icon-set"><img
class="alignnone size-full wp-image-4469" src="http://wordpressapi.com/files/free-social-media-icons-89.jpg" alt="" width="600" height="502" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Circular Social Media Icons Repack | <span
style="color: #808000">36 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://arbent.net/blog/circular-social-media-icons"><img
class="alignnone size-full wp-image-4470" src="http://wordpressapi.com/files/free-social-media-icons-90.jpg" alt="" width="600" height="528" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Media Icon Set: Chrome | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chris-wallace.com/2009/05/28/free-social-media-icons-socialize/"><img
class="alignnone size-full wp-image-4471" src="http://wordpressapi.com/files/free-social-media-icons-91.jpg" alt="" width="600" height="400" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Large Icons Social | <span
style="color: #808000">23 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/free-set-of-social-media-icons-large-icons-social/"><img
class="alignnone size-full wp-image-4472" src="http://wordpressapi.com/files/free-social-media-icons-92.jpg" alt="" width="600" height="358" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Old Bottle Crowns Icon Set | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/free-social-media-icons-old-bottle-crowns-icon-set/"><img
class="alignnone size-full wp-image-4473" src="http://wordpressapi.com/files/free-social-media-icons-93.jpg" alt="" width="600" height="733" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Exclusive Free Hand-Sketched Icon Set | <span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/social-sketches-exclusive-free-hand-sketched-icon-set/"><img
class="alignnone size-full wp-image-4474" src="http://wordpressapi.com/files/free-social-media-icons-94.jpg" alt="" width="600" height="549" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br
/> I hope this list will useful for you. Have fun..</p><p>Thank You!</p><p></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/12/4000-free-social-media-icons-website/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>how to create a gel effect to text using photoshop</title><link>http://wordpressapi.com/2010/07/11/create-gel-effect-text-photoshop/</link> <comments>http://wordpressapi.com/2010/07/11/create-gel-effect-text-photoshop/#comments</comments> <pubDate>Sun, 11 Jul 2010 11:45:07 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[photoshop]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[jel effect]]></category> <category><![CDATA[jel effect to text]]></category> <category><![CDATA[photoshop text effects]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4221</guid> <description><![CDATA[Photoshop comes up with lots of the options and scope for experiment is much more than you can imagine. We wish to encourage you to use different options and tools to get better output. The lessons and techniques described need to be followed as a guideline to achieve the effect. lets get started. Step 1:.....]]></description> <content:encoded><![CDATA[<p>Photoshop comes up with lots of the options and scope for experiment is  much more than you can imagine. We wish to encourage you to use  different options and tools to get better output. The lessons and  techniques described need to be followed as a guideline  to achieve the  effect.</p><p>lets get started.</p><p><strong>Step 1:</strong> Create new file with white background.</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-1.jpg"><img
class="alignnone size-full wp-image-4264" src="http://wordpressapi.com/files/jel-effect-to-text-1.jpg" alt="" width="600" height="743" /></a></p><p><strong>Step 2:</strong> Click Channel Tab and create New Channel. The file                  will become black.</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-2.jpg"><img
class="alignnone size-full wp-image-4265" src="http://wordpressapi.com/files/jel-effect-to-text-2.jpg" alt="" width="596" height="740" /></a></p><p><strong>Step 3:</strong> Select the Text Tool and type the text. Deselect                  it with <strong>CRTL+D</strong>. We have selected a script font to make  is more real.</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-3.jpg"><img
class="alignnone size-full wp-image-4266" src="http://wordpressapi.com/files/jel-effect-to-text-3.jpg" alt="" width="600" height="736" /></a></p><p><strong>Step 4:</strong> Select paintbrush with hard edge and create some                  drops to add more spice or keep as it is.</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-4.jpg"><img
class="alignnone size-full wp-image-4267" src="http://wordpressapi.com/files/jel-effect-to-text-4.jpg" alt="" width="600" height="736" /></a></p><p><strong>Step 5:</strong> Now go to <strong>Filter &gt; Sketch &gt;                  Plaster</strong></p><p><strong><a
href="http://wordpressapi.com/files/jel-effect-to-text-5.jpg"><img
class="alignnone size-full wp-image-4268" src="http://wordpressapi.com/files/jel-effect-to-text-5.jpg" alt="" width="600" height="731" /></a></strong></p><p><strong>Step 6: </strong>Apply the settings given below:</p><p><strong>Image Balance: 25<br
/> Smoothness: 2<br
/> Light Direction: Right</strong></p><p><strong><a
href="http://wordpressapi.com/files/jel-effect-to-text-6.jpg"><img
class="alignnone size-full wp-image-4269" src="http://wordpressapi.com/files/jel-effect-to-text-6.jpg" alt="" width="600" height="427" /></a></strong></p><p>Now our image is looking like this:</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-71.jpg"><img
class="alignnone size-full wp-image-4271" src="http://wordpressapi.com/files/jel-effect-to-text-71.jpg" alt="" width="600" height="461" /></a></p><p><strong>Step 7:</strong> Select RGB Channel.</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-8.jpg"><img
class="alignnone size-full wp-image-4272" src="http://wordpressapi.com/files/jel-effect-to-text-8.jpg" alt="" width="600" height="736" /></a></p><p>Click <strong>Layer Tab</strong> and Select                  the Background layer.</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-9.jpg"><img
class="alignnone size-full wp-image-4273" src="http://wordpressapi.com/files/jel-effect-to-text-9.jpg" alt="" width="600" height="734" /></a></p><p><strong>Step 8:</strong> Got to <strong>Select &gt; Load Selection &gt; Alpha1</strong></p><p><strong><a
href="http://wordpressapi.com/files/jel-effect-to-text-10.jpg"><img
class="alignnone size-full wp-image-4274" src="http://wordpressapi.com/files/jel-effect-to-text-10.jpg" alt="" width="600" height="738" /></a></strong></p><p><strong>Step 9: </strong>Select any desired color for foreground &amp; Press <strong>Alt + Del</strong> once to fill foreground color into selection.</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-11.jpg"><img
class="alignnone size-full wp-image-4275" src="http://wordpressapi.com/files/jel-effect-to-text-11.jpg" alt="" width="600" height="736" /></a></p><p>You can press <strong>Alt + Del</strong> once more to concentrate                  the fill to get proper gel effect.</p><p>And here&#8217;s my final result:</p><p><a
href="http://wordpressapi.com/files/jel-effect-to-text-final.jpg"><img
class="alignnone size-full wp-image-4276" src="http://wordpressapi.com/files/jel-effect-to-text-final.jpg" alt="" width="600" height="360" /></a></p><p>Thank You!</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/11/create-gel-effect-text-photoshop/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>where we get the free image for wordpress posts</title><link>http://wordpressapi.com/2010/07/04/free-image-wordpress-posts/</link> <comments>http://wordpressapi.com/2010/07/04/free-image-wordpress-posts/#comments</comments> <pubDate>Sun, 04 Jul 2010 09:15:08 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[news]]></category> <category><![CDATA[photoshop]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[free images]]></category> <category><![CDATA[images]]></category> <category><![CDATA[social images]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4066</guid> <description><![CDATA[Now these days best and attractive images are the part of every articles. I can say image is useful for your posts. Images made easy to understand to readers what you want to say in the post. Many wordpress blogger go to google for images and find the images. They put the image into there.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/free-images.jpg"><img
class="alignnone size-full wp-image-4067" title="free-images" src="http://wordpressapi.com/files/free-images.jpg" alt="" width="400" height="300" /></a></p><p>Now these days best and attractive images are the part of every articles. I can say image is useful for your posts. Images made easy to understand to readers what you want to say in the post.</p><p>Many wordpress blogger go to google for images and find the images. They put the image into there blogs. Some time that will cause you serious legal issues.</p><p>There are very good places to find good free images for your blogs. Here is the list of that.</p><ol><li><a
title="Flickr" href="http://www.flickr.com/">Flickr</a>: Flickr  is a really great source for free pics, however make sure to contact the  owner of the picture and ask permission before using it. I have done  this a lot in the past and a lot of people are willing to share their  pictures. Give them a good reason, maybe a quick complement and offer a  link back to their Flickr profile.</li><li><a
title="StockVault" href="http://stockvault.net/" target="_blank">Stockvault</a>:  Stockvault has a lot of nice stock photos, just be warned that this  site is filled with adsense.</li><li><a
title="DeviantArt" href="http://www.deviantart.com/" target="_blank">deviantART</a>: This is a huge community of artist  sharing all sorts of images and graphics. Again, checkout the license of  the graphic as a lot of these aren’t free, yet it is still a great  source for free images if you become familiar with the site.</li><li><a
title="Stock.xchng" href="http://www.sxc.hu/" target="_self">Stock.xchng</a>:  Saving the best for last here you’ll be able to find a lot of great  stock photos as well as PSD’s, templates, background images and more.  Please checkout the restrictions before using</li><li><a
onmousedown="return clk(this.href,'','','','1','','0CBwQFjAA')" href="http://www.freeimages.co.uk/"><em>Free  Images</em> &#8211; Free Stock Photos:<br
/> </a> FREE digital photographic images for web, dtp, and design. Royalty and cost free stock photos. Free stock photographic library.</li><li><a
href="http://www.gettyimages.com/CreativeImages/RoyaltyFree" target="_blank">gettyimages</a>: Getty Images royalty-free gives creative freedom to crop, manipulate and combine stock photos for your project needs. Simple, affordable pricing, unlimited use.&#8221;</li></ol> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/04/free-image-wordpress-posts/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Keep upto date wordpress database with WP-DB-Backup</title><link>http://wordpressapi.com/2010/07/04/upto-date-wordpress-database-wp-db-backup/</link> <comments>http://wordpressapi.com/2010/07/04/upto-date-wordpress-database-wp-db-backup/#comments</comments> <pubDate>Sun, 04 Jul 2010 08:51:39 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Wordpress Plugins]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress hacks]]></category> <category><![CDATA[wordpress tutorials]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[wordpress plugins]]></category> <category><![CDATA[wordpress tips]]></category> <category><![CDATA[wp]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4061</guid> <description><![CDATA[Keeping your wordpress database is very important for wordpress database. This will improve your site speed aslo. Many times you install the wordpress plugins and some time you dont want that plugins and you delete that plugins. There is very nice wordpress plugin is avilable for database backup. WP-DB-Backup WP-DB-Backup allows you easily to backup.....]]></description> <content:encoded><![CDATA[<p>Keeping your wordpress database is very important for wordpress database. This will improve your site speed aslo.<br
/> Many times you install the wordpress plugins and some time you dont want that plugins and you delete that plugins. There is very nice wordpress plugin is avilable for database backup.</p><h2><a
href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-DB-Backup</a></h2><p>WP-DB-Backup allows you easily to backup your core WordPress database  tables.  You may also backup other tables in the same database.<br
/> But that plugins create some tables in your wordpress database. You need to remove that tables from your wordpress database.<br
/> Imp note: when ever you are cleaning the database or deleting the unwanted tables from wordpress database. Please consult with your web administrator.<br
/> Dont forget to take a full backup of your database.</p><p>This tutorial should be forward-compatible with WordPress 3.0</p><p>1. Install WP-DB-Backup by Austin Matzko</p><p>2. Mouse over Tools so that the down arrow appears</p><p>3. Click the down arrow</p><p>4. Click Backup</p><p>5. You’ll see something like this:</p><p><a
href="http://wordpressapi.com/files/wp-db-backup.jpg"><img
class="alignnone size-full wp-image-4063" title="wp-db-backup" src="http://wordpressapi.com/files/wp-db-backup.jpg" alt="" width="540" height="476" /></a></p><p>On the left are the default database tables included with WordPress. All of these are included every time you backup. The only thing you have to decide here is whether to exclude spam comments from being backed up (I recommend this) and whether to exclude post revisions (I recommend excluding these too, unless you have a specific reason for keeping revisions).</p><p>On the right is a list of additional database tables, most of which were probably created by plugins. There’s also a table called that will end with the name “commentmeta” – this can be used by plugins.</p><p>If your plugins have created a lot of data that you would like to save, or you’ve spent a lot of time configuring particular plugins, you’ll want to backup these tables. Otherwise, you can keep your database backups smaller by not checking them.</p><p>7. Next we see the Backup Option. There are three choices here:</p><p>A. Save to the server</p><p>This will save a backup of your database as a file on your web server. I don’t recommend this.</p><p>B. Download to your computer.</p><p>This will create a database backup file that you can save to your local computer.</p><p>C. Email backup to:</p><p>This allows you to send a copy of the backup to any e-mail address you’d like.</p><p>8. Let’s go ahead and download a copy to our hard drives now.</p><p>Check options you want in the Tables section then click “Backup now!”</p><p>You should see a progress bar, and when that’s done your browser will prompt you to save the file. You can save this file wherever you’d like.</p><p>9. There’s another section called “Scheduled Backup.” This is where this program gets really great.</p><p>Here we can schedule a backup to be e-mailed to a particular e-mail address however often we’d like. I recommend checking selecting “Once Daily.”</p><p>10. On the right, you’ll see that list of optional tables again. Check the ones you want to backup every time the backup runs.</p><p>11. Enter the e-mail address you want the backups delivered to in the “Email backup to:” field.</p><p>12. Click “Schedule backup.”</p><p>13. You should now get a backup file as an e-mail attachment every day. You should save these attachments to your local computer. If you’re using Gmail or another web mail host that has a lot of storage space, you might want to leave your databases on their server as an additional off-site backup. Be aware that that’s an additional security risk – if your e-mail account is ever compromised, the would have access to all of your database backups.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/04/upto-date-wordpress-database-wp-db-backup/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Restrict the Adults on wordpress website</title><link>http://wordpressapi.com/2010/07/04/restrict-adults-wordpress-website/</link> <comments>http://wordpressapi.com/2010/07/04/restrict-adults-wordpress-website/#comments</comments> <pubDate>Sun, 04 Jul 2010 08:39:01 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Wordpress Plugins]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress hacks]]></category> <category><![CDATA[wordpress tutorials]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[wordpress tips]]></category> <category><![CDATA[wp]]></category> <category><![CDATA[wp plugin]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4057</guid> <description><![CDATA[Many times you website content is not suitable for all the age group. There is very nice wordpress free plugin available. Restricted to Adults There&#8217;s a lot of content which isn&#8217;t appropriate for all ages. The [Association of Sites Advocating Child Protection (ASACP)](http://www.asacp.org/ &#8220;ASACP) has developed the Restricted to Adults (RTA) tag which most online.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/ASACP-Association-of-Sites-Advocating-Child-Protection_1278232686312.png"><img
class="alignnone size-full wp-image-4058" title="ASACP- Association of Sites Advocating Child Protection_1278232686312" src="http://wordpressapi.com/files/ASACP-Association-of-Sites-Advocating-Child-Protection_1278232686312.png" alt="" width="567" height="258" /></a></p><p>Many times you website content is not suitable for all the age group. There is very nice wordpress free plugin available.</p><h2><a
href="http://wordpress.org/extend/plugins/restricted-to-adults/" target="_blank">Restricted to Adults</a></h2><p>There&#8217;s a lot of content which isn&#8217;t appropriate for all ages. The  [Association of Sites Advocating Child Protection  (ASACP)](http://www.asacp.org/ &#8220;ASACP) has developed the Restricted to  Adults (RTA) tag which most online protection software respects.</p><p>Installing the RTA tag on a WordPress install can be somewhat  complicated, so the Restricted to Adults plugin makes it one click &#8212;  activate the plugin and your site is restricted to adults.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/04/restrict-adults-wordpress-website/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>popup slide effect with only javascript</title><link>http://wordpressapi.com/2010/07/04/popup-slide-effect-javascript-2/</link> <comments>http://wordpressapi.com/2010/07/04/popup-slide-effect-javascript-2/#comments</comments> <pubDate>Sun, 04 Jul 2010 08:16:23 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[JavaScript]]></category> <category><![CDATA[tutorials]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4051</guid> <description><![CDATA[If you want the nice slide animation effect with javascript. you can use following javascript. Here I am not using any third party javascript library for creating the slide effect. For In page popup slide effect you can use following JavaScript code. id=&#34;popup-container&#34; style=&#34;height:200px;weight:200px;overflow: hidden; display: block; position: absolute; z-index: 1027;&#34;&#62; &#60;a href=&#34;#&#34; onclick=&#34;movead();&#34; &#62;&#60;span&#62;slide&#60;/span&#62;&#60;/a&#62;.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/slide_effect_javascript.png"><img
class="alignnone size-full wp-image-4053" title="slide_effect_javascript" src="http://wordpressapi.com/files/slide_effect_javascript.png" alt="" width="166" height="98" /></a></p><p>If you want the nice slide animation effect with javascript. you can use following javascript. Here I am not using any third party javascript library for creating the slide effect.</p><p>For In page popup slide effect you can use following JavaScript code.</p><pre class="brush: xml;">

id=&quot;popup-container&quot; style=&quot;height:200px;weight:200px;overflow: hidden; display: block; position: absolute; z-index: 1027;&quot;&gt;

&lt;a href=&quot;#&quot; onclick=&quot;movead();&quot; &gt;&lt;span&gt;slide&lt;/span&gt;&lt;/a&gt;

&lt;/div&gt;
</pre><p>and use the following javscript code in your document.</p><pre class="brush: jscript;">

function movead(){
timerID = setInterval(&quot;mocontainer()&quot;, 50);
}

function mocontainer(){
 var popup_element = document.getElementById('popup-container');
 animate_moveit(popup_element,0,-5);
}

function animate_moveit(obj, x, y){
obj.style.left = parseInt(obj.style.left) + x +&quot;px&quot;
obj.style.top = parseInt(obj.style.top)+ y + &quot;px&quot;
}
</pre><p>For changing the slide direction change the values in following line and put in to the mocontainer function</p><p>animate_moveit(popup-element,-5,0);  &#8211; this is for right to left</p><p>animate_moveit(popup-element,0,-5);  &#8211; bottom to top</p><p>You can change that to as per need.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/04/popup-slide-effect-javascript-2/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>minimize, restore, maximize and hide functionality with javascript without using jquery</title><link>http://wordpressapi.com/2010/07/04/minimize-restore-maximize-hide-functionality-javascript-jquery/</link> <comments>http://wordpressapi.com/2010/07/04/minimize-restore-maximize-hide-functionality-javascript-jquery/#comments</comments> <pubDate>Sun, 04 Jul 2010 07:58:31 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[JavaScript]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[javascript tips]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[minimize]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4048</guid> <description><![CDATA[Many times we need to minimize and restore functionality for our in page pop-up. In This article I will show how to achieve the minimize and maximize and restore functionality with javascript. I you want the minimize functionality for your in page pop-up use following code for minimize and restore button. Following code you can.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/minimize-maximize-restore.png"><img
class="alignnone size-full wp-image-4049" title="minimize-maximize-restore" src="http://wordpressapi.com/files/minimize-maximize-restore.png" alt="" width="335" height="177" /></a><br
/> Many times we need to minimize and restore functionality for our in page pop-up. In This article I will show how to achieve the minimize and maximize and restore functionality with javascript.</p><p>I you want the minimize functionality for your in page pop-up use following code for minimize and restore button. Following code you can use for showing the minimize button on pop-up.</p><p>Note: Here for this example My in page popup div id name is &#8220;popup-container&#8221;. For using following example you should keep the main popup continer id name is &#8220;popup-container&#8221;.</p><pre class="brush: xml;">

&lt;a id=&quot;dialog-minimize&quot; href=&quot;#&quot; onclick=&quot;minimize();&quot; style=&quot;display: block;&quot;&gt;&lt;span&gt;Min&lt;/span&gt;&lt;/a&gt;

&lt;a id=&quot;dialog-minimize-return&quot; href=&quot;#&quot; onclick=&quot;minimize_restore();&quot; style=&quot;display:none;&quot;&gt;&lt;span&gt;Min&lt;/span&gt;&lt;/a&gt;
</pre><p>Use following javascript function in your document.</p><pre class="brush: jscript;">
function minimize(){

 var main-containter = document.getElementById('popup-container');
 window.divh = main-containter.style.height;
 window.divw = main-containter.style.width;
 window.divtop = main-containter.style.top;
 window.divleft = main-containter.style.left;

 var hideminbutton = document.getElementById('dialog-minimize');
 hideminbutton.style.display = &quot;none&quot;;

 var hideminbutton = document.getElementById('dialog-minimize-return');
 hideminbutton.style.display = &quot;block&quot;;

 main-containter.style.position =&quot;absolute&quot;;
 main-containter.style.left =&quot;10px&quot;;
 main-containter.style.bottom =&quot;0px&quot;;
 main-containter.style.marginBottom =&quot;-100px&quot;;
 main-containter.style.top = &quot;auto&quot;;
 /* css({position:&quot;absolute&quot;, left:&quot;10px&quot;, width: 250, height: 100, bottom:&quot;-60px&quot;});
 top: 389px; left: 381px; bottom: -60px;
 */
}

function minimize_restore(){
 var popup_element = document.getElementById('popup-container');
 popup_element.style.position =&quot;absolute&quot;;
 popup_element.style.height = window.div_height;
 popup_element.style.width = window.div_width;
 popup_element.style.left = window.divleft;
 popup_element.style.top = window.divtop;

 var hideminbutton = document.getElementById('dialog-minimize');
 hideminbutton.style.display = &quot;block&quot;;

 var hideminbutton = document.getElementById('dialog-minimize-return');
 hideminbutton.style.display = &quot;none&quot;;
}
</pre><p>Above function will swap the minimize and restore button through javascript.</p><p>Using following function you can achieve the maximize and maximize restore functionality using the simple javascript. following code you need to use in your html for maximize button.</p><pre class="brush: xml;">

&lt;a id=&quot;dialog-maximize&quot; onclick=&quot;maximize();&quot; href=&quot;#&quot; style=&quot;display: block;&quot;&gt;&lt;span&gt;Max&lt;/span&gt;&lt;/a&gt;

&lt;a id=&quot;dialog-maximize-return&quot; onclick=&quot;maximize_restore();&quot; href=&quot;#&quot; style=&quot;display: none;&quot;&gt;&lt;span&gt;Max&lt;/span&gt;&lt;/a&gt;
</pre><p>following javascript code you need to use in your document.</p><pre class="brush: jscript;">

function maximize_restore(){
 var popup_element = document.getElementById('popup-container');
 popup_element.style.position =&quot;absolute&quot;;
 popup_element.style.left = window.divleft;
 popup_element.style.top = window.divtop;
 popup_element.style.height = window.div_height;
 popup_element.style.width = window.div_width;

 var hideminbutton = document.getElementById('dialog-maximize');
 hideminbutton.style.display = &quot;block&quot;;

 var hideminbutton = document.getElementById('dialog-maximize-return');
 hideminbutton.style.display = &quot;none&quot;;
}

function maximize(){

 var popup_element = document.getElementById('popup-container');
 window.div_height = popup_element.style.height;
 window.div_width = popup_element.style.width;
 window.divtop = popup_element.style.top;
 window.divleft = popup_element.style.left;

 var hideminbutton = document.getElementById('dialog-maximize');
 hideminbutton.style.display = &quot;none&quot;;

 var hideminbutton = document.getElementById('dialog-maximize-return');
 hideminbutton.style.display = &quot;block&quot;;

 var myWidth = 0, myHeight = 0;
 if( typeof( window.innerWidth ) == 'number' ) {
 //Non-IE
 myWidth = window.innerWidth;
 myHeight = window.innerHeight;
 } else if( document.documentElement &amp;&amp;
 ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
 //IE 6+ in 'standards compliant mode'
 myWidth = document.documentElement.clientWidth;
 myHeight = document.documentElement.clientHeight;
 } else if( document.body &amp;&amp; ( document.body.clientWidth || document.body.clientHeight ) ) {
 //IE 4 compatible
 myWidth = document.body.clientWidth;
 myHeight = document.body.clientHeight;
 }
 myWidth = myWidth -25;
 myHeight = myHeight -20;
 var popup_element = document.getElementById('popup-container');
 popup_element.style.position =&quot;absolute&quot;;
 popup_element.style.left =&quot;10px&quot;;
 popup_element.style.height = myHeight +&quot;px&quot;;
 popup_element.style.width = myWidth +&quot;px&quot;;
 popup_element.style.top = &quot;5px&quot;;
}
</pre><p>If you having any issue with this script please get back to me.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/04/minimize-restore-maximize-hide-functionality-javascript-jquery/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Active Model in Rails 3.0</title><link>http://wordpressapi.com/2010/07/04/active-model-rails-3-0/</link> <comments>http://wordpressapi.com/2010/07/04/active-model-rails-3-0/#comments</comments> <pubDate>Sun, 04 Jul 2010 07:25:09 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Ruby on Rails]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[Rails]]></category> <category><![CDATA[ROR]]></category> <category><![CDATA[ruby]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4043</guid> <description><![CDATA[The technique we used was quite a hack as this is something that ActiveRecord wasn’t designed to do but now in Rails 3.0 we have a new feature called ActiveModel which makes doing something like this a lot easier. Before we get into the details of ActiveModel we’ll first describe the part of the application.....]]></description> <content:encoded><![CDATA[<p>The technique we used was quite a hack as this is something that  ActiveRecord wasn’t designed to do but now in Rails 3.0 we have a new  feature called ActiveModel which makes doing something like this a lot  easier.</p><p>Before we get into the details of ActiveModel we’ll first describe  the part of the application that we’re going to modify to use it.</p><p><a
href="http://wordpressapi.com/files/active-record.png"><img
class="alignnone size-full wp-image-4044" title="active-record" src="http://wordpressapi.com/files/active-record.png" alt="" width="801" height="465" /></a></p><p>The screenshot above shows a contact form that has been created using  Rails’ scaffolding. The application has a model called <code>Message</code> that is currently backed by ActiveRecord which means that we’re  managing messages through the database. We’re going to change the way  this form works so that it just sends emails and doesn’t store messages  in a database table.</p><p>When you’re thinking of doing something like this it’s always a good  idea to first consider your requirements and make sure that you really  don’t want to store the data from the form in a database as there are  often good side-effects to doing this. A database can act as a backup  and also makes it easier to move the message-sending into a queue in a  background process. For the purposes of this example, however, we don’t  want any of that  functionality so we’re free to go ahead and make our  model tableless.</p><p>The code for the Message class looks like this:</p><p>File name: /app/models/message.rb</p><pre class="brush: ruby;">

class Message &lt; ActiveRecord::Base
 validates_presence_of :name
 validates_format_of :email, :with =&gt; /^[-a-z0-9_+\.]+\@([-a-z0-9]+\.)+[a-z0-9]{2,4}$/i
 validates_length_of :content, :maximum =&gt; 500
end
</pre><p><code>Message</code> inherits from <code>ActiveRecord::Base</code> as  you would expect a model class to, but as we don’t want this model to  have a database back-end we’re going to remove that inheritance. As soon  as we do this, though, our form will no longer work as the validators  are provided by ActiveRecord. Fortunately, we can restore this  functionality by using ActiveModel.</p><p>If we take a look at the <a
href="http://github.com/rails/rails/">Rails  3 source code</a> we’ll see the that there are <code>activerecord</code> and <code>activemodel</code> directories. The core Rails team has taken  everything from ActiveRecord that wasn’t specific to the database  backend and moved it out into ActiveModel. ActiveRecord still relies  heavily on ActiveModel for the functionality that isn’t specific to the  database and as ActiveModel is full-featured and thoroughly tested it’s  great for use outside ActiveRecord.</p><p>It we take a look in the directory that contains the <a
href="http://github.com/rails/rails/tree/master/activemodel/lib/active_model/">code  for ActiveModel</a> we can see the functionality that it provides.</p><p>We can see from the list above that ActiveModel includes code to  handle callbacks, dirty tracking, serialization and validation, among  other things. The last of these is exactly what we’re looking for.</p><p>The <a
href="http://github.com/rails/rails/blob/master/activemodel/lib/active_model/validations.rb">code  for validations</a> has the following comment near the top and we can  see from it that it’s fairly easy to add validations to a model. All we  need to do is include the <code>Validations</code> module and provide  getter methods for the attributes that we’re calling validators on.</p><p>Now that we know this we can apply it to our Message model.</p><p>File name: /app/models/message.rb</p><pre class="brush: ruby;">

class Message
 include ActiveModel::Validations

 attr_accessor :name, :email, :content

 validates_presence_of :name
 validates_format_of :email, :with =&gt; /^[-a-z0-9_+\.]+\@([-a-z0-9]+\.)+[a-z0-9]{2,4}$/i
 validates_length_of :content, :maximum =&gt; 500
end
</pre><p><code>Message</code> inherits from <code>ActiveRecord::Base</code> as  you would expect a model class to, but as we don’t want this model to  have a database back-end we’re going to remove that inheritance. As soon  as we do this, though, our form will no longer work as the validators  are provided by ActiveRecord. Fortunately, we can restore this  functionality by using ActiveModel.</p><p>If we take a look at the <a
href="http://github.com/rails/rails/">Rails  3 source code</a> we’ll see the that there are <code>activerecord</code> and <code>activemodel</code> directories. The core Rails team has taken  everything from ActiveRecord that wasn’t specific to the database  backend and moved it out into ActiveModel. ActiveRecord still relies  heavily on ActiveModel for the functionality that isn’t specific to the  database and as ActiveModel is full-featured and thoroughly tested it’s  great for use outside ActiveRecord.</p><p>It we take a look in the directory that contains the <a
href="http://github.com/rails/rails/tree/master/activemodel/lib/active_model/">code  for ActiveModel</a> we can see the functionality that it provides.</p><p>We can see from the list above that ActiveModel includes code to  handle callbacks, dirty tracking, serialization and validation, among  other things. The last of these is exactly what we’re looking for.</p><p>The <a
href="http://github.com/rails/rails/blob/master/activemodel/lib/active_model/validations.rb">code  for validations</a> has the following comment near the top and we can  see from it that it’s fairly easy to add validations to a model. All we  need to do is include the <code>Validations</code> module and provide  getter methods for the attributes that we’re calling validators on.</p><p>Now that we know this we can apply it to our Message model.</p><p>File name: /app/models/message.rb</p><pre class="brush: ruby;">

class Message
 include ActiveModel::Validations

 attr_accessor :name, :email, :content

 validates_presence_of :name
 validates_format_of :email, :with =&gt; /^[-a-z0-9_+\.]+\@([-a-z0-9]+\.)+[a-z0-9]{2,4}$/i
 validates_length_of :content, :maximum =&gt; 500
end
</pre><p>This isn’t enough to get our model to behave as the controller expects  it to, though. There are two problems in the <code>create</code> method.  Firstly the call to <code>Message.new</code> won’t work as our <code>Message</code> model no longer has an initializer that takes a hash of attributes as  an argument. Secondly, <code>save</code> won’t work as we don’t have a  database backend to save the new message to.</p><p>Filename : /apps/controllers/messages_controller.rb</p><pre class="brush: ruby;">

class MessagesController &lt; ApplicationController
 def new
 @message = Message.new
 end

def create
 @message = Message.new(params[:message])
 if @message.save
 # TODO send message here
 flash[:notice] = &quot;Message sent! Thank you for contacting us.&quot;
 redirect_to root_url
 else
 render :action =&gt; 'new'
 end
 end
end
</pre><p>We’ll fix the second of these problems first. While we can’t save a  message we can check that it is valid, so we’ll replace <code>@message.save</code> with <code>@message.valid?</code>.</p><p>File name :/app/controllers/messages_controllers.rb</p><pre class="brush: ruby;">

def create
 @message = Message.new(params[:message])
 if @message.valid?
 # TODO send message here
 flash[:notice] = &quot;Message sent! Thank you for contacting us.&quot;
 redirect_to root_url
 else
 render :action =&gt; 'new'
 end
end
</pre><p>We can solve the first problem by writing an <code>initialize</code> method in the <code>Message</code> model that takes a hash as a  parameter. This method will loop through each item in the hash and  assign the value to the appropriate attribute for the message using the <code>send</code> method.</p><p>File name: /app/models/message.rb</p><pre class="brush: ruby;">

class Message
 include ActiveModel::Validations

attr_accessor :name, :email, :content
 validates_presence_of :name
 validates_format_of :email, :with =&gt; /^[-a-z0-9_+\.]+\@([-a-z0-9]+\.)+[a-z0-9]{2,4}$/i
 validates_length_of :content, :maximum =&gt; 500
 def initialize(attributes = {})
 attributes.each do |name, value|
 send(&quot;#{name}=&quot;, value)
 end
 end
end
</pre><p>If we reload the form now we’ll see that we’re not quite there yet,  however.</p><p>This time the error is caused by a missing <code>to_key</code> method  in the <code>Message</code> model. The error is thrown by the <code>form_for</code> method so it seems that Rails itself is expecting our model to have  functionality that it doesn’t yet support. Let’s add that functionality  now.</p><p>Rather than guessing everything that Rails expects the model to have  there’s a nice <a
href="http://github.com/rails/rails/blob/master/activemodel/lib/active_model/lint.rb">lint  test</a> included with ActiveModel that allows us to check whether our  custom model behaves as Rails expects it to. If we include the <code>ActiveModel::Lint::Tests</code> module in a tests for the model it will check that the model has all of  the required functionality.</p><p>The source code for the <code>Lint::Tests</code> module shows the  methods that the model needs to respond to in order for it to work as it  should, including <code>to_key</code>. We can make our model work by  including a couple of ActiveRecord modules. The first of these is <a
href="http://github.com/rails/rails/blob/master/activemodel/lib/active_model/conversion.rb"><code>Conversion</code></a>,  which provides that to_key method and several others. The other module  is the <a
href="http://github.com/rails/rails/blob/master/activemodel/lib/active_model/naming.rb"><code>Naming</code></a> module, but in this case we extend it in our class rather than  including it as it includes some class methods.</p><p>As well as including the <code>Conversion</code> module we need to  define a <code>persisted?</code> method in our model, which needs to  return <code>false</code> as our model isn’t persisted to a database.  With these changes in place our <code>Message</code> model now looks  like this:</p><p>File name: /app/models/message.rb</p><pre class="brush: ruby;">

class Message
 include ActiveModel::Validations
 include ActiveModel::Conversion
 extend ActiveModel::Naming
 attr_accessor :name, :email, :content
 validates_presence_of :name
 validates_format_of :email, :with =&gt; /^[-a-z0-9_+\.]+\@([-a-z0-9]+\.)+[a-z0-9]{2,4}$/i
 validates_length_of :content, :maximum =&gt; 500
 def initialize(attributes = {})
 attributes.each do |name, value|
 send(&quot;#{name}=&quot;, value)
 end
 end
 def persisted?
 false
 end
end
</pre><p>If we reload the form now it will work again which means that the <code>Message</code> model now satisfies all of the requirements that Rails 3 relies on for a  model. If we try to submit the form we’ll see that the validators are  working, too.</p><p><a
href="http://wordpressapi.com/files/active-record1.png"><img
class="alignnone size-full wp-image-4045" title="active-record1" src="http://wordpressapi.com/files/active-record1.png" alt="" width="800" height="631" /></a></p><p>We’ve only covered a little of what ActiveModel provides in this episode  but this should have been enough to whet your appetite and give you a  reason to look more deeply into its source code to see what it can do.  The code is well documented and structured so if you see something you  might find useful then there should be enough information in the  comments for that file to get you started using it.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/04/active-model-rails-3-0/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>20 web design ways every designer should following</title><link>http://wordpressapi.com/2010/07/02/20-web-design-blogs-designer/</link> <comments>http://wordpressapi.com/2010/07/02/20-web-design-blogs-designer/#comments</comments> <pubDate>Fri, 02 Jul 2010 07:45:09 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[web design help]]></category> <category><![CDATA[web design sites]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3991</guid> <description><![CDATA[Need an extra boost in creativity? Follow these 20 web design (and some development) ways to learn, grow, and become inspired. 1:Smashing Magazine ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2: Web Designer Depot ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: Web Design Dev ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: Spoon Graphics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: Line25 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6: Vandelay Design Blog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: WordPressAPI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8: DesignM.ag ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9: I Love.....]]></description> <content:encoded><![CDATA[<p>Need an extra boost in creativity? Follow these 20 web design (and some  development) ways to learn, grow, and become inspired.</p><h1><strong>1:<a
href="http://www.smashingmagazine.com/">Smashing Magazine</a></strong></h1><p><a
href="http://smashingmagazine.com"><img
class="alignnone size-full wp-image-3992" src="http://wordpressapi.com/files/20-web-design-ways-1.jpg" alt="" width="600" height="352" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong>2: </strong></strong><a
href="http://www.webdesignerdepot.com/"><strong>Web Designer Depot</strong></a></h1><p><a
href="http://webdesignerdepot.com"><img
class="alignnone size-full wp-image-3993" src="http://wordpressapi.com/files/20-web-design-ways-2.jpg" alt="" width="600" height="341" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong>3: </strong></strong><a
href="http://www.webdesigndev.com/"><strong>Web Design Dev</strong></a></h1><p><a
href="http://webdesigndev.com"><img
class="alignnone size-full wp-image-3994" src="http://wordpressapi.com/files/20-web-design-ways-3.jpg" alt="" width="600" height="359" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong>4: </strong></strong></strong></strong><a
href="http://blog.spoongraphics.co.uk"><strong>Spoon Graphics</strong></a></h1><p><a
href="http://blog.spoongraphics.co.uk"><img
class="alignnone size-full wp-image-3995" src="http://wordpressapi.com/files/20-web-design-ways-4.jpg" alt="" width="600" height="366" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong>5: </strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://line25.com/"><strong>Line25</strong></a></h1><p><a
href="http://line25.com"><img
class="alignnone size-full wp-image-3996" src="http://wordpressapi.com/files/20-web-design-ways-5.jpg" alt="" width="600" height="364" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>6: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://vandelaydesign.com/blog/"><strong>Vandelay Design Blog</strong></a></h1><p><a
href="http://vandelaydesign.com/blog/"><img
class="alignnone size-full wp-image-3997" src="http://wordpressapi.com/files/20-web-design-ways-6.jpg" alt="" width="600" height="366" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>7: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://wordpressapi.com"><strong>WordPressAPI</strong></a></h1><p><a
href="http://wordpressapi.com/"><img
class="alignnone size-full wp-image-3998" src="http://wordpressapi.com/files/20-web-design-ways-7.jpg" alt="" width="600" height="355" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>8: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://designm.ag/"><strong>DesignM.ag</strong></a></h1><p><a
href="http://designm.ag/"><img
class="alignnone size-full wp-image-3999" src="http://wordpressapi.com/files/20-web-design-ways-8.jpg" alt="" width="600" height="365" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>9: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://ilovetypography.com/"><strong>I Love Typography</strong></a></h1><p><a
href="http://ilovetypography.com/"><img
class="alignnone size-full wp-image-4000" src="http://wordpressapi.com/files/20-web-design-ways-9.jpg" alt="" width="600" height="366" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>10: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://www.youthedesigner.com/"><strong>You The Designer</strong></a></h1><p><a
href="http://www.youthedesigner.com/"><img
class="alignnone size-full wp-image-4001" src="http://wordpressapi.com/files/20-web-design-ways-10.jpg" alt="" width="600" height="351" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>11: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://www.fuelyourcreativity.com/"><strong>Fuel Your Creativity</strong></a></h1><p><a
href="http://www.fuelyourcreativity.com/"><img
class="alignnone size-full wp-image-4002" src="http://wordpressapi.com/files/20-web-design-ways-11.jpg" alt="" width="600" height="357" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>12: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://inspiredology.com/"><strong>Inspiredology</strong></a></h1><p><a
href="http://inspiredology.com/"><img
class="alignnone size-full wp-image-4003" src="http://wordpressapi.com/files/20-web-design-ways-12.jpg" alt="" width="600" height="362" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>13: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://webdesignledger.com/"><strong>Web Design Ledger</strong></a></h1><p><a
href="http://webdesignledger.com/"><img
class="alignnone size-full wp-image-4004" src="http://wordpressapi.com/files/20-web-design-ways-13.jpg" alt="" width="600" height="344" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>14: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://sixrevisions.com/"><strong>Six Revisions</strong></a></h1><p><a
href="http://sixrevisions.com/"><img
class="alignnone size-full wp-image-4005" src="http://wordpressapi.com/files/20-web-design-ways-14.jpg" alt="" width="600" height="364" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>15: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://buildinternet.com/"><strong>Build Internet</strong></a></h1><p><a
href="http://buildinternet.com/"><img
class="alignnone size-full wp-image-4006" src="http://wordpressapi.com/files/20-web-design-ways-15.jpg" alt="" width="600" height="366" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>16: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://www.webdesignerwall.com/"><strong>Web Designer Wall</strong></a></h1><p><a
href="http://www.webdesignerwall.com/"><img
class="alignnone size-full wp-image-4007" src="http://wordpressapi.com/files/20-web-design-ways-16.jpg" alt="" width="600" height="366" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>17: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://www.bittbox.com/"><strong>Bitt Box</strong></a></h1><p><a
href="http://www.bittbox.com/"><img
class="alignnone size-full wp-image-4008" src="http://wordpressapi.com/files/20-web-design-ways-17.jpg" alt="" width="600" height="355" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>18: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://justcreativedesign.com/"><strong>Just Creative Design</strong></a></h1><p><a
href="http://justcreativedesign.com/"><img
class="alignnone size-full wp-image-4009" src="http://wordpressapi.com/files/20-web-design-ways-18.jpg" alt="" width="600" height="363" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>19: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://www.outlawdesignblog.com/"><strong>Outlaw Design Blog</strong></a></h1><p><a
href="http://www.outlawdesignblog.com/"><img
class="alignnone size-full wp-image-4010" src="http://wordpressapi.com/files/20-web-design-ways-19.jpg" alt="" width="600" height="367" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h1><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>20: </strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong><a
href="http://abduzeedo.com/"><strong>Abduzeedo</strong></a></h1><p><a
href="http://abduzeedo.com/"><img
class="alignnone size-full wp-image-4011" src="http://wordpressapi.com/files/20-web-design-ways-20.jpg" alt="" width="600" height="366" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p>I hope you&#8217;ll enjoy &amp; this list will help you to improve your skills.</p><p>Thank You!</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/02/20-web-design-blogs-designer/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>how to create spotted border to photo with photoshop</title><link>http://wordpressapi.com/2010/07/01/create-spotted-border-photo-photoshop/</link> <comments>http://wordpressapi.com/2010/07/01/create-spotted-border-photo-photoshop/#comments</comments> <pubDate>Thu, 01 Jul 2010 17:41:04 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[photoshop]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[photoshop effects]]></category> <category><![CDATA[photoshop tutorials]]></category> <category><![CDATA[spotted border effect]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3970</guid> <description><![CDATA[In this tutorial you will learn how to create a spotted border effect using the Pixelate filter. Step 1: Open Photoshop &#38; open your image in Photoshop which you want to create spotted border. Double click on the Background Layer &#38; press OK to work on it. Step 2: Select the Rectangular Marquee Tool and.....]]></description> <content:encoded><![CDATA[<p>In this tutorial you will learn how to create a spotted border effect  using the Pixelate filter.</p><p><strong>Step 1:</strong> Open Photoshop &amp; open your image in Photoshop which you want  to create spotted border. Double click on the Background Layer  &amp; press <strong>OK</strong> to work on it.</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-1.jpg"><img
class="alignnone size-full wp-image-3971" src="http://wordpressapi.com/files/create-spotted-border-to-photo-1.jpg" alt="" width="608" height="736" /></a></p><p><strong>Step 2:</strong> Select the <strong>Rectangular Marquee Tool</strong> and make a selection around the  image like below. The closer you place the Rectangular Marquee to the  centre of the image the greater the spotted border effect, and the  further away to place the Marquee the smaller the border.</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-2.jpg"><img
class="alignnone size-full wp-image-3972" src="http://wordpressapi.com/files/create-spotted-border-to-photo-2.jpg" alt="" width="602" height="736" /></a></p><p><strong>Step 3:</strong> Choose <strong>Select &gt; Modify &gt; Feather</strong> (Alt+Ctrl+D) and  give a feather radius of <strong>5</strong> pixels. You can increase the radius if you  wish to create a more rounded border.</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-3.jpg"><img
class="alignnone size-full wp-image-3973" src="http://wordpressapi.com/files/create-spotted-border-to-photo-3.jpg" alt="" width="596" height="738" /></a></p><p><strong>Step 4:</strong> Hit the <strong>Q</strong> key on the keyboard to enter the quick mask, and you see a red  border around your image like below.</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-4.jpg"><img
class="alignnone size-full wp-image-3974" src="http://wordpressapi.com/files/create-spotted-border-to-photo-4.jpg" alt="" width="600" height="738" /></a></p><p><strong>Step 5:</strong> Select <strong>Filter &gt; Pixelate &gt; Colour  Halftone</strong> and set the max radius to <strong>10</strong> pixels. If you wish to  have larger spots on your border then increase the size of the radius.</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-5.jpg"><img
class="alignnone size-full wp-image-3975" src="http://wordpressapi.com/files/create-spotted-border-to-photo-5.jpg" alt="" width="598" height="736" /></a></p><p><strong>Step 6:</strong> Exit the quick mask mode with the <strong>Q</strong> key then choose <strong>Select &gt; Inverse</strong> (Shift+Ctrl+I) and hit the delete  the key, don&#8217;t do deselect the selection.You should get a spotted  border like below.</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-7.jpg"><img
class="alignnone size-full wp-image-3977" src="http://wordpressapi.com/files/create-spotted-border-to-photo-7.jpg" alt="" width="600" height="736" /></a></p><p><strong>Step 7:</strong> Now fill the selection with any color you like &amp; deselect the selection(Ctrl+D), I filled it with white color:</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-8.jpg"><img
class="alignnone size-full wp-image-3978" src="http://wordpressapi.com/files/create-spotted-border-to-photo-8.jpg" alt="" width="600" height="738" /></a></p><p>And you done it..</p><p>Here&#8217;s my final result:</p><p><a
href="http://wordpressapi.com/files/create-spotted-border-to-photo-final.jpg"><img
class="alignnone size-full wp-image-3979" src="http://wordpressapi.com/files/create-spotted-border-to-photo-final.jpg" alt="" width="500" height="349" /></a></p><p>Thank You!</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/01/create-spotted-border-photo-photoshop/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>free fonts for use in windows and mac os x</title><link>http://wordpressapi.com/2010/07/01/free-fonts-windows-mac-os/</link> <comments>http://wordpressapi.com/2010/07/01/free-fonts-windows-mac-os/#comments</comments> <pubDate>Thu, 01 Jul 2010 11:42:51 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[free fonts]]></category> <category><![CDATA[free fonts for windows mac osx]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3959</guid> <description><![CDATA[Here are some resources for you to find free fonts that you can use without having to pay any royalty for both Windows and Mac OSX. fawnt.com – Fawnt is a font resource for designers, developers, and anyone that appreciates the web’s highest quality fonts. It currently has 9348 free fonts you can use and.....]]></description> <content:encoded><![CDATA[<p>Here are some resources for you to find <strong>free fonts</strong> that  you can use without having to pay any royalty for both Windows and Mac OSX.</p><p><a
href="http://wordpressapi.com/files/free-fonts.jpg"><img
class="alignnone size-full wp-image-3960" src="http://wordpressapi.com/files/free-fonts.jpg" alt="" width="600" height="270" /></a></p><p><strong><a
rel="nofollow" href="http://www.fawnt.com/">fawnt.com</a></strong> – Fawnt is a font resource for designers, developers, and anyone that  appreciates the web’s highest quality fonts. It currently has <strong>9348  free fonts</strong> you can use and download for Windows and Max OSX.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
rel="nofollow" href="http://www.abstractfonts.com/"><strong>abstractfonts.com</strong></a> – Abstract Fonts has a listing of <strong>11849 free  fonts</strong> in their database. The site has a nice navigation and user experience with proper  categorization of fonts.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><strong><a
rel="nofollow" href="http://freefonts.co.in/">freefonts.co.in</a></strong> – Free fonts has over <strong>12000 free fonts </strong>which you can download and use for Windows or Mac OSX. The site has a  clean navigation making it easier to browse the fonts.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><strong><a
rel="nofollow" href="http://www.dafont.com/">dafont.com</a></strong> – dafont is another nice site to find free fonts, they list over <strong>10000  fonts</strong>, most of which are free to use for personal use on  Windows and Mac OSX. Licensing terms are clearly marked above the  download buttons.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><strong><a
rel="nofollow" href="http://www.urbanfonts.com/">urbanfonts.com</a></strong> – Another site which lists over <strong>8000 free fonts</strong>. The  fonts are segregated into different easy to find categories, and can  also be alphabetically browsed.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><strong><a
rel="nofollow" href="http://www.fontreactor.com/fonts/">fontreactor.com</a></strong> – Font Reactor lists freeware fonts in graffiti,  gothic font, old English fonts etc. Most of the fonts are freeware, but there is no clear indication before downloading, so this adds to a  bit of hassle.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><strong><a
rel="nofollow" href="http://www.dailyfreefonts.com/">dailyfreefonts.com</a></strong> – Daily Free Font is a site that has over <strong>4500  freeware fonts</strong> listed in its directory. The licensing terms  for font usage is clearly marked.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
rel="nofollow" href="http://www.fontfreak.com/main.htm"><strong>fontfreak.com</strong></a> – Font Freak has a database of 5000 free fonts, they  store a mix of both free and commercial fonts, so check the licensing  before you download the fonts.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
rel="nofollow" href="http://simplythebest.net/fonts/"><strong>simplythebest.net</strong></a> – This site lists thousands of free fonts in well segregated categories, the licensing if  clearly marked, telling you whether a font is free or not.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
rel="nofollow" href="http://www.free-fonts.com/"><strong>free-fonts.com</strong></a> – This site is more like a search engine for fonts and lists over 55000 fonts in their database, the only problem  with the site is that, there is no option to browse the fonts and you  need to remember the names of the font to search for it.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p>Thank you!</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/01/free-fonts-windows-mac-os/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 141/222 queries in 2.981 seconds using disk

Served from: wordpressapi.com @ 2010-09-09 20:52:06 -->