<?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></title>
	<atom:link href="/feed/" rel="self" type="application/rss+xml" />
	<link>http://innothemes.com</link>
	<description>InnoThemes</description>
	<lastBuildDate>Tue, 08 Jul 2014 10:40:14 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>9 Easy Tips to Better Secure Your WordPress Admin Directory</title>
		<link>http://innothemes.com/9-easy-tips-better-secure-wordpress-admin-directory/</link>
		<comments>http://innothemes.com/9-easy-tips-better-secure-wordpress-admin-directory/#comments</comments>
		<pubDate>Tue, 08 Jul 2014 10:40:14 +0000</pubDate>
		<dc:creator><![CDATA[Hannah Duong]]></dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[admin login]]></category>
		<category><![CDATA[admin wordpress]]></category>
		<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1619</guid>
		<description><![CDATA[<p>In our last blog post, covered two-factor authentication – a very effective way to protect your site, as well as<a class="read-more" href="/9-easy-tips-better-secure-wordpress-admin-directory/">[...]</a></p>
<p>The post <a rel="nofollow" href="/9-easy-tips-better-secure-wordpress-admin-directory/">9 Easy Tips to Better Secure Your WordPress Admin Directory</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>In our last blog post, covered <a href="/boost-wordpress-security-adding-two-factor-authentication/" target="_blank">two-factor authentication</a> – a very effective way to protect your site, as well as giving some tips to secure your website overall. However, if you are still worried about losing your admin login page, then there are still a few more tricks and tips you can apply.</p>
<h3>1. Use two-factor authentication plugins</h3>
<p>There is a reason why we dedicated one whole post for this useful tool; they are really handy in securing your site. Two-factor authentication basically means that your account will be linked to your mobile device, and every time you log in, a unique code will be sent to your device and without it, you can never gain access.</p>
<p>However, this method will not be as sufficient if you have to log in and log out through multiple sites or switch between devices. So even though we strongly recommend you to use this tool, of course there are other ways to secure your admin login page.</p>
<h3>2. Don’t use the “admin” username</h3>
<p>Though this may sound like an old record repeating again and again in every single WordPress security article, sometimes people fall for the most obvious mistake they can find. We cannot stress this enough: Don’t ever use the ‘admin’ username. Never! You will save your site from a brute-force attack just by this one simple act of choosing your username a bit carefully.</p>
<p>If you are already using the “admin” username, then we would advise you to create a new admin WordPress account with a new username and then delete the original “admin” account.</p>
<h3>3. Use stronger passwords</h3>
<p>Another obvious mistake that many people make is using a short, weak password. You should have a unique password for every single site, and it should be a nonsensical sequence of letters and numbers. Avoid using your name, your username or any particular word in any language, as they are easier to detect.</p>
<p>If you find it hard to remember all those passwords you created, especially when they are nonsensical, a password manager app will be the thing you need. <a href="https://lastpass.com/index.php?fromwebsite=1" target="_blank" rel="nofollow">LastPass</a> is a handy web extension that will help you in both generating a unique password and remembering it for you.<img class="aligncenter size-full wp-image-1621" src="/wp-content/uploads/2014/07/how-to-secure-admin-directory.jpg" alt="9-Easy-Tips-to-Better-Secure-Your-WordPress-Admin-Directory2" width="582" height="320" /></p>
<h3>4. Hide your username</h3>
<p>Logically, if you don’t want hackers to know your “admin” username, you will not want them to know your usernames at all, so of course showcasing your username via author archive or page title would not be a smart move.</p>
<p>Normally WordPress displays your username in your author archive page’s URL, e.g. http://websiteurl.com/author/username/. There is a field in your WordPress database called user_nicename, populated by your log in username, and WordPress uses this field to put together author page permalink. To change it to something else, you need to access your database directly, possibly via phpMyAdmin.</p>
<p>Also remember to check “Nickname” and “Display name publicly as” in the user profile section and make sure they are not your username. By default, your username will be your nickname, and if you forget to change it, your username will eventually appear on the Page Tittle.</p>
<h3>5. Create a custom login link</h3>
<p>Normally, when you access the admin WordPress panel, you will go through the “wp-login” URL, and it is alright until your admin account is hacked. On the other hand, having a custom login link will make hacking your site a more difficult business.</p>
<p>Stealth Login is there for you to solve this problem. It allows you to create custom URLs for logging in and out instead of using the default page. You can also prevent other users from being able to access “wp-login” directly. This is not a perfect way to secure your site, but if hackers do succeed in getting your username and password, they will not know where to log in. This will also prevent you from brute force attack by bots.</p>
<p>And remember that we can play with the admin WordPress page for more than just security reasons. Here we have found an interesting article covering <a href="http://www.innogears.com/blog/video-tutorial-play-wordpress-login-page/" target="_blank" rel="nofollow">how to pump up your admin page</a>, so check it out.</p>
<p><iframe src="//player.vimeo.com/video/96471661" width="500" height="281" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><a href="http://vimeo.com/96471661" rel="&quot;nofollow">Play With WordPress Login Page</a> from <a href="http://vimeo.com/innogears">InnoGears&#8221;</a> on <a href="https://vimeo.com" rel="nofollow">Vimeo</a>.</p>
<h3>6. Limit the number of failed login attempts</h3>
<p>One good way to prevent your site from being hacked through a brute force attack is by limiting the failed login attempts. This act is done by blocking the IP address after they have tried to login a specified number of times, rendering attack through bots nearly impossible.</p>
<p>Two plugins worth mentioning for this technique are Limit Login Attempt and Login Lockdown. Both of them have similar functionality, disabling requests from IP range after attempting to login too many times, with customization available in the Options panel for your special needs.</p>
<h3>7. Limit access to only your IP address</h3>
<p>If you are not on the move a lot and only manage your site from a certain place (e.g. your office), then you might want to limit the access to your administration page to only your IP address. To do this, you need to create a .htaccess file in your “wp-admin” folder and paste the following code:</p>
<p><code>order deny,allow<br />
deny from all<br />
# whitelist Syed's IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist David's IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Amanda's IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Muhammad's IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Work IP address<br />
allow from xx.xx.xx.xxx</code></p>
<p>Change the IP address of those who are whitelisted and you are ready to go.</p>
<p>If you don’t want to limit your site to only some of the IP address, then you can create another protection wall through creating a .htpasswd file and then change your .htaccess file to the following code. In case you don’t know what is .htpasswd and .htaccess file is, please check <a href="http://www.htaccesstools.com/articles/htpasswd/" target="_blank" rel="nofollow">this</a> out:</p>
<p><code>AuthUserFile ‘Path to htpasswd file'<br />
AuthGroupFile /dev/null<br />
AuthName “WordPress Admin Access Control”<br />
AuthType Basic<br />
order deny,allow<br />
deny from all<br />
Require valid-user<br />
# whitelist Syed’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist David’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Amanda’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Muhammad’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Work IP address<br />
allow from xx.xx.xx.xxx<br />
Satisfy Any</code></p>
<p>By doing this, you will get another login panel before the WordPress administration login screen. Don’t reuse your username and password though.</p>
<h3>8. Access your WordPress dashboard through a HTTPS connection</h3>
<p>We have talked about the different ways to prevent a brute force attack for you website, but how about the malicious hacker who will track down your username and password through tapping in to the device where your data is routed and capturing your credentials? Accessing your WordPress account through a HTTPS connection is one good way to protect your site from this.</p>
<p>Normally when you are logging in on the Internet, your data is routed through a number of devices on the Internet (e.g. your wireless router), and if you are not accessing it through a HTTPS connection, your data will appear in clear text, which makes it easier for a hacker to find and see your login details.</p>
<p>What makes accessing through a HTTPS connection different is that it will encrypt your data, hence making it impossible for a hacker to sniff around and find your username and password. You can set up and run your WordPress site on SSL (HTTPS connection) through <a href="http://wordpress.org/plugins/wordpress-https/" target="_blank" rel="nofollow">WordPress HTTPS (SSL) plugin</a>.</p>
<h3>9. Use WordPress security plugins</h3>
<p>Last but not least, if you find that these actions above are too much, there are always more than enough security plugins for you to use. From <a href="https://wordpress.org/plugins/wordfence/" target="_blank" rel="nofollow">Wordfence Security</a>, <a href="https://wordpress.org/plugins/better-wp-security/" target="_blank" rel="nofollow">iThemes Security</a> to <a href="https://wordpress.org/plugins/exploit-scanner/" target="_blank" rel="nofollow">Exploit Scanner</a>, plugins developers are there to fight the war against hackers with you.</p>
<p>So what have you done so far to enhance the security for your admin page? Do you find these tips above handy? Comment below and let us know!</p>
<p>The post <a rel="nofollow" href="/9-easy-tips-better-secure-wordpress-admin-directory/">9 Easy Tips to Better Secure Your WordPress Admin Directory</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/9-easy-tips-better-secure-wordpress-admin-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Freebies #18: 10 Vintage Background Sets</title>
		<link>http://innothemes.com/design-freebies-18-10-vintage-background-set/</link>
		<comments>http://innothemes.com/design-freebies-18-10-vintage-background-set/#comments</comments>
		<pubDate>Sat, 05 Jul 2014 06:02:31 +0000</pubDate>
		<dc:creator><![CDATA[Hannah Duong]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[design freebies]]></category>
		<category><![CDATA[vintage background]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1573</guid>
		<description><![CDATA[<p>Hi guys, It&#8217;s that time of the week again: Time for Design Freebies!!! Excited? We are! This week we will<a class="read-more" href="/design-freebies-18-10-vintage-background-set/">[...]</a></p>
<p>The post <a rel="nofollow" href="/design-freebies-18-10-vintage-background-set/">Design Freebies #18: 10 Vintage Background Sets</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Hi guys,</p>
<p>It&#8217;s that time of the week again: Time for Design Freebies!!! Excited? We are!</p>
<p>This week we will bring you a variation of vintage backgrounds for you to choose from. Flower patterns to snowflakes, if you find what you are looking for here from our list, then remember to comment to us and share it with your friends!<span id="more-1573"></span></p>
<p>Without further ado, here are the vintage backgrounds freebies of this week:</p>
<h3>1. Retro Pattern Set</h3>
<p>A set of 25 free 50s style retro color palette with pattern shape recalled from the 60s and 70s, this one is a must have if you want to elevate your website to the next level.</p>
<p><a class="btn-download" href="http://www.webdesignerdepot.com/2013/08/free-download-25-free-retro-patterns/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1598 size-full" src="/wp-content/uploads/2014/07/Design-freebies-18-1.jpg" alt="Design-freebies-18-1" width="770" height="320" /></p>
<h3>2. Vintage Wood Texture</h3>
<p>If you like things a bit rustic, you will find this set extra lovely. Includes 6 papers for you to use.</p>
<p><a class="btn-download" href="http://graphicburger.com/6-vintage-wood-textures-vol-2/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1599 size-full" src="/wp-content/uploads/2014/07/Design-freebies-18-2.jpg" alt="Design-freebies-18-2" width="500" height="320" /></p>
<h3>3.  Playful Retro Pattern</h3>
<p><span style="color: #474747;">Combo pack of large (1024px * 1024px) (740px * 740px) seamless Playful Retro textures in .jpg format as well as a corresponding Photoshop tileable pattern (.pat) set.</span></p>
<p><a class="btn-download" href="http://www.brusheezy.com/patterns/1959-playful-seamless-retro-patterns" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1609" src="/wp-content/uploads/2014/07/Design-freebies-18-3.jpg" alt="Design-freebies-18-3" width="537" height="320" /></p>
<h3>4. Seamless Retro Wallpapers</h3>
<p>This seamless retro vectors are perfect for your wallpapers, website backgrounds and decoration. Just remember to pay some attribution to the creator of these patterns by placing a link back to <a href="http://www.vectoropenstock.com" target="_blank" rel="nofollow">Vector Open Stock</a> in your design.</p>
<p><a class="btn-download" href="http://www.vecteezy.com/patterns/5363-wallpaper-vector-pack-of-seamless-retro-wallpapers" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1600 size-full" src="/wp-content/uploads/2014/07/Design-freebies-18-4.jpg" alt="Design-freebies-18-4" width="436" height="320" /></p>
<h3>5. Vintage Floral Backgrounds</h3>
<p>These backgrounds are inspired by Van Gogh&#8217;s Branches of an Almond Tree in Blossom, and they are really fit if you want a cutesy, womanly looking site.</p>
<p><a class="btn-download" href="http://junelily.com/free-vintage-floral-backgrounds-inspired-by-vincent-van-gogh/" target="_blank" rel="nofollow">Download</a></p>
<p><a href="/wp-content/uploads/2014/07/Design-freebies-18-5.jpg"><img class="aligncenter size-full wp-image-1601" src="/wp-content/uploads/2014/07/Design-freebies-18-5.jpg" alt="Design-freebies-18-5" width="320" height="320" /></a></p>
<h3>6. Seamless Snowflake Backgrounds</h3>
<p>Snowflakes are symmetrically beautiful, and a sprinkle of them on your website background will surely make your viewer feel the merry of Christmas.</p>
<p><a class="btn-download" href="http://junelily.com/free-pretty-seamless-snowflake-blog-backgrounds-perfect-for-winter/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1608" src="/wp-content/uploads/2014/07/Design-freebies-18-6.jpg" alt="Design-freebies-18-6" width="320" height="320" /></p>
<h3>7. Seamless Vintage Backgrounds</h3>
<p>This is a set of 20 seamless, vintage backgrounds you can download separately. The actual size of them is 450 x 450 px.</p>
<p><a class="btn-download" href="http://www.webdesigndevelopers.co.nz/website_resources_free_seamless_floral_background_1.htm" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1603 size-full" src="/wp-content/uploads/2014/07/Design-freebies-18-7.jpg" alt="Design-freebies-18-7" width="400" height="400" /></p>
<h3>8. Floral Photoshop Pattern</h3>
<p><span style="color: #474747;">A free set of old fashioned florals photoshop patterns – the set include a Photoshop PAT file and 2 seamless JPEG swatches</span></p>
<p><a class="btn-download" href="http://www.brusheezy.com/patterns/2272-floral-photoshop-patterns" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1604 size-full" src="/wp-content/uploads/2014/07/Design-freebies-18-8.jpg" alt="Design-freebies-18-8" width="320" height="320" /></p>
<h3>9. Vintage Graylands Pattern</h3>
<p>A collection of vintage backgrounds in large sizes (500 x 500 px).</p>
<p><a class="btn-download" href="http://www.brusheezy.com/patterns/23984-vintage-graylands-patterns" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1605" src="/wp-content/uploads/2014/07/Design-freebies-18-9.jpg" alt="Design-freebies-18-9" width="450" height="324" /></p>
<h3>10. Vintage Background Papers</h3>
<p>This collection includes 15 vintage background papers in 1000 x 1000 px resolution that will greatly benefit if you are looking for a bit darker pattern.</p>
<p><a class="btn-download" href="http://www.brusheezy.com/textures/12321-vintage-papers" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1607" src="/wp-content/uploads/2014/07/Design-freebies-18-10.jpg" alt="Design-freebies-18-10" width="464" height="320" /></p>
<p>Do you find these backgrounds useful for your project? What would you like to see next? Comment below and let us know. Also, don&#8217;t forget to share this to your friends if you like them.</p>
<p>See you next time!</p>
<p>The post <a rel="nofollow" href="/design-freebies-18-10-vintage-background-set/">Design Freebies #18: 10 Vintage Background Sets</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/design-freebies-18-10-vintage-background-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Review #1: Slider Revolution &#8211; Responsive WordPress Plugin</title>
		<link>http://innothemes.com/product-review-1-slider-revolution-responsive-wordpress-plugin/</link>
		<comments>http://innothemes.com/product-review-1-slider-revolution-responsive-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 01 Jul 2014 03:00:27 +0000</pubDate>
		<dc:creator><![CDATA[Scarlett Nguyen]]></dc:creator>
				<category><![CDATA[WordPress Reviews]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[WordPress Slider Plugin]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1559</guid>
		<description><![CDATA[<p>Slider Revolution Responsive WordPress Plugin is a premium WordPress slider plugin from Themepunch. Up until the moment I’m writing this blog<a class="read-more" href="/product-review-1-slider-revolution-responsive-wordpress-plugin/">[...]</a></p>
<p>The post <a rel="nofollow" href="/product-review-1-slider-revolution-responsive-wordpress-plugin/">Product Review #1: Slider Revolution &#8211; Responsive WordPress Plugin</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Slider Revolution Responsive <em><strong>WordPress Plugin</strong></em> is a premium <em><strong>WordPress slider plugin</strong></em> from Themepunch. Up until the moment I’m writing this blog it is the second best-selling plugin in CodeCanyon after Visual Composer according to statistics by <a href="http://cc.marketopia.net/" target="_blank" rel="nofollow"><strong>Marketopia</strong></a><em>. </em></p>
<p>This awesome WordPress slider plugin is worth a look! I’m sure you’ll love it.<span id="more-1559"></span></p>
<h3>Overview of this WordPress Slider plugin</h3>
<p><img class="aligncenter size-full wp-image-1881" src="/wp-content/uploads/2014/06/Slider-Revolution-WordPress-Plugin.png" alt="Slider-Revolution-WordPress--Plugin" width="652" height="332" /></p>
<p style="text-align: center;"><a class="btn-download" href="http://themes.themepunch.com/?theme=revolution_wp" target="_blank" rel="nofollow">Live preview</a>                <a class="btn-download" href="http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380?ref=themepunch" target="_blank" rel="nofollow">Purchase</a></p>
<p>Slider Revolution is a multi-functional slider plugin which is best for showing almost any kind of content with customizable transitions, effects and custom animations.</p>
<p>Slider Revolution plugin was released in July, 2012. The Themepunch team has regularly updated their product; the latest update was this month, on 11 June 2014.</p>
<p>Slider Revolution is compatible with many browser software versions from IE8, IE9, IE10, IE11, Firefox, Safari, Opera and Chrome.</p>
<p>For developers who care about this plugin, files included in Slider Revolution are JavaScript JS, HTML, CSS, PHP.</p>
<p>Created nearly 2 years ago, Slider Revolution has had great achievements: more than 28,000 purchases with a buyer’s rating of 4.77/5. On average, there are more than 1,500 purchases each month; an incredible number, right?</p>
<p>Customers are not wrong; this WordPress plugin has some outstanding features over other slider plugins to be chosen by so many users.</p>
<h3>Which amazing things you can find in Slider Revolution WordPress plugin?</h3>
<p><strong>Easily slide editing</strong></p>
<p>Slider Revolution plugin makes it easy for you to create custom sliders using a drag and drop interface, navigation arrows, slider size customization, slider location customization, and media layers. Creating a professional slide show for your site is as easy as eating a pie now!</p>
<p><strong>Media Support</strong></p>
<p>You can add text, links, images and videos with a few clicks with Revolution Slider. This WordPress plugin gives you the ability to make your slideshow more vivid and interactive to visitors.</p>
<p><strong>SEO optimization</strong></p>
<p>This is a new feature just added in Slider Revolution. You can custom image alt tag for SEO purposes.</p>
<p><strong>Slider Responsiveness</strong></p>
<p>With Slider Revolution, multiple size displays can be configured in the slider settings panel in both vertical and horizontal mode, for various screen sizes and mobile devices.</p>
<p><strong>Easily placing on a page</strong></p>
<p>When creating a new slider, a short code for it is automatically created. This short code can be used to easily place the slider in a post, page or in a widget.</p>
<p><strong>Multi-site and multi-language support</strong></p>
<p>Need to show slide captions in different languages? No problem! Slider Revolution is certified for WPML usage and now also supports the qTranslate Plugin.</p>
<p><strong>Import/Export tools</strong></p>
<p>With Slider Revolution you can easily import/export your complete sliders with full content for usage in themes or for easily moving them to another WordPress installation.</p>
<h3>Do you get a bargain when buying this WordPress slider plugin?</h3>
<p>For a regular license it only costs $19 for all these wonderful features. With this license you can use Slider Revolution a single end-product, which can be used by yourself or sold to your client.</p>
<p>For an extended license it is $95. With this license you or your client can charge a fee for the end-product. In other words, the product can be sold to end-users for a profit.</p>
<p>For you, a normal WordPress user, using this plugin for your site, certainly you can get a great bargain for only $19.</p>
<h3>Does Slider Revolution plugin work well with other themes?</h3>
<p>Slider Revolution plugin is used in the current top 3 selling themes on ThemeForest:</p>
<ul>
<li><a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/full_screen_preview/2833226/?ref=marketopia" target="_blank" rel="nofollow">Avada | Responsive Multi-Purpose Theme (ThemeFusion)</a></li>
<li><a href="http://themeforest.net/item/inovado-retina-responsive-multipurpose-theme/3810895?WT.ac=category_thumb&amp;&amp;ref=marketopia#38;WT.seg_1=category_thumb&amp;WT.z_author=minti" target="_blank" rel="nofollow">Inovado (Minti)</a></li>
<li><a href="http://themeforest.net/item/udesign-wordpress-theme/253220?ref=marketopia" target="_blank" rel="nofollow">U-Design WordPress Theme (internq7)</a></li>
</ul>
<p>Moreover, it has been used in a great number of other great themes.</p>
<h3>How to create a slider with Slider Revolution? (video)</h3>
<p><iframe src="//www.youtube.com/embed/T8--OggjJKQ" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<h3>What others are saying about this plugin?</h3>
<p>Slider Revolution WordPress plugin has got so many positive reviews, some of them are from two famous WordPress Blogs:</p>
<blockquote>
<p style="text-align: left;">“I thoroughly enjoyed testing and using this plugin, and highly recommend it to all those of you who are looking for a slider plugin, especially if you plan to include some layer-based animation features to your slides.”</p>
</blockquote>
<p style="text-align: right;"><a href="http://www.wpmayor.com/plugin-reviews/revolution-slider-review/?ref=marketopia" target="_blank" rel="nofollow">WP Mayor</a></p>
<blockquote>
<p style="text-align: left;">“Revolution Slider is an all-around awesome plugin, and would be a solid addition to any site.”</p>
</blockquote>
<p style="text-align: right;"><a href="http://www.wpexplorer.com/slider-revolution-wordpress-plugin?ref=marketopia" target="_blank" rel="nofollow">WPExplorer</a></p>
<h3>WordPress Slider Revolution Plugin Summary</h3>
<p>It can be seen that Slider Revolution is a combination of many features for a great WordPress slider plugin: easy editing, various choices of styles and layouts, responsive interface and search engine optimization. If you are looking for a slider <strong><em>WordPress plugin</em></strong>, which creates eye-catching and information-rich sliders, Slider Revolution is a great choice for you!</p>
<p>This is the first blog in our series of products reviews in InnoThemes blog. We do hope to receive feedback from you to make our review more valuable to our all dear readers. If you have any further ideas, then add a comment please! Thanks <img src="/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>The post <a rel="nofollow" href="/product-review-1-slider-revolution-responsive-wordpress-plugin/">Product Review #1: Slider Revolution &#8211; Responsive WordPress Plugin</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/product-review-1-slider-revolution-responsive-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Freebies #17: 20 Free Minimalist Icon Sets</title>
		<link>http://innothemes.com/design-freebies-17-20-free-minimalist-icon-sets/</link>
		<comments>http://innothemes.com/design-freebies-17-20-free-minimalist-icon-sets/#comments</comments>
		<pubDate>Fri, 27 Jun 2014 15:04:42 +0000</pubDate>
		<dc:creator><![CDATA[Scarlett Nguyen]]></dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[free icon sets]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[minimalist icons]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1564</guid>
		<description><![CDATA[<p>Dear our beloved designers, We would like to send our sincere thanks to you for standing by us till the<a class="read-more" href="/design-freebies-17-20-free-minimalist-icon-sets/">[...]</a></p>
<p>The post <a rel="nofollow" href="/design-freebies-17-20-free-minimalist-icon-sets/">Design Freebies #17: 20 Free Minimalist Icon Sets</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Dear our beloved designers,</p>
<p>We would like to send our sincere thanks to you for standing by us till the seventeenth design collection. Also, we inform you that we would continue to bring you more specific and high-quality freebies.</p>
<p>Today we offer you 20 free minimalist icons that you surely need for your minimalistic design.</p>
<p>Enjoy!<span id="more-1564"></span></p>
<h3>1. Minimalist Icons</h3>
<p>This is an awesome set of minimalist icons. After downloading them, you&#8217;ll receive a zip file containing the following: .ai file (Illustrator), .psd file, .xar file (Xara) and .svg</p>
<p><a class="btn-download" href="http://iconimal.com/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1910" src="/wp-content/uploads/2014/06/minimalist-icons-1.gif.png" alt="minimalist-icons-1.gif" width="546" height="451" /><br />
&nbsp;</p>
<h3>2. Minimalist Icon Set</h3>
<p>This is a set of over 1000 vectorized icons in 46 categories for you to use in any commercial project you need. This minimalist style fits perfectly with any kind of design, it can be a website, a mobile app or even a desktop interface.</p>
<p><a class="btn-download" href="http://pixelkit.com/kits/minimalist-icon-set" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1911" src="/wp-content/uploads/2014/06/minimalist-icons-2-1024x662.jpg" alt="minimalist-icons-2" width="600" height="388" /><br />
&nbsp;</p>
<h3>3. Iconic</h3>
<p>Here&#8217;s a great set of simple yet attractive icons that would be perfect for a minimal design. Iconic is an open source icon set that can be downloaded in PNG, SVG, SWC as well as other formats, thus allowing you to customise them to fit and match your design.</p>
<p><a class="btn-download" href="https://useiconic.com/open/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1946" src="/wp-content/uploads/2014/06/Iconic1.jpg" alt="Iconic" width="600" height="178" /><br />
&nbsp;</p>
<h3>4. Extra IKONS</h3>
<p>36 new minimalist icons by Piotr Kwiatkowski, a Dribbble user are worth a look! It is quite popular on this platform.</p>
<p><a class="btn-download" href="http://ikons.piotrkwiatkowski.co.uk/" target="_blank" rel="nofollow">Download</a><br />
<img class="aligncenter wp-image-1952" src="/wp-content/uploads/2014/06/extra-ICONS.jpg" alt="extra ICONS" width="400" height="300" /><br />
&nbsp;</p>
<h3>5. Iconmelon</h3>
<p>This brilliant collection of various minimalist icons helps you to design a great minimal website.</p>
<p><a class="btn-download" href="http://iconmelon.com/#/page-1" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1915" src="/wp-content/uploads/2014/06/iconmelons.png" alt="iconmelons" width="600" height="252" /><br />
&nbsp;</p>
<h3>6. Budicon – 48 Free Icons</h3>
<p>It includes all 5 size variations of Budicon, you&#8217;ll get 25px, 50px,16px, 32px and 64px. Basically you download this for free with just tweeting about this icon.</p>
<p><a class="btn-download" href="https://www.paywithapost.de/pay?id=ec03751020d83bfe825edeb28522b808" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1916" src="/wp-content/uploads/2014/06/budicons.png" alt="budicons" width="600" height="450" /><br />
&nbsp;</p>
<h3>7. <strong>44 Shades Of Free Icons</strong></h3>
<p>This minimalist icon set was created by  <a href="https://dribbble.com/victorerixon" target="_blank" rel="nofollow">Victor Erixon</a>, a Dribbble user. It has got 1223 likes and many positive review from users.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/885207-44-Shades-of-Free-Icons" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1917" src="/wp-content/uploads/2014/06/44-Shades-of-Free-Icons.png" alt="44 Shades of Free Icons" width="600" height="450" /><br />
&nbsp;</p>
<h3>8. Devine Icons</h3>
<p>Clean and beautiful minimalist black and white icons for your next design project.</p>
<p><a class="btn-download" href="http://ipapun.deviantart.com/art/Devine-Icons-137555756" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1918" src="/wp-content/uploads/2014/06/Deveni-icons.jpg" alt="Deveni icons" width="585" height="350" /><br />
&nbsp;</p>
<h3>9. Mnml Icon Set</h3>
<p>Here&#8217;s another set of minimal icons that work against dark backgrounds. There are 20 standard icons, 1 folder icon, and 5 &#8216;group&#8217; icons. All are 128*128 transparent-background PNGs.</p>
<p><a class="btn-download" href="http://brsev.deviantart.com/art/Mnml-Icon-Set-106367676" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1919" src="/wp-content/uploads/2014/06/Mnml-Icon-Set.jpg" alt="Mnml Icon Set" width="585" height="400" /><br />
&nbsp;</p>
<h3>10. Sanscons</h3>
<p>Sanscons is a CSS-friendly version allowing you to set custom backgrounds on your icons. <span style="color: #050000;">All icons come in a wide variety of colors (13 in all) in order for greater convenience. </span></p>
<p><a class="btn-download" href="http://somerandomdude.com/work/sanscons/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1920" src="/wp-content/uploads/2014/06/sanscon.jpg" alt="sanscon" width="585" height="220" /><br />
&nbsp;</p>
<h3>11. Glyphish</h3>
<p>You can scale designs up and down by multiples of two and your icons remain crisp. It&#8217;s easy to design for variable display size and pixel density. Try free 200 minimalist icons.</p>
<p><a class="btn-download" href="http://www.glyphish.com/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1921" src="/wp-content/uploads/2014/06/Glyphish.jpg" alt="Glyphish" width="585" height="336" /><br />
&nbsp;</p>
<h3>12. Symbol Signs Collection</h3>
<p>The symbol signs can be used for signage &amp; wayfinding projects. The complete symbol collection is optimized for reproduction methods such as engraving, laser engraving/cutting, screen printing and self adhesive film to manufacture the signs you need.</p>
<p><a class="btn-download" href="http://designworkplan.com/design/symbol-signs.htm" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1922" src="/wp-content/uploads/2014/06/symbol-signs-small.png" alt="symbol-signs-small" width="600" height="226" /><br />
&nbsp;</p>
<h3>13. 108 Mono Icons</h3>
<p>This Free Icon Pack is for use in your personal and commercial projects, and can be used without attribution. It may not be redistributed. There are 108 minimal icons included in this set. The icons are avaliable in 32×32 px .png (transparent background) format.</p>
<p><a class="btn-download" href="http://www.tutorial9.net/downloads/108-mono-icons-huge-set-of-minimal-icons/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1923" src="/wp-content/uploads/2014/06/Mono-Icons.jpg1.png" alt="Mono Icons.jpg" width="597" height="429" /><br />
&nbsp;</p>
<h3>14. 120 Icon Square Ilepixeli Set</h3>
<p>Here is another freebie, 120 square minimalist icons, divided in 4 categories &#8211; sound, picture, web and devices. Hope you like it!</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1393987-free-120-icon-square-ilepixeli-set" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1924" src="/wp-content/uploads/2014/06/square_ilepixeli_120icon-917x1024.png" alt="square_ilepixeli_120icon" width="600" height="670" /><br />
&nbsp;</p>
<h3>15. 45 Blue Drops</h3>
<p>This free icon set is created by Zulal Ahmad , a Dribbble user. It has got 500 likes and more than 15000 views on this platform.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1332726-45-Blue-Drops?list=users&amp;offset=7" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1925" src="/wp-content/uploads/2014/06/45-blue-drops.png" alt="45-blue-drops" width="600" height="450" /><br />
&nbsp;</p>
<h3>16. Simplicio: A Free Icon Set</h3>
<p>The main motivation behind the design was to create a simple, even minimalistic set which can fit into every project. The set contains 78 free icons in .png and .ico. You can use the set for free – without any restrictions whatsoever.</p>
<p><a class="btn-download" href="http://www.smashingmagazine.com/2008/09/02/simplicio-a-free-icon-set/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1926" src="/wp-content/uploads/2014/06/simplicio.png" alt="simplicio" width="600" height="273" /><br />
&nbsp;</p>
<h3>17. Token</h3>
<p>TOKEN includes 128 unique icon designs, each is available in dark and light variants.</p>
<p><a class="btn-download" href="http://brsev.deviantart.com/art/Token-128429570" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1927" src="/wp-content/uploads/2014/06/Token_by_brsev.png" alt="Token_by_brsev" width="600" height="643" /><br />
&nbsp;</p>
<h3><strong>18. </strong><strong>Reflection</strong></h3>
<p>It’s simple but elegant and stylish icon set. You’ll find these icons great to use at small sizes, such as for website navigation, menus and more. Both vector and raster versions are included.</p>
<p><a class="btn-download" href="http://www.webdesignerdepot.com/2010/07/200-exclusive-free-icons-reflection/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1928" src="/wp-content/uploads/2014/06/reflection.jpg" alt="reflection" width="600" height="342" /><br />
&nbsp;</p>
<h3>19. 350 Free Vector Web Icons</h3>
<p>This set of minimalist icons are ideal to use in your next web design project, which can help you to create a minimalistic interface.</p>
<p><a class="btn-download" href="http://365psd.com/day/2-305/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1931" src="/wp-content/uploads/2014/06/350-Free-Vector-Web-Icons.jpg" alt="350 Free Vector Web Icons" width="600" height="353" /><br />
&nbsp;</p>
<h3>20. Streamline</h3>
<p>This set of icons is free for both personal and commercial purpose. Hope you can enjoy it!</p>
<p><a class="btn-download" href="https://www.iconfinder.com/iconsets/streamline-icon-set-free-pack" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1932" src="/wp-content/uploads/2014/06/Streamline.png" alt="Streamline" width="600" height="303" /></p>
<p>The collection of this week is useful for you or not? Let us know, we will make the best become better for you! Thanks <img src="/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>The post <a rel="nofollow" href="/design-freebies-17-20-free-minimalist-icon-sets/">Design Freebies #17: 20 Free Minimalist Icon Sets</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/design-freebies-17-20-free-minimalist-icon-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infographic: 5 Helpful Tips To Boost WordPress Security</title>
		<link>http://innothemes.com/infographic-5-helpful-tips-boost-wordpress-security/</link>
		<comments>http://innothemes.com/infographic-5-helpful-tips-boost-wordpress-security/#comments</comments>
		<pubDate>Tue, 24 Jun 2014 03:35:35 +0000</pubDate>
		<dc:creator><![CDATA[Scarlett Nguyen]]></dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[WordPress Infographic]]></category>
		<category><![CDATA[wordpress security]]></category>
		<category><![CDATA[WordPress Website]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1546</guid>
		<description><![CDATA[<p>WordPress website is your own property, where you can show your professionalism and gain profits. Of course, you will not want<a class="read-more" href="/infographic-5-helpful-tips-boost-wordpress-security/">[...]</a></p>
<p>The post <a rel="nofollow" href="/infographic-5-helpful-tips-boost-wordpress-security/">Infographic: 5 Helpful Tips To Boost WordPress Security</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><em><strong>WordPress website </strong></em>is your own property, where you can show your professionalism and gain profits.</p>
<p>Of course, you will not want a hacker to break into your own &#8220;house&#8221; and mess up your life, huh? Don&#8217;t let the grass grow under your feet. Take preparations for the sake of <em><strong>WordPress security </strong></em>right away!</p>
<p>In this post today, we will cover 5 helpful tips for you to build a thick wall against WordPress hackers. Enjoy!<span id="more-1546"></span></p>
<p><a href="/wp-content/uploads/2014/06/5-Helpful-Tips-To-Boost-Wordpress-Security-Infographic1.jpg" target="_blank"><img class="aligncenter wp-image-1804 size-large" src="/wp-content/uploads/2014/06/5-Helpful-Tips-To-Boost-Wordpress-Security-Infographic1-742x1024.jpg" alt="5-Helpful -Tips-To -Boost-Wordpress -Security-Infographic" width="700" height="966" /></a></p>
<h3>Tip #1: Use secure hosting</h3>
<p>Secure hosting is a very important factor to harden your WordPress security. These are features of secure hosting that you should look for:</p>
<ul>
<li>Support for the latest PHP and MySQL versions</li>
<li>Account isolation</li>
<li>Web Application Firewall</li>
<li>Intrusion detecting system</li>
</ul>
<p><strong>Hosting solutions:</strong>  Use hosting from company with strong security measures.</p>
<h3>Tip #2: Control Uploading Files From Users</h3>
<p>Controling uploading files from users prevents a security threat to your website. Malicious files should be limited by these ways:</p>
<ul>
<li>Prevent users from executing files they upload</li>
<li>Prevent direct upload of files altogether</li>
<li>Make sure you use secure transport methods such as SFTP or SSH for websites allowing users to upload images directly from the Internet</li>
</ul>
<h3>Tip #3: Use custom secret keys</h3>
<p>Some common mistakes you may make with your WordPress login:</p>
<ul>
<li>Login with user admin name</li>
<li>Use default password</li>
<li>Never reset your passwords</li>
</ul>
<p>Something too predictable and simple is not good for WordPress security. If you don&#8217;t want hackers have a access to your site, start using custom secret keys right now.</p>
<p><strong>Tools</strong> <strong>for you:</strong></p>
<p><a href="http://wordpress.org/plugins/better-wp-security/" target="_blank" rel="nofollow">Better WP Security</a> is plugin from Ithemes. It can <span style="color: #444444;">hide common WordPress security vulnerabilities and keep attackers away from sensitive areas like your site&#8217;s login or admin.</span></p>
<h3>Tip #4: Do backups regularly</h3>
<p>Backup can help you restore your data in an unexpected case. So, it is better to:</p>
<ul>
<li>Do backup on a daily/weekly or monthely basis</li>
<li>Build a backup plan or use a back up service</li>
</ul>
<p><strong>Tools for WordPress backups:</strong></p>
<p><a href="http://ithemes.com/purchase/backupbuddy/" target="_blank" rel="nofollow">Backup Buddy</a> and <a href="https://vaultpress.com/" target="_blank" rel="nofollow">VaultPress</a> are premium tools, but you will get what you pay for, they are really backup solutions for your WordPress website.</p>
<p>With <a href="http://wordpress.org/plugins/wordpress-backup-to-dropbox/" target="_blank" rel="nofollow">WordPress Backup to Dropbox</a>, a free choice, you can have your site backuped and your files stored in Dropbox.</p>
<p><a href="http://wordpress.org/plugins/duplicator/" target="_blank" rel="nofollow">WordPress Duplicator</a> is a free tool which helps you migrate, copy or clone a site from one location to another.</p>
<h3>Tip #5: Stay updated</h3>
<p>Why I say you should stay updated? WordPress as well as themes or  plugins providers often upgrade them on a regular basis. The new version is more complete than the older ones. So if you don&#8217;t update, hackers know the sucurity hole in your site and it sucks! To stay updated, remember two things:</p>
<ul>
<li>Update new release of WordPress</li>
<li>Follow lastest update of themes and plugins</li>
</ul>
<p><strong>Tools to keep your WordPress website updated:</strong></p>
<p><a href="http://wordpress.org/plugins/wp-updates-notifier/" target="_blank" rel="nofollow">WordPress Updates Notifier</a> plugin will s<span style="color: #444444;">end email to notify you if there are any updates for your WordPress site such as core, plugin and theme updates.</span></p>
<p><a href="http://wordpress.org/plugins/iwp-client/" target="_blank" rel="nofollow">InfiniteWP Client</a> is a useful tool for you to install <span style="color: #444444;">multiple plugins &amp; themes on multiple sites simultaneously</span> <span style="color: #444444;">from a central dashboard. </span>Of course its update function is great, too.</p>
<p>I am sure that with only five simple preparation steps you can make your WordPress website more secure.</p>
<p>Follow us to receive informative WordPress infographics, posts and video tutorials. Don&#8217;t hesitate to share the infographic with your friends to help their <em><strong>WordPress website</strong></em> secure just like yours!</p>
<p style="text-align: right;"><em>Featured Image: InnoGears</em></p>
<p>The post <a rel="nofollow" href="/infographic-5-helpful-tips-boost-wordpress-security/">Infographic: 5 Helpful Tips To Boost WordPress Security</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/infographic-5-helpful-tips-boost-wordpress-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Greatest Free Fonts For Graphic And Web Designers</title>
		<link>http://innothemes.com/20-greatest-free-fonts-graphic-web-designers/</link>
		<comments>http://innothemes.com/20-greatest-free-fonts-graphic-web-designers/#comments</comments>
		<pubDate>Fri, 20 Jun 2014 09:40:18 +0000</pubDate>
		<dc:creator><![CDATA[Scarlett Nguyen]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[free fonts]]></category>
		<category><![CDATA[freebies]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1550</guid>
		<description><![CDATA[<p>Hey web designers, As you may know, besides color, image and space, font is a great factor to your design<a class="read-more" href="/20-greatest-free-fonts-graphic-web-designers/">[...]</a></p>
<p>The post <a rel="nofollow" href="/20-greatest-free-fonts-graphic-web-designers/">20 Greatest Free Fonts For Graphic And Web Designers</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Hey web designers,</p>
<p>As you may know, besides color, image and space, font is a great factor to your design project&#8217;s success. It&#8217;s the reason why we have collected the most popular and favorite <em><strong>free fonts</strong></em> for you here.</p>
<p>This week <em><strong>design freebies</strong></em> include a set  of 20 great free fonts for graphic and web designers.</p>
<p>Get them now!<span id="more-1550"></span></p>
<h3>1. Disclaimer</h3>
<p>Fontfabric type foundry presents Disclaimer – module-based display font coming in two variations : Plain and Classic.</p>
<p><a class="btn-download" href="http://fontfabric.com/disclaimer-free-font/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1818" src="/wp-content/uploads/2014/06/disclaimer-free-fonts.png" alt="disclaimer-free-fonts" width="600" height="459" /><br />
&nbsp;</p>
<h3>2. Bebas Neue</h3>
<p>Bebas Neue is a sans serif font family based on the original Bebas Neue free font. The new weights stay true to the style and grace of Bebas with the familiar clean lines, elegant shapes, a blend of technical straightforwardness and simple warmth which make it uniformly proper for web, print, commerce and art.</p>
<p><a class="btn-download" href="http://fontfabric.com/bebas-neue/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1865" src="/wp-content/uploads/2014/06/Bebas-Neue.gif.png" alt="Bebas Neue-free-fonts" width="599" height="339" /><br />
&nbsp;</p>
<h3>3. Vagtur</h3>
<p><span style="color: #494949;">Vagtur comes from <a style="color: #0096ff;" href="https://www.behance.net/B2302" target="_blank" rel="nofollow">Simon Becker</a> and <a style="color: #0096ff;" href="https://www.behance.net/Ekeciksabrina" target="_blank" rel="nofollow">Sabrina Ekecik</a>. Vagtur is an old Uniprojekt, now brought back to life, with the kind assistance of an intern Sabrina Ekecik.</span><br style="color: #494949;" /><span style="color: #494949;">VAG + FetteFraktur = Vagtur, this font is a mixture of the two classics.</span></p>
<p><a class="btn-download" href="http://www.paywithapost.de/pay?id=963697cb-9a10-4516-a060-b8598c809ccf" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1869" src="/wp-content/uploads/2014/06/Vagtur.jpg" alt="Vagtur-free-fonts" width="600" height="800" /><br />
&nbsp;</p>
<h3>3. Choplin (Medium &amp; ExtraLight)</h3>
<p style="color: #494949;">Choplin is a modern and clear geometric slab serif with a sturdy heart. It was designed based on the Campton Family, with the same principles in mind: geometry, simplicity and neutrality.</p>
<p style="color: #494949;"><a class="btn-download" href="http://fontfabric.com/choplin-free-font/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1870" src="/wp-content/uploads/2014/06/Choplin.jpg" alt="Choplin_free-fonts" width="600" height="322" /><br />
&nbsp;</p>
<h3>5. Vaneer</h3>
<p>Veneer from Yellow Design Studio is a high resolution hand-crafted letterpress font. It’s highly customizable with six distress options for every letter and three for all other characters. The Veneer family includes 16 font styles and 4 font styles are free.</p>
<p><a class="btn-download" href="http://www.fontspring.com/fonts/yellow-design-studio/veneer" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1822" src="/wp-content/uploads/2014/06/veneer.png" alt="veneer" width="600" height="300" /><br />
&nbsp;</p>
<h3>6. Campton</h3>
<p>Campton is a simple sans serif with a geometric skeleton, based on the mid to early twentieth century visual trend of achieving neutrality. It is perfectly suited for graphic design application ranging from editorial and corporate design to product design.</p>
<p><a class="btn-download" href="http://fontfabric.com/campton-free-font/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1823" src="/wp-content/uploads/2014/06/campton.png" alt="campton" width="600" height="706" /><br />
&nbsp;</p>
<h3>7. Lovelo font</h3>
<p>Lovelo free font is remake of the original <strong><a href="http://www.behance.net/gallery/Lovelo-Inline/6787299" target="_blank" rel="nofollow">Lovelo Inline</a></strong> <strong>–</strong> designed by Renzler Design, Vienna, Austria.</p>
<p><a class="btn-download" href="http://fontfabric.com/lovelo-font/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1824" src="/wp-content/uploads/2014/06/Lovelo-font.png" alt="Lovelo font_free fonts" width="600" height="482" /><br />
&nbsp;</p>
<h3>8. Porto</h3>
<p>Porto was born to be part of a logo design but it didn&#8217;t turn to be. It is such a <span style="color: #3b3b3b;">gorgeous font that thousands of people appreciated it  on behance.</span></p>
<p><a class="btn-download" href="https://www.paywithapost.de/pay?id=881619ee79f0bdf038fcc4e2644fae54" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1825" src="/wp-content/uploads/2014/06/Porto.png" alt="Porto-free fonts" width="600" height="423" /><br />
&nbsp;</p>
<h3>9. Uni Sans Free</h3>
<p>Fontfabric type foundry presents Uni Sans Free. This four-font set from well known best seller Uni Sans is available for free download.</p>
<p><a class="btn-download" href="https://www.behance.net/gallery/17414961/Uni-Sans-Free" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1826" src="/wp-content/uploads/2014/06/Uni-Sans-Free.png" alt="Uni Sans Free_Free fonts" width="600" height="400" /><br />
&nbsp;</p>
<h3>10. Baron (Free Typefamily)</h3>
<p>Baron is an free uppercase display typeface inspired by the classic sans serif font familes. This typeface is perfect for usage in posters/logotypes and headlines. It is free for both personal and commercial use.</p>
<p><a class="btn-download" href="http://fontfabric.com/baron-free-font/ " target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1828" src="/wp-content/uploads/2014/06/BARON-Free-typefamily.jpg.png" alt="BARON_Free_fonts" width="598" height="599" /><br />
&nbsp;</p>
<h3>11. Tesla Font</h3>
<p>The inspiration for this typeface was found in the circuitry of lightbulb filament and wiring intricately crossing paths.</p>
<p><a class="btn-download" href="https://www.behance.net/gallery/14228781/Tesla-Font-Free-Font" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1830" src="/wp-content/uploads/2014/06/Tesla-Font.jpg.png" alt="Tesla_Free_Font" width="598" height="481" /><br />
&nbsp;</p>
<h3>12. Higher</h3>
<p>Higher is a free font by Marisa Passos, an user on behance. It has got 16221 views and 6966 appreciations.</p>
<p><a class="btn-download" href="https://www.behance.net/gallery/6797841/Higher-Free-Font" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1831" src="/wp-content/uploads/2014/06/Higher.jpg" alt="Higher_Free_Font" width="600" height="400" /><br />
&nbsp;</p>
<h3>13. Navia</h3>
<p>Navia Type is designed to communicate modernism with the sharp edges that evoke contemporary style. This font is ideal for titles, portfolios and logos.</p>
<p><a class="btn-download" href="http://www.21lab.mx/typography-2/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1833" src="/wp-content/uploads/2014/06/Navia.jpg.png" alt="Navia_Free_Font" width="596" height="449" /><br />
&nbsp;</p>
<h3>14. &#8220;Cortes&#8221; &#8211; A Free Typeface</h3>
<p>Cortes is a geometric modern style font that should be used as a display font only. If you need the thins to be thicker, add a stroke in the program of your choice. This font is for personal use only.</p>
<p><a class="btn-download" href="http://www.mediafire.com/download/kf6brjfwqqk9baz/Cortes+Personal+Use+ONLY.ttf" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1834" src="/wp-content/uploads/2014/06/Cortes.jpg" alt="Cortes_Free_Fonts" width="600" height="399" /><br />
&nbsp;</p>
<h3>15. Knewave</h3>
<p>Knewave is bold, painted face. Get it for free!</p>
<p><a class="btn-download" href="https://www.theleagueofmoveabletype.com/knewave" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1835" src="/wp-content/uploads/2014/06/Knewave.png" alt="Knewave" width="600" height="220" /><br />
&nbsp;</p>
<h3>16. Junction</h3>
<p>Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type. It has been updated (2014) to include additional weights (light/bold) and expanded international support.</p>
<p><a class="btn-download" href="https://www.theleagueofmoveabletype.com/junction" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1836" src="/wp-content/uploads/2014/06/junction.png" alt="junction_free-fonts" width="600" height="225" /><br />
&nbsp;</p>
<h3>17. Ostrich Sans</h3>
<p>This is a gorgeous modern sans-serif with a very long neck with a whole slew of styles &amp; weights: Dashed (thin), Rounded (medium), Ultra light, Normal, Bold (race track style double lines), Black, Inline (with italics), Heavy (round).</p>
<p><a class="btn-download" href="https://www.theleagueofmoveabletype.com/ostrich-sans" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1837" src="/wp-content/uploads/2014/06/Ostrich-Sans.jpeg" alt="Ostrich Sans_Free-fonts" width="600" height="220" /><br />
&nbsp;</p>
<h3>18. Portico Identity</h3>
<p>This font is made by Eddie Lobanovskiy, a user on Dribbbles. It has got 1549 likes and 45320 views on this platform.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/942632-Portico-identity?list=searches&amp;tag=font&amp;offset=2" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1838" src="/wp-content/uploads/2014/06/portico-1024x682.jpg" alt="portico-free-fonts" width="600" height="400" /><br />
&nbsp;</p>
<h3>19. Glamour</h3>
<p>Glamor Type Family, including a set of 24 fonts with more than 200 unique characters per font, is free for personal and commercial works. OTF &amp; TTF files are in attached ZIP folders.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1290571-Glamor-Chic-Modern-Free-Type-Family" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1839" src="/wp-content/uploads/2014/06/Glamour.png" alt="Glamour_free-fonts" width="600" height="450" /><br />
&nbsp;</p>
<h3>20. Maven Pro</h3>
<p>Maven Pro is a sans-serif typeface with unique curvature and flowing rhythm. Its forms make it very distinguishable and legible in context. Maven Pro’s modern design is great for the web and fits in any environment.</p>
<p><a class="btn-download" href="http://www.vissol.co.uk/mavenpro/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1840" src="/wp-content/uploads/2014/06/Maven-Pro.png" alt="Maven Pro_Free_fonts" width="600" height="422" /></p>
<p>We hope that you like these <strong><em>free fonts</em></strong> and use them for your next design project. Let us know your experiences at that time.</p>
<p>See ya&#8217; in our next <em><strong>design freebies</strong></em> collection!</p>
<p>The post <a rel="nofollow" href="/20-greatest-free-fonts-graphic-web-designers/">20 Greatest Free Fonts For Graphic And Web Designers</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/20-greatest-free-fonts-graphic-web-designers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8 Premium Wireframing &amp; Mockup Tools for Designers in 2014</title>
		<link>http://innothemes.com/8-premium-wireframing-mockup-tools-designers-2014/</link>
		<comments>http://innothemes.com/8-premium-wireframing-mockup-tools-designers-2014/#comments</comments>
		<pubDate>Tue, 17 Jun 2014 09:55:24 +0000</pubDate>
		<dc:creator><![CDATA[Hannah Duong]]></dc:creator>
				<category><![CDATA[WordPress Reviews]]></category>
		<category><![CDATA[mockup]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[wireframing tools]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1529</guid>
		<description><![CDATA[<p>The importance of wireframing and mockup tools is rather unnecessary to explain; we all know they were created to make<a class="read-more" href="/8-premium-wireframing-mockup-tools-designers-2014/">[...]</a></p>
<p>The post <a rel="nofollow" href="/8-premium-wireframing-mockup-tools-designers-2014/">8 Premium Wireframing &#038; Mockup Tools for Designers in 2014</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The importance of wireframing and mockup tools is rather unnecessary to explain; we all know they were created to make our web development process a little easier. They are also crucial when we want to communicate our prototype’s usability and functionality to clients. But with the ocean of wireframing tools that are available today, it can be troublesome to pick the best of the best. So below we have compiled a list of 8 tools that will help you in every situation.</p>
<p><span id="more-1529"></span></p>
<h2><a href="http://balsamiq.com" target="_blank" rel="nofollow">InnoThemes pick: Balsamiq Mockups</a></h2>
<p><img class="aligncenter wp-image-1531 size-full" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools1.jpg" alt="8-premium-wireframe-tools" width="769" height="480" /></p>
<ul>
<li> <strong>Price: $79</strong></li>
</ul>
<p>Balsamiq Mockups is a wireframing tool that includes several drag-and-drop elements, all in the style of hand-drawing. Why do we like Balsamiq so much? Because it makes you feel like you are drawing a draft on paper, and that feeling does give you the freedom to do more tweaking here and there, as well as giving out feedbacks. We also love it because all the elements are there and you only need to arrange them. In fact, we have used Balsamiq for the InnoThemes site, and this is how we did it:</p>
<p><a href="/wp-content/uploads/2014/06/8-premium-wireframe-toolsIT.jpg"><img class="aligncenter size-full wp-image-1539" src="/wp-content/uploads/2014/06/8-premium-wireframe-toolsIT.jpg" alt="8-premium-wireframe-tools" width="770" height="681" /></a></p>
<p>Balsamiq Mockups is great with the ideas phase of the project, however, with such simplicity, it is not much of a prototyping tool for showing off to clients.</p>
<h2><a href="http://www.flairbuilder.com" target="_blank" rel="nofollow">InnoThemes pick: FlairBuilder</a></h2>
<p><img class="aligncenter wp-image-1532 size-full" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools2.jpg" alt="8-premium-wireframe-tools" width="770" height="411" /></p>
<ul>
<li> <strong>Price: $99</strong></li>
</ul>
<p>One of our core wireframing tools, FlairBuilder brings creative, interactive wireframes for both websites and mobile applications. And unlike Balsamiq, FlairBuilder has both ‘high-fidelity’ and ‘low-fidelity’ modes that you can switch back and forth between to suit your need, whether it is drawing out the basic concept or creating a prototype for a client. You can even add events to elements to make them interactive. FlairBuilder’s versatility is a sure win.</p>
<h2><a href="http://www.adobe.com/products/fireworks.html" target="_blank" rel="nofollow">InnoThemes pick: Adobe Fireworks</a></h2>
<p><img class="aligncenter wp-image-1530 size-full" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools3.jpg" alt="8-premium-wireframe-tools" width="770" height="320" /></p>
<ul>
<li> <strong>Price: $282</strong></li>
</ul>
<p>A classic in designing wireframes and prototypes for web, Fireworks is still one of our ‘go-to’ software tools, despite an ocean full of wireframing and mockups apps out there. Not just because we, as designers, are accustomed to using core Adobe products, but because the design in Fireworks can be adjusted to pixel point and then exported to CSS file with ease. If you want to create a static web page, everything can be done with only Fireworks.</p>
<p>Another plus point of Fireworks is that it works seamlessly with Dreamweaver.  You can jump back and forth between the two softwares packages without any problems. For example, if you want to edit the appearance of one element in Dreamweaver, you can simply click on it in ‘Edit with Fireworks’, and voila, you are there.</p>
<h2><a href="http://www.invisionapp.com" target="_blank" rel="nofollow">InVision</a></h2>
<p><img class="aligncenter wp-image-1534 size-full" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools4.jpg" alt="8-premium-wireframe-tools4" width="770" height="393" /></p>
<ul>
<li> <strong>Price: $25/month</strong></li>
</ul>
<p>InVision was included in our ‘must-have’ list a while ago, so we do indeed adore this software. With InVision, you can link up UX sketches, designs, and wireframes, and then present a ‘near-ready’ prototype with your teammates. InVision makes your prototype more interactive, easier to visualize and easier to receive feedback from your team.</p>
<p>Though it’s good for the ideas phase of wireframing, InVision is more fully utilized at the simulation phase, when a little bit of real-life action with the design can go a long way. And there are possibly thousands of layers in your design, which could make finding a mistake difficult at that time, so InVision ‘click and comment’ system is a sweet extra. After all, InVision is created to make our design collaboration a more comfortable road.</p>
<h2><a href="http://www.infragistics.com/products/indigo-studio" target="_blank" rel="nofollow">Indigo Studio</a></h2>
<p><img class="aligncenter size-full wp-image-1535" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools5.jpg" alt="8 Premium Wireframing &amp; Mockup Tools for Designers in 2014" width="770" height="330" /></p>
<ul>
<li> <strong>Price: $495</strong></li>
</ul>
<p>Indigo Studio might seem a bit pricey compared to other software of the same type, but there is a reason why Indigo has become one of the hottest wireframing tools in the recent times. Not only does Indigo provide you with the traditional layout of a UI tool, it also gives you storyboard mode, allowing designers to put together the users’ journeys in broad overview. Also, once you have all your elements in place, you can include a set of interactions to make a clickable prototype.</p>
<p>One powerful feature of this software: With Indigo, you can import your static mockups from Balsamiq and make them interactive. However, there have also been complaints about Indigo Studio, mostly about its data plan and limited annotations. Many people are satisfied with it, while others still think Indigo is a bit lacking compared to its price. What is your opinion?</p>
<h2><a href="http://www.axure.com" target="_blank" rel="nofollow">Axure</a></h2>
<p><img class="aligncenter size-full wp-image-1536" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools6.jpg" alt="8-premium-wireframe-tools6" width="770" height="373" /></p>
<ul>
<li> <strong>Price: $289 &#8211; $589</strong></li>
</ul>
<p>Another famous prototyping tool is Axure. Axure is known for its efficiency in creating interactive prototypes quickly and without any knowledge of front-end coding. Focusing most on UX, Axure gives you the ability to create highly functional, rich prototypes with conditional logic, dynamic content, animations and calculations.</p>
<p>On the other hand, because Axure is a pure prototyping tool, its feature for documenting process flows and integrating prototypes with other UX-related documents has never been a priority. Axure also does not provide much of an environment for collaboration, as InVision does.</p>
<h2><a href="http://uxpin.com/#" target="_blank" rel="nofollow">UXPin</a></h2>
<p><img class="aligncenter wp-image-1540 size-full" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools71.jpg" alt="8-premium-wireframe-tools" width="770" height="361" /></p>
<ul>
<li> <strong>Price: $14.99/month</strong></li>
</ul>
<p>If you are not that experienced and you find the tools above, especially Axure, hard to use, then UXPin might be the answer for you. UXPin offers you a complete tool kit of useful design elements and pattern with easy drag-and-drop, and you can map out your site online with an infinite number of people. It’s quick. It’s easy. It’s responsive. Nearly everything you need for a good design can be found in UXPin.</p>
<p>Because UXPin is made for beginners, of course, their interactions are more limited than Axure or Indigo.  However, if you are only looking for something simple and your site is not that complicated, then you should give UXPin a go.</p>
<h2><a href="http://proto.io" target="_blank" rel="nofollow">Proto.io</a></h2>
<p><img class="aligncenter size-full wp-image-1538" src="/wp-content/uploads/2014/06/8-premium-wireframe-tools8.jpg" alt="8-premium-wireframe-tools" width="770" height="430" /></p>
<ul>
<li> <strong>Price: from $24/month</strong></li>
</ul>
<p>For those out there who are creating a prototype for mobile devices, then let us introduce you to Proto.io, the prototyping tool that will cater to your every needs. Be it you want to see gestures, touch events, animations or screen transitions, Proto.io can bring it to you. In just a few minutes, your interactive interfaced prototype is complete, and you can test it on any actual device that you like.</p>
<p>The drawback of Proto.io is also its highlight; you can create prototypes for PC, but it’s not nearly as magical because Proto.io is made for touch features.</p>
<p><strong>Above are 8 prototyping tools that you can use, from the basic ideas phase to full-blown prototype testing. Have you ever used any of these tools? Do you find them efficient or annoying? Comment below and let us know.</strong></p>
<p>The post <a rel="nofollow" href="/8-premium-wireframing-mockup-tools-designers-2014/">8 Premium Wireframing &#038; Mockup Tools for Designers in 2014</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/8-premium-wireframing-mockup-tools-designers-2014/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Freebies #15: 20 Free High-Quality Line Icon Sets</title>
		<link>http://innothemes.com/design-freebies-15-20-free-high-quality-line-icon-sets/</link>
		<comments>http://innothemes.com/design-freebies-15-20-free-high-quality-line-icon-sets/#comments</comments>
		<pubDate>Fri, 13 Jun 2014 10:18:20 +0000</pubDate>
		<dc:creator><![CDATA[Scarlett Nguyen]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[free icon sets]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[line icon]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1514</guid>
		<description><![CDATA[<p>Line icon is a great tool for you to achieve a simple, minimalistic but awesome design. We have collected the<a class="read-more" href="/design-freebies-15-20-free-high-quality-line-icon-sets/">[...]</a></p>
<p>The post <a rel="nofollow" href="/design-freebies-15-20-free-high-quality-line-icon-sets/">Design Freebies #15: 20 Free High-Quality Line Icon Sets</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Line icon is a great tool for you to achieve a simple, minimalistic but awesome design. We have collected the most favorite icon sets from many sources for your next design project, guys. If you’re looking for line icons, check out the 20 free high-quality line icon sets below.<span id="more-1514"></span></p>
<h3></h3>
<h3>Line Icon Set For UI &amp; More</h3>
<p>This icon set is very popular on behance. It gets 88652 views and 9012 appreciations. Luckily, it is free for download, be quick before the author sets a price on it <img src="/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p><a class="btn-download" href="https://www.behance.net/gallery/Line-icon-set-for-UI-more-Infinitely-scalable/10712283" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1704" src="/wp-content/uploads/2014/06/Line-icon-set-for-UI-more.png" alt="Line icon set for UI more" width="600" height="390" /><br />
&nbsp;</p>
<h3></h3>
<h3>100+ Free Simple Line Icons by Mirko Monti</h3>
<p>100+ simple line icons for web and UI design are available for free; check the preview file to see all the icons.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1344983-Simple-Line-Icons-100-free-icons-Ai-Eps-Svg-Psd" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1705" src="/wp-content/uploads/2014/06/100-free-line-icons.jpg.png" alt="100-free-line-icons.jpg" width="587" height="433" /><br />
&nbsp;</p>
<h3></h3>
<h3>Free Simple Line Icons Set Vol.1</h3>
<p>Here’s a set of 40 simple stroke icons that are great for mobile applications, websites, user interfaces and more. All icons are pixel perfect, fully scalable vector shapes available in two sizes, 32px and 64px.</p>
<p><a class="btn-download" href="http://graphicburger.com/simple-line-icons-set-vol-1/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1712" src="/wp-content/uploads/2014/06/vol-1-free-line-icons.png" alt="vol-1-free-line-icons" width="599" height="505" /><br />
&nbsp;</p>
<h3></h3>
<h3>Simple Line Icons Set Vol.2</h3>
<p>The second volume of stroke icons collection with 40 new icons are used in your websites, apps and user interfaces.</p>
<p><a class="btn-download" href="http://graphicburger.com/simple-line-icons-set-vol-2/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1711" src="/wp-content/uploads/2014/06/vol-2-line-icon.png" alt="vol-2-line-icon" width="599" height="468" /><br />
&nbsp;</p>
<h3></h3>
<h3>Free Simple Line Icons Set Vol.3</h3>
<p>This is the third volume of the line icons collection with 40 new icons, perfect for your web and mobile projects. As you already know, all icons are pixel perfect vector shapes available in two sizes, 32px and 64px.</p>
<p><a class="btn-download" href="http://graphicburger.com/simple-line-icons-set-vol-3/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1707" src="/wp-content/uploads/2014/06/vol-3-free-line-icon-set.png" alt="vol 3- free-line-icon-set" width="579" height="502" /><br />
&nbsp;</p>
<h3></h3>
<h3>Free Simple Line Icons Set Vol.4</h3>
<p>The fourth volume of the line icons collection is ready to use in your web and mobile projects. These icons are fully scalable vector shapes available in two sizes.</p>
<p><a class="btn-download" href="http://graphicburger.com/simple-line-icons-set-vol-4/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1706" src="/wp-content/uploads/2014/06/Simple-Line-Icons-Set-Vol4-600.png" alt="Simple-Line-Icons-Set-Vol4-600" width="599" height="495" /><br />
&nbsp;</p>
<h3></h3>
<h3>48 Icons By Robin Kylander</h3>
<p>This freebies by Robon Kylander, an Dribble user has got many likes and views. Enjoy it to see how amazing it is!</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1368416-48-Free-Icons-Get-them" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1751" src="/wp-content/uploads/2014/06/48_icons_robin_kylander_dribbble.jpg" alt="48_icons_robin_kylander_dribbble" width="600" height="450" /><br />
&nbsp;</p>
<h3></h3>
<h3>DRIPICONS &#8211; 90+ Free Vector Line Icon Font</h3>
<p>This free design resources is created by Amit Jakhu, which can minimalize your web and mobile interface.</p>
<p><a class="btn-download" href="http://www.mediafire.com/download/d0mqhqxa7ot2bjy/dripicons-by-amit-jakhu-08-11-2013.zip" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1710" src="/wp-content/uploads/2014/06/DRIPICONS-90+-Free-Vector-Line-Icon-Font.jpg.png" alt="DRIPICONS - 90+ Free Vector Line Icon Font.jpg" width="548" height="469" /><br />
&nbsp;</p>
<h3></h3>
<h3>Free Minimal Single Line Icons</h3>
<p>This line icon set gets 1210 views, 73 appreciations on Behance. Surely it can help you to save time on your design piece and increase work&#8217;s quality.</p>
<p><a class="btn-download" href="https://www.behance.net/gallery/Minimal-single-line-icons/8937479" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1713" src="/wp-content/uploads/2014/06/Minimal-Single-Line-Icons.png" alt="Minimal Single Line Icons" width="555" height="419" /><br />
&nbsp;</p>
<h3></h3>
<h3>20 Settings Line Icons</h3>
<p>This freebie includes 20 iOS7-style settings line icons (brightness, search, volume, etc.).</p>
<p><a class="btn-download" href="https://www.dropbox.com/s/4ojy48kyqykfj6n/Untitled-1.psd" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1714" src="/wp-content/uploads/2014/06/20-settings-line-icons-psd.jpg" alt="20-settings- line-icons-psd" width="580" height="435" /><br />
&nbsp;</p>
<h3></h3>
<h3>24 Ecommerce Line Icons (PSD, AI)</h3>
<p>This is a set of 24 line icons for ecommerce shop. These line icons are pixel perfect and come in vector PSD, Illustrator AI and EPS formats and can infinitely be scalable. These icons are created in 50 x 50 pixels size mainly aimed at iPhone ecommerce apps.</p>
<p><a class="btn-download" href="http://www.graphicsfuel.com/2013/12/24-ecommerce-line-icons-psd-ai/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1716" src="/wp-content/uploads/2014/06/Minimal-Single-Line-Icons1.png" alt="Minimal Single Line Icons" width="600" height="348" /><br />
&nbsp;</p>
<h3></h3>
<h3>Buddha Line Icon Set</h3>
<p>This is a set of beautiful line vector based icons, perfect for App and Web design. This freebie is only the first part of upcoming icon pack, that will contain several releases.</p>
<p><a class="btn-download" href="http://pixelbuddha.net/freebie/line-icons-vol1" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1717" src="/wp-content/uploads/2014/06/buddha-line-icon-sets.jpg" alt="buddha line icon sets" width="680" height="510" /><br />
&nbsp;</p>
<h3></h3>
<h3>Free Vector Line Icon Set &#8211; 50 icons</h3>
<p>Download these 1000 line icons to unleash your creativity and reach perfection.</p>
<p><a class="btn-download" href="http://roundicons.com/free-vector-line-icons-set/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1733" src="/wp-content/uploads/2014/06/Free-Vector-Line-Icons-Set-50-icons.png" alt="Free Vector Line Icons Set - 50 icons" width="600" height="401" /><br />
&nbsp;</p>
<h3></h3>
<h3>Tab Bar Icons iOS 7</h3>
<p>This is a series of iOS 7 inspired tab bar icons with a mix of default icons and custom ones. Those new icons are here to help you refresh your apps and test the water of the new apple iOS design paradigm.</p>
<p><a class="btn-download" href="http://www.pixeden.com/media-icons/tab-bar-icons-ios-7" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1718" src="/wp-content/uploads/2014/06/Tab-Bar-Icons-iOS-7.jpg" alt="Tab Bar Icons iOS 7" width="640" height="340" /><br />
&nbsp;</p>
<h3></h3>
<h3>Tab Bar Icons iOS 7 Vol2</h3>
<p>Volume 2 of iOS7 styled tab bar icons with 32 new icons to use in your apps. Normal line and filled style in these freebies can help you pick what is best for your project.</p>
<p><a class="btn-download" href="http://www.pixeden.com/media-icons/tab-bar-icons-ios-7-vol2" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1719" src="/wp-content/uploads/2014/06/Tab-Bar-Icons-iOS-7-Vol2.jpg" alt="Tab Bar Icons iOS 7 Vol2" width="640" height="340" /><br />
&nbsp;</p>
<h3></h3>
<h3>Tab Bar Icons iOS 7 Vol3</h3>
<p>Third volume of iOS7 tab bar icons with a collection of 32 icons may help you create web and mobile apps.</p>
<p><a class="btn-download" href="http://www.pixeden.com/media-icons/tab-bar-icons-ios-7-vol3" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1720" src="/wp-content/uploads/2014/06/Tab-Bar-Icons-iOS-7-Vol3.jpg" alt="Tab Bar Icons iOS 7" width="640" height="340" /><br />
&nbsp;</p>
<h3></h3>
<h3>Cicons: 40 Outline Icons</h3>
<p>Cicons is a set of 40 outline icons created by Vlad Cristea. All icons are pixel perfect, fully scalable vector shapes available in PSD, AI and EPS formats.</p>
<p><a class="btn-download" href="http://graphicburger.com/cicons-40-outline-icons/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1721" src="/wp-content/uploads/2014/06/cicons-line-icon.png" alt="cicons-line-icon" width="599" height="456" /><br />
&nbsp;</p>
<h3></h3>
<h3>Streamline Icons</h3>
<p>This set is from the Streamline Icons Pack. Free for download, you only have to pay with a tweet.</p>
<p><a class="btn-download" href="http://streamlineicons.com/free-icons.html" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1722" src="/wp-content/uploads/2014/06/streamline-line-icon-set.png" alt="streamline-line-icon-set" width="578" height="462" /><br />
&nbsp;</p>
<h3></h3>
<h3>Linecons – Free Icons</h3>
<p>Linecons is a set of remarkable free vector icons. The set contains 48 fully scalable vector icons with outline styles. You can use these icons when creating web and mobile interfaces. They will suit any site themes and any design.</p>
<p><a class="btn-download" href="http://designmodo.com/linecons-free/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1727" src="/wp-content/uploads/2014/06/Linecons.jpg.png" alt="Linecons.jpg" width="596" height="524" /><br />
&nbsp;</p>
<h3></h3>
<h3>Social Media Line Icons</h3>
<p><span style="color: #485056;">Thin and modern style. This set contains only essential and popular social media icons.</span></p>
<p><a class="btn-download" href="http://www.cssauthor.com/free-social-media-line-icon-set/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1738" src="/wp-content/uploads/2014/06/social-line-icons.png" alt="social-line-icons" width="680" height="359" /></p>
<p>This free social media line icon set has brought you to the end of the collection today! We hope that you can enjoy it to the best. Like this post or share with us your expreriences with these freebies to help you have the better resource next time.</p>
<p>The post <a rel="nofollow" href="/design-freebies-15-20-free-high-quality-line-icon-sets/">Design Freebies #15: 20 Free High-Quality Line Icon Sets</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/design-freebies-15-20-free-high-quality-line-icon-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boost WordPress Security By Adding Two-Factor Authentication</title>
		<link>http://innothemes.com/boost-wordpress-security-adding-two-factor-authentication/</link>
		<comments>http://innothemes.com/boost-wordpress-security-adding-two-factor-authentication/#comments</comments>
		<pubDate>Tue, 10 Jun 2014 10:39:44 +0000</pubDate>
		<dc:creator><![CDATA[Scarlett Nguyen]]></dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[two-factor authentication]]></category>
		<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1511</guid>
		<description><![CDATA[<p>Did you know that there are thousands of WordPress blogs and websites hacked every year and the number of hacked WordPress<a class="read-more" href="/boost-wordpress-security-adding-two-factor-authentication/">[...]</a></p>
<p>The post <a rel="nofollow" href="/boost-wordpress-security-adding-two-factor-authentication/">Boost WordPress Security By Adding Two-Factor Authentication</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Did you know that there are <a href="http://www.wpwhitesecurity.com/wordpress-news/statistics-70-percent-wordpress-installations-vulnerable/" target="_blank" rel="nofollow">thousands of WordPress blogs and websites hacked every year</a> and the number of hacked WordPress sites is expected to increase even more in the future? Hackers are everywhere and they are getting “better” at hacking, so your site can be attacked at any time.</p>
<p>The question is: While there is always patch for vulnerability now, is it best to use static passwords?<span id="more-1511"></span></p>
<p>The answer is certainly no. Two-factor authentication can solve this problem. This service will try to verify that you really are the person you say you are, and not just accept the password you give.</p>
<p>This blog post can give you an overview of two-factor authentication, and then how you can apply it to your WordPress site.</p>
<h3>Who are you, two-factor authentication?</h3>
<p>It used to be that having a strong password policy was enough to prevent hackers from accessing to your site. However, as security continues to evolve, it is clear that a strong password is not enough. A simple and effective way of improving the way you secure your WordPress site accounts is by using a method called two-factor authentication.<br />
Two-factor authentication is a method where your users are required to log in with two “factors”: a password or a code from a device that they have, maybe their mobile phone. Two-factor authentication is one of the best things you can do to make sure your accounts don&#8217;t get hacked.</p>
<p>WordPress is not the only one applying two-factor authentication; a lot of sites have recently implemented it, including many of our favorite services: Google, Facebook, LinkedIn, Twitter, Dropbox, … etc.</p>
<p>It’s clear that two-factor authentication is well known, right? You need to have a deep awareness of its necessity to boost your WordPress site security.</p>
<h3>Do I need to add two-factor authentication to my WordPress site?</h3>
<p>Google&#8217;s spam guru, Matt Cutts, has commented about the importance of two-factor authentication:</p>
<blockquote>
<p style="text-align: left;">Two-factor authentication is a simple feature that asks for more than just your password. It requires both &#8220;something you know&#8221; (like a password) and &#8220;something you have&#8221; (like your phone)…It&#8217;s a lot more secure than a password and keeps unwanted snoopers out of your online accounts.</p>
</blockquote>
<p>Do you think you need two-factor authentication for your WordPress site? Believe me; you will be persuaded to do it right away</p>
<ul>
<li>Using your username and password along with some personal information that only you have access to makes it harder for potential intruders to gain access and steal your personal data or identity.</li>
<li>Moreover, two-factor authentication can help to protect your site from brute force attacks. Brute force attacks work by systematically checking all possible keys or passwords until a valid one is found.</li>
</ul>
<p>Two-factor authentication can help you avoid this problem through its password-verifying process.</p>
<h3>Dear two-factor authentication, how do you work?</h3>
<p>Remembering many different account passwords from your WordPress account to gmail, bank, or even your favorite forum account is always a challenge, right? So I’m sure that many of you will use the same account password for many sites. This means that your accounts can be hacked in a domino effect.</p>
<p>Well, two-step verification is just the solution for that. Even if the hacker knows your WordPress username and password, they will not be able to access your site. Because your site is directly connected with your mobile device, you are the only person who should have access to this to get a unique code for each login.</p>
<p>The unique code often expires in a short amount of time for security purposes too.</p>
<h3>Recommended two-factor authentication plugins</h3>
<h3>Google Authenticator</h3>
<p><a class="btn-download" href="http://wordpress.org/plugins/google-authenticator/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1685" src="/wp-content/uploads/2014/06/google-authenticator-two-factor-authentication.jpg" alt="google-authenticator-two-factor-authentication" width="360" height="600" /></p>
<p>The Google Authenticator plugin for WordPress gives you two-factor authentication using the Google Authenticator app for Android, iPhone, and Blackberry.</p>
<p>If you are security aware, you may already have the Google Authenticator app installed on your smartphone, using it for two-factor authentication on your WordPress site.</p>
<p>You will need to download and install Google Authenticator both on your WordPress site and your smart phone to ensure you login to your site by opening the app on your phone and entering the provided authenticator key.</p>
<h4>Cleft</h4>
<p><a class="btn-download" href="https://wordpress.org/plugins/wpclef/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1686" src="/wp-content/uploads/2014/06/cleft-two-factor-authentication.png" alt="cleft-two-factor-authentication" width="741" height="396" /></p>
<p>Cleft is a mobile app that replaces usernames and passwords with your smartphone.</p>
<p>After installing and activating the Cleft plugin on your WordPress site, you create a Cleft profile on your phone too. Cleft uses that profile to generate a new digital signature every time you log. Then you sync Cleft Wave to identify yourself on your WordPress login.</p>
<h4>Duo Two-Factor Authentication</h4>
<p><a class="btn-download" href="http://wordpress.org/plugins/duo-wordpress/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1687" src="/wp-content/uploads/2014/06/Duo-Two-Factor-Authentication.png" alt="Duo-Two-Factor-Authentication" width="696" height="224" /></p>
<p>Duo Security provides two-factor authentication as a service to protect against account takeover and data theft. Rather than relying on a password alone, Duo&#8217;s authentication service adds a second layer of security to your WordPress accounts. Duo enables your admins or users to verify their identities using something they have &#8211; like their mobile phone or a hardware token &#8211; which provides strong authentication and dramatically enhances account security.</p>
<p>Duo is easy to setup and use. With Duo there’s no extra hardware or complicated software to install, just install this plugin and sign up for Duo’s service. Then you can set which user roles you want to enable two-factor authentication for — admins, editors, authors, contributors, and/or subscribers — without setting up user accounts, directory synchronization, servers, or hardware.</p>
<p>The only problem with this plugin is you only have a limited number of people who can use the website with the free version.</p>
<p><strong>Well, have you used two-factor authentication for boosting your WordPress security or not? If yes, which plugins have you used? Share with me your ideas in the comment box below. </strong><strong>One more thing &#8211; don’t forget to share this post with your friends. Thanks <img src="/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </strong></p>
<p style="text-align: right;">Feature image source from threatpost.com</p>
<p>The post <a rel="nofollow" href="/boost-wordpress-security-adding-two-factor-authentication/">Boost WordPress Security By Adding Two-Factor Authentication</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/boost-wordpress-security-adding-two-factor-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Free Flat UI KITS To Boost Up Your Workflow</title>
		<link>http://innothemes.com/20-free-flat-ui-kits-boost-work-flow/</link>
		<comments>http://innothemes.com/20-free-flat-ui-kits-boost-work-flow/#comments</comments>
		<pubDate>Fri, 06 Jun 2014 11:26:42 +0000</pubDate>
		<dc:creator><![CDATA[Scarlett Nguyen]]></dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[free UI KITS]]></category>
		<category><![CDATA[freebies]]></category>

		<guid isPermaLink="false">http://innothemes.com/?p=1489</guid>
		<description><![CDATA[<p>How did you do last week, guys? Whatever it is, take a deep breath and enjoy the weekend with our<a class="read-more" href="/20-free-flat-ui-kits-boost-work-flow/">[...]</a></p>
<p>The post <a rel="nofollow" href="/20-free-flat-ui-kits-boost-work-flow/">20 Free Flat UI KITS To Boost Up Your Workflow</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>How did you do last week, guys?</p>
<p>Whatever it is, take a deep breath and enjoy the weekend with our freebies collection!</p>
<p>We offered you with an awesome <a href="/design-freebies-30-beautiful-free-flat-icon-sets-for-designers/" target="_blank">collection of free flat icon sets</a> two weeks ago, right? So today we will offer more flat design freebies for your next projects: <em><strong>Flat UI KITS. </strong></em>UI KIT is a great tool to create a user interface design, which helps to create innovative design.</p>
<p>So don&#8217;t beat about the bush any more. See what we have today!</p>
<p><span id="more-1489"></span></p>
<h3>1. Flat UI KIT By Hugo</h3>
<p>You are currently viewing flat UI KIT (psd), a free UI KIT design made by Dribble user naming Hugo. It has received more than 13,000 views and 250 likes on Dribble.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1377595-Flat-UI-kit-psd" target="_blank" rel="nofollow"><strong>Download</strong></a></p>
<p><img class="aligncenter wp-image-1634" src="/wp-content/uploads/2014/06/Flat-UI-KIT-psd-By-Hugo.jpg" alt="Flat UI KIT by Hugo" width="620" height="424" /></p>
<p>&nbsp;</p>
<h3>2. Flat UI KIT By Designmodo</h3>
<p><span style="color: #4c4c4c;">Flat UI by Designmodo contains many basic and complex components which are great for designers to have at hand: buttons, inputs, button groups, selects, checkboxes and radio-buttons, tags, menus, progress bars and sliders, navigation elements and more.</span></p>
<p><a class="btn-download" href="http://designmodo.com/flat-free/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-large wp-image-1636" src="/wp-content/uploads/2014/06/Flat-UI-Kit-Free-PSDHTML-Twitter-Bootstrap1-1024x408.png" alt="Flat UI Kit-Designmodo" width="700" height="278" /></p>
<p>&nbsp;</p>
<h3>3. Freebie PSD: Flat UI KIT  (Blog) By Riki Tanone</h3>
<p>Here’s a nice free PSD kit of some widgets that are popular to use in web design. This one also has a wonderful color palette.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/968433-Freebie-PSD-Flat-UI-Kit-2-Blog" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1637" src="/wp-content/uploads/2014/06/Flat-UI-Kit-2-Blog-by-Riki-Tanone-1024x768.png" alt="Flat UI Kit 2 (Blog) by Riki Tanone" width="620" height="465" /></p>
<p>&nbsp;</p>
<h3>4. Flat UI KIT (PSD) By Devin Schulz</h3>
<p>It is a more extensive PSD for flat colors that has a very simple color palette. It includes everything from navigational buttons to tag styles.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1083847-Flat-UI-Kit-Free-PSD" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1638" src="/wp-content/uploads/2014/06/Flat-UI-Kit-PSD-by-Devin-Schulz-free.jpg" alt="Flat UI Kit (PSD) by Devin Schulz (free)" width="620" height="428" /></p>
<p>&nbsp;</p>
<h3>5. Avenger</h3>
<p>You will be fascinated with how this stunning flat and simplistic design can look. A lot of UI elements are into one document.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1218591-Avengers-Flat-UI-Kit" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-large wp-image-1657" src="/wp-content/uploads/2014/06/Avenger-1024x784.png" alt="Avenger-ui-kit" width="700" height="535" /></p>
<p>&nbsp;</p>
<h3>6. Freebie PSD: Flat / UI KIT By Sebastiaan Scheer</h3>
<p><span style="color: #000000;">This UI KIT features a very popular color and makes it a monochromatic color palette. The typography is delightful as well.</span></p>
<p><a class="btn-download" href="https://dribbble.com/shots/1061304-Freebie-PSD-Flat-UI-Kit" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1639" src="/wp-content/uploads/2014/06/Flat-UI-KIT-by-Sebastiaan-Scheer.jpg" alt="Flat UI KIT by Sebastiaan Scheer" width="620" height="428" /></p>
<p>&nbsp;</p>
<h3>7. Eerste – Flat UI KIT</h3>
<p>The elements are organized in folders so you won’t have to search through a multitude of layers to get what you are looking for. The graphical elements of the UI kit are: vertical menu, sign in menu, social media profile, horizontal menu, comment form, pricing table, video player, calendar, newsletter subscribe, checkboxes, dropdown, scrollbar, pagination, search, share buttons and music player.</p>
<p><a class="btn-download" href="http://www.designyourway.net/blog/resources/eerste-flat-user-interface-kit-that-is-free-to-download/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1640" src="/wp-content/uploads/2014/06/Eerste-Flat-UI-Kit.jpg" alt="Eerste – Flat UI Kit" width="620" height="428" /></p>
<p>&nbsp;</p>
<h3>8. Metro UI KIT</h3>
<p>Colorful Metro UI KIT is for free download and any use. Collection of blocks includes calendar, stats, chart, icons, menu, search and account. All are designed in Metro style.</p>
<p><a class="btn-download" href="http://www.tempees.com/free-download/metro-ui-kit" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1642" src="/wp-content/uploads/2014/06/metro-ui-kit-1024x662.jpg" alt="metro-ui-kit" width="620" height="401" /></p>
<p>&nbsp;</p>
<h3>9. Vertical Infinity</h3>
<p>This huge free flat style UI KIT contains different styles of Menus, Dropdown lists, Buttons, Form Elements, Check Boxes and Radio Buttons, Toggle, Navigation and Paginations, Tags, Alert Boxes, Progress Bars, Login Forms, Contact Forms, Weather Widgets, Calendar Widgets, Social Buttons, Media Players,  Attachment, Profile Elements.</p>
<p><a class="btn-download" href="http://www.cssauthor.com/vertical-infinity-a-mega-flat-style-ui-kit-for-free-download/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1492" src="/wp-content/uploads/2014/06/Vertical-Infinity.jpg.png" alt="Vertical-Infinity.jpg" width="620" height="285" /></p>
<h3>10. Free Spark Flat UI KIT</h3>
<p>Spark is a flat and clean style UI KIT created in Photoshop. Free for commercial and personal use.</p>
<p><a class="btn-download" href="http://vectorchameleon.com/design-resources/free-spark-flat-ui-kit/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1644" src="/wp-content/uploads/2014/06/Spark-UI-Kit-Preview.jpg" alt="Spark-UI-Kit-Preview" width="600" height="403" /></p>
<h3>11. Free News Flat Concept UI KIT</h3>
<p>This free UI KIT was made by <span class="js-mini-profile wait" data-id="1165473">Ozer Yilmaztekin, it has received a lot of views and shares on behance.</span></p>
<p><a class="btn-download" href="https://www.behance.net/gallery/Free-News-Concept-Ui-Kit/11269235" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1645" src="/wp-content/uploads/2014/06/flat-ui.png" alt="flat-ui" width="620" height="331" /></p>
<h3>12. Combination UI KIT Pack</h3>
<p>This new freebie includes most advanced UI KITS up to date, which includes a lot of components to help you design web and mobile apps.</p>
<p><a class="btn-download" href="http://www.bestpsdfreebies.com/freebie/combination-ui-pack/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1646" src="/wp-content/uploads/2014/06/combination-ui-kit-freebie.jpg" alt="combination-ui-kit-freebie" width="620" height="465" /></p>
<h3>13. Free UI KIT PSD</h3>
<p>This design freebie certainly can help you boost your work flow.</p>
<p><a class="btn-download" href="https://www.dropbox.com/s/l9q9hgqjgdvxnzh/UI-Kit.psd.zip" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1648" src="/wp-content/uploads/2014/06/free-ui-kit-psd.jpg.png" alt="free-ui-kit-psd" width="640" height="391" /></p>
<p>&nbsp;</p>
<h3></h3>
<h3>14. RAMPY &#8211; Free Flat UI KIT</h3>
<p>This is a flat UI KIT that you can download for free. This kit consists of various widgets: calendar, profile, login, contact, gallery, video, article and map.</p>
<p><a class="btn-download" href="http://www.grafideaweb.it/rampy-flat-ui-kit-v1-0-free-download/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1649" src="/wp-content/uploads/2014/06/Rampy-Flat-UI-Kit.jpg" alt="Rampy-Flat-UI-Kit" width="620" height="587" /></p>
<h3>15. Bleya UI KIT</h3>
<p>Here’s a bunch of flat UI elements for web design, free to download. Enjoy!</p>
<p><a class="btn-download" href="http://www.mediafire.com/download/c6e2dbmhef79bds/Bleya+UI.rar" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1650" src="/wp-content/uploads/2014/06/Bleya.jpg" alt="Bleya-ui-kit" width="600" height="301" /></p>
<h3></h3>
<h3>16. Flat Style &amp; iOS 7 Line Style UI KIT PSD</h3>
<p>The components in this pack contain stroke/line elements basically inspired by the iOS 7 style. Each element is grouped with their layers and named properly for easy recognition. It can help you save your design time as you don’t have to create elements from scratch!</p>
<p><a class="btn-download" href="http://www.graphicsfuel.com/2013/11/flat-style-ios-7-line-style-ui-kit-psd/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-full wp-image-1651" src="/wp-content/uploads/2014/06/flat-ui-ios7-style-kit.jpg" alt="flat-ui-ios7-style-kit" width="600" height="350" /></p>
<h3></h3>
<h3>17. Free Flat Bank UI KIT</h3>
<p>Really quick UI of a bank interface, hope it can help!</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1296301-Flat-Bank-UI-FREE-PSD" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1652" src="/wp-content/uploads/2014/06/bank-UI-1024x972.jpg" alt="bank-UI" width="620" height="589" /></p>
<h3></h3>
<h3>18. Free Flat Purple UI KIT</h3>
<p>Sleek and simple, this UI KIT is available for everyone to use.</p>
<p><a class="btn-download" href="https://dribbble.com/shots/1280534-Purple-UI-Kit-PSD" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter size-large wp-image-1653" src="/wp-content/uploads/2014/06/purple-ui-kits-1024x678.jpg" alt="purple-ui-kits" width="700" height="463" /></p>
<h3></h3>
<h3>19. Flatty UI</h3>
<p>Flatty UI is a flat design UI pack which meets some needs of designers and helps you get started to create your own flat design.</p>
<p><a class="btn-download" href="https://www.behance.net/gallery/Flatty-UI-Kit/10930913" target="_blank" rel="nofollow">Download</a><br />
<a href="/wp-content/uploads/2014/06/flatty-ui1.png"><img class="aligncenter size-large wp-image-1655" src="/wp-content/uploads/2014/06/flatty-ui1.png" alt="flatty-ui" width="596" height="367" /></a></p>
<h3></h3>
<h3>20. Flat Rounded Square UI Kit</h3>
<p>This UI KIT is designed by Freepik, available in PSD format and for easy modification. It can be used to design and mock-up web, app and software user interfaces. There are 20 original icons come with the UI kit as well.</p>
<p><a class="btn-download" href="http://www.webappers.com/flat-ui-kit/" target="_blank" rel="nofollow">Download</a></p>
<p><img class="aligncenter wp-image-1656" src="/wp-content/uploads/2014/06/flat-rounded.jpg.png" alt="flat-rounded.jpg" width="620" height="276" /></p>
<p>I really hope that this collection of <em><strong>Flat UI KITS</strong></em> can help you! Click on the social buttons on the left to share with your friends these awesome freebies. Thanks!</p>
<p>The post <a rel="nofollow" href="/20-free-flat-ui-kits-boost-work-flow/">20 Free Flat UI KITS To Boost Up Your Workflow</a> appeared first on <a rel="nofollow" href="/"></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://innothemes.com/20-free-flat-ui-kits-boost-work-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
