<?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>Skat Design</title>
	<atom:link href="https://skat.tf/feed/" rel="self" type="application/rss+xml" />
	<link>https://skat.tf</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 29 Jul 2024 07:43:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>The Pros &#038; Cons Of Using Bootstrap In Web Development</title>
		<link>https://skat.tf/pros-cons-bootstrap-web-development/</link>
		
		<dc:creator><![CDATA[Neil]]></dc:creator>
		<pubDate>Sat, 14 Oct 2017 22:03:48 +0000</pubDate>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[web dev]]></category>
		<category><![CDATA[bootstrap]]></category>
		<guid isPermaLink="false">https://skat.tf/?p=15769</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Recently, Bootstrap gained much popularity as the number one Front-end framework among web developers. It was developed by Twitter&#8217;s team and is a combination of Javascript, CSS, and HTML code meant to help web developers build UI (User Interface) components. It&#8217;s basically a free collection of tools used to develop responsive websites and web applications.</p>
<p>However, as with any framework, there are some clear pros and cons to using Bootstrap and in this article, we&#8217;ll cover some of them in order to help you decide if it&#8217;s the right choice for you.<span id="more-15769"></span></p>
<h2>Pros</h2>
<h4>#1 &#8211; Saves Time</h4>
<p>Writing code can be extremely time-consuming, especially if you don&#8217;t document your own work and have to go reading through your code to figure out where to pick up. Not only does Bootstrap have great documentation on every component, but by using it you won&#8217;t even have to write code anymore. All you need to get started is some basic knowledge of HTML, CSS, or Javascript and you can start developing. It&#8217;s also extremely simple to use, which means you won&#8217;t have to waste a couple of days just figuring things out.</p>
<h4>#2 &#8211; Bootstrap Encourages Consistency</h4>
<p>Twitter employees started developing Bootstrap thinking about a framework that&#8217;s going to be consistent above all else. By solving the consistency issues between the development front and the end users Bootstrap became the number one framework among web developers. The main problem it solved are various inconsistencies that exist between developers and designers on a project because Bootstrap&#8217;s final results always look the same on every platform and every browser. By recognizing the need to pair the designers and developers, Bootstrap became open-source framework in 2011.</p>
<h4>#3 &#8211; Better Teamwork</h4>
<p>One of the best things about Bootstrap is that the coders will be free to code without having to worry about how their work is going to look like in the end. Add detailed tutorial <a href="https://getbootstrap.com/docs/3.3/getting-started/#examples" target="_blank" rel="noopener">documents</a> to that and you have a framework that&#8217;s extremely beginner friendly. If a new person joins your team, it&#8217;ll be extremely easy for them to learn how to use the framework. Anything you need to know about the framework &#8211; you can find it in the docs.</p>
<h4>#4 &#8211; Bootstrap Offers an Excellent Grid System</h4>
<p>A good grid is required if you&#8217;re looking to create page layouts and Bootstrap has probably the best responsive grid system. Bootstrap website content is always divided into 12 fluid, responsive columns. It makes working through columns a breeze which is very cool when you&#8217;re looking to hide platform specific content. Certain elements can only be made visible on a desktop (because you don&#8217;t need them on mobile devices) and vice-versa. Using the <a href="https://getbootstrap.com/docs/3.3/css/" target="_blank" rel="noopener">predefined classes</a> will make using the grid much easier and faster to get a grasp on.</p>
<h4>#5 &#8211; Responsiveness</h4>
<p>If there&#8217;s one thing that&#8217;s certain today it&#8217;s that mobile devices will only continue to grow in popularity in the years to come. Most of the initial searches today are run through mobile devices, which goes to say how important it is to have a responsive website. This is why most companies like <a href="https://www.webwingz.com.au/" target="_blank" rel="noopener">Webwingz Web Development</a> recommend to always do everything you can towards responsiveness of your website. Well, Bootstrap is all about creating mobile-friendly websites. You literally don&#8217;t have to do anything to get to a required level of responsiveness, thanks to the already mentioned fluid grid.</p>
<p>You just need to decide how many squares each column occupies and whether your columns are going to stack vertically or horizontally to display as intended on mobile devices.</p>
<h2>Cons</h2>
<h4>#1 &#8211; Every Bootstrap Website Looks Similar</h4>
<p>Bootstrap was created by the Twitter team for the purpose of working faster on a standardized interface, which makes Bootstrap a purpose made-tool, one that&#8217;s not completely aligned with standard concepts of web development.<br />
The main drawback of this is that everything built with Bootstrap will have very similar looks. You might be able to override and modify style sheets manually, but this kind of kills the purpose of initially using the framework. And even if you do it, there&#8217;s no changing the fact that all websites built through this framework will be extremely recognizable as Bootstrap.</p>
<h4>#2 &#8211; Has a Learning Curve</h4>
<p>While it&#8217;s easy to learn using Bootstrap, you still have to invest some time into it. You&#8217;ll need to know all the available Bootstrap CSS classes, but also just how Bootstrap components access these classes. You&#8217;ll also need some time to experiment with and get used to the grid system. Like we said, Bootstrap&#8217;s amazing documentation goes a long way to get you through the learning process, and once you&#8217;re used to it you won&#8217;t need much time adapting to the newer versions of the code.</p>
<h4>#3 &#8211; Can be Heavy</h4>
<p>While it&#8217;s easy to build a responsive website with Bootstrap, the end results can be quite a bit heavy for the users in terms of slower loading times, as well as battery drain issues. Also, the files generated by Bootstrap can be huge in size, which can slow things down for you quite heavily. You might be able to go on and delete things manually, but this again defeats the purpose of using the framework at all.</p>
<h3>Bottom Line</h3>
<p>Using Bootstrap framework for web development has clear ups and downs and it all depends on you whether you&#8217;ll use it or not. It&#8217;s worth to note that time is extremely pricey these days, so every minute you save by using a framework like Bootstrap can mean a lot. It can also make the whole coding experience more fun since you won&#8217;t have to worry about how your end result looks like &#8211; you&#8217;ll already know it from the get-go.</p>
<p>If you want to learn how to use Bootstrap you can check this interactive <a title="Bootstrap tutorial" href="https://www.bitdegree.org/course/bootstrap-tutorial">Bootstrap tutorial</a> from <a href="https://www.bitdegree.org/">BitDegree.org</a>.</p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/pros-cons-bootstrap-web-development/">The Pros & Cons Of Using Bootstrap In Web Development</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>5 Fails To Avoid on Your Business Website in 2017</title>
		<link>https://skat.tf/5-fails-to-avoid-on-your-business-website-in-2017/</link>
		
		<dc:creator><![CDATA[viktor]]></dc:creator>
		<pubDate>Thu, 12 Jan 2017 17:21:20 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[web dev]]></category>
		<guid isPermaLink="false">http://skat.tf/?p=13659</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><b>Online presence is a must-have</b> for every single company, smaller or bigger. Online population is still growing and people use the Internet to find more information about businesses, their services or products.</p>
<p>To make a good business website that converts visitors to customers, <b>it is important to know who the website is meant for</b>. <span id="more-13659"></span>As a visual example, when it comes to new trends, you can use this collection for an inspiration -&gt; <a href="http://www.webcreate.me/best-business-wordpress-themes/" target="_blank" rel="noopener"><b>best </b><b>business WordPress templates</b></a>.</p>
<p>In a point of view focused on marketing, there are <b>three main groups of people</b> that a business website is meant for:</p>
<ol>
<li><b>People that somehow know about the company</b> and want to find out more about it. They want to find out more information about you the business itself and its products or services. These visitors are thinking about purchasing business’ products or services and they need more information to make a buying decision.</li>
<li><b>People that have a certain need</b> and are looking for a business that can help them satisfy it. These visitors are exploring their alternatives and the website should clearly let them know what are business’ advantages over its competitors.</li>
<li><b>Your existing customers.</b> A business website can be used to maintain a relationship with current customers, provide them with information such as billing info and even upsell them.</li>
</ol>
<p>Big businesses usually have bigger budgets for their websites and they have them professionally made. That being said, most of the websites of big business are not perfect. However, small WordPress business websites often make the same mistakes over and over again. Having a good and well-made website can certainly bring a <b>competitive advantage</b> to its owner.</p>
<p><i>Here are 5 common mistakes of small business websites that you should avoid to stand out amongst your competitors:</i></p>
<h2>1. Not Keeping Marketing in Mind</h2>
<p>The primary goal of your website should always be to <b>attract new visitors and convert them to your customers</b>. Small businesses often have websites that contain just the basic information about the company and lack any kind of focus on marketing.</p>
<p>You are a small local company that provides some kind of services? Great. So are 5, 10, 20 or even more other companies. Be sure to tell your visitors how you can benefit them and <b>why they should choose you over your competitors</b>.</p>
<p>But marketing is not only about that. You should also focus on things like Search Engine Optimization (SEO) and Call to Action (CTA). SEO will help you <b>get more visitors from search engines</b>, while well written CTA will make sure that your customers know what you want them to do.</p>
<h2>2. Not Being Mobile Friendly</h2>
<p><b>The majority of users accesses websites using mobile devices.</b> Navigating a website that doesn’t have a mobile version and is not responsive on a mobile phone is a nightmare. It is such a nightmare that a lot of visitors of a website like this will just leave. The times of desktop-focused WordPress websites with fixed dimensions are over. They have been over for years.</p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/5-fails-to-avoid-on-your-business-website-in-2017/">5 Fails To Avoid on Your Business Website in 2017</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to set theme&#8217;s file permissions via FTP</title>
		<link>https://skat.tf/how-to-set-themes-file-permissions-via-ftp/</link>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Wed, 05 Dec 2012 15:34:02 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=754</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>In many of my themes, some folders or files require specific file permissions. I&#8217;ve noticed that a lot of users don&#8217;t know how to set these permissions and I receive a lot of questions about how to do it.<span id="more-754"></span></p>
<p>So, I&#8217;ve made this tutorial to help those who don&#8217;t know how to do it.</p>
<p>First, for all those who have no idea what permissions are about, here&#8217;s a short description:</p>
<blockquote class="styled_blockquote"><p>
File Permissions affect the capability of users or group of users to Read, Write or Execute files. They define who or what can read, write or execute the files or directories.</p>
<p>Different files need different file permissions to do the work they are programmed to do.
</p></blockquote>
<p>The permissions of a file or folder can be easily changed by using a FTP client. In this tutorial I&#8217;ll use a FTP client named &#8220;FileZilla&#8221;. It is free and easy to use, but you can use any client out there and it should basically be the same.</p>
<p>So, let&#8217;s begin:</p>
<p><strong>1.</strong> If you don&#8217;t have a FTP client already, download &#8220;FileZilla&#8221; from here: <a href="http://filezilla-project.org/" target="_blank" rel="noopener">FileZilla Project</a> and install it.</p>
<p><strong>2.</strong> Open &#8220;FileZilla&#8221; and set up your server&#8217;s details (you must&#8217;ve received the details from your hosting company) and hit &#8220;Quickconnect&#8221; like in the screenshot bellow:</p>
<p><a class="sd-image" href="http://skat.tf/wp-content/uploads/2012/12/filezilla-ftp-server-details-large.jpg"><img decoding="async" title="FileZilla FTP Server Details" src="http://skat.tf/wp-content/uploads/2012/12/filezilla-ftp-server-details-large.jpg" alt="FileZilla FTP Server Details" /></a><br />
<strong>3.</strong> After you connect to the server, in the right window navigate to the location of the file or folder you want to change the permissions for and right-click on it.</p>
<p><a class="sd-image" href="http://skat.tf/wp-content/uploads/2012/12/filezilla-ftp-server-right-click-large.jpg" rel="prettyPhoto"><img decoding="async" title="FileZilla FTP Right Click Pop-Up" src="http://skat.tf/wp-content/uploads/2012/12/filezilla-ftp-server-right-click-large.jpg" alt="FileZilla FTP Right Click Pop-Up" /></a></p>
<p><strong>4.</strong> A pop-up menu that displays the current file permissions will be displayed. You can check the desired permissions boxes or fill in the permissions directly in the &#8220;Numeric Value&#8221; input. Hit &#8220;Ok&#8221; and you can see the status of the process of changes you&#8217;ve made in the status bar on top.</p>
<p><a class="sd-image" href="http://skat.tf/wp-content/uploads/2012/12/filezilla-ftp-server-permissions-change-large.jpg" rel="prettyPhoto"><img decoding="async" title="FileZilla FTP Permissions Change" src="http://skat.tf/wp-content/uploads/2012/12/filezilla-ftp-server-permissions-change-large.jpg" alt="FileZilla FTP Permissions Change" /></a></p>
<p>Done.</p>
<p>More on file permissions here: <a href="http://en.wikipedia.org/wiki/Filesystem_permissions" target="_blank" rel="noopener">Filesystem Permissions</a></p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/how-to-set-themes-file-permissions-via-ftp/">How to set theme’s file permissions via FTP</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Automattic Brings Premium Themes to their WordPress.com Hosted Solution</title>
		<link>https://skat.tf/automattic-brings-premium-themes-to-their-wordpress-hosted-solution/</link>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Thu, 03 Feb 2011 22:47:54 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress.com]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=572</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><a href="http://en.blog.wordpress.com/2011/02/03/introducing-premium-themes/" target="_blank" rel="noopener">Automattic announced today the introduction of premium themes</a> to their WordPress.com hosted blogging platform. With over 17 million blogs hosted, WordPress.com will definitely be a huge marketplace for theme developers worldwide.<span id="more-572"></span></p>
<p>WordPress.com introduced its very first premium themes: <a href="http://theme.wordpress.com/themes/headlines/" target="_blank" rel="noopener">Headlines </a>(<a href="http://www.woothemes.com" target="_blank" rel="noopener">WooThemes</a>) and <a href="http://theme.wordpress.com/themes/shelf/" target="_blank" rel="noopener">Shelf</a> (<a href="http://thethemefoundry.com" target="_blank" rel="noopener">The Theme Foundry</a>). Users can purchase and activate the premium themes by going to Appearance &gt; Themes in the WordPress.com dashboard and look for the &#8220;Premium&#8221; link next to &#8220;Recently Added&#8221;.</p>
<p><figure id="attachment_574" aria-describedby="caption-attachment-574" style="width: 604px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;" class="wp-caption aligncenter"><a href="http://theme.wordpress.com/themes/headlines/" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" class="size-full wp-image-574" title="headlines premium wordpress theme woothemes" src="http://skat.tf/wp-content/uploads/2011/02/headlines-premium-wordpress-theme-woothemes.jpg" alt="headlines premium wordpress theme woothemes" width="604" height="407" srcset="https://skat.tf/wp-content/uploads/2011/02/headlines-premium-wordpress-theme-woothemes.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/headlines-premium-wordpress-theme-woothemes-300x202.jpg 300w" sizes="(max-width: 604px) 100vw, 604px" /></a><figcaption id="caption-attachment-574" class="wp-caption-text">Headlines (WooThemes) &#8211; Premium WordPress.com Theme</figcaption></figure><br />
<figure id="attachment_576" aria-describedby="caption-attachment-576" style="width: 604px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;" class="wp-caption aligncenter"><a href="http://theme.wordpress.com/themes/shelf/" target="_blank" rel="noopener"><img decoding="async" class="size-full wp-image-576" title="shelf premium wordpress theme the theme foundry" src="http://skat.tf/wp-content/uploads/2011/02/shelf-premium-wordpress-theme-the-theme-foundry.jpg" alt="shelf premium wordpress theme the theme foundry" width="604" height="283" srcset="https://skat.tf/wp-content/uploads/2011/02/shelf-premium-wordpress-theme-the-theme-foundry.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/shelf-premium-wordpress-theme-the-theme-foundry-300x140.jpg 300w" sizes="(max-width: 604px) 100vw, 604px" /></a><figcaption id="caption-attachment-576" class="wp-caption-text">Shelf (The Theme Foundry) &#8211; Premium WordPress.com Theme</figcaption></figure></p>
<p>Drew Strojny mentioned on the <a href="http://thethemefoundry.com/blog/helping-put-the-premium-in-wordpress-com-themes/" target="_blank" rel="noopener">The Theme Foundry blog</a> that &#8220;a huge collaboration has been brewing for quite some time&#8221; with Automattic. Also, on <a href="http://www.woothemes.com/2011/02/wordpress-com-launches-premium-themes/" target="_blank" rel="noopener">WooThemes blog</a> Mark Forrester said that &#8220;they were contacted by the theme wranglers at Automattic and asked if they would like to offer one of the first two premium themes on WordPress.com&#8221; and of course they agreed.</p>
<p>We&#8217;re looking forward to Automattics promise to expand the collection of themes on WordPress.com in a big way in 2011.</p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/automattic-brings-premium-themes-to-their-wordpress-hosted-solution/">Automattic Brings Premium Themes to their WordPress.com Hosted Solution</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Essential Plugins for every WordPress Install – Part II: Anti spam and SEO</title>
		<link>https://skat.tf/essential-plugins-for-every-wordpress-install-part-ii-anti-spam-and-seo/</link>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Wed, 02 Feb 2011 15:51:36 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[essentials]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress seo]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=550</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>So, here we are at the second part of &#8220;Essential Plugins for every WordPress Install&#8221;. In this part I&#8217;ll cover a list of essential plugins for preventing and blocking blog commenting spam and for better SEO for your WordPress blog.<span id="more-550"></span></p>
<p>Also, don&#8217;t forget to check out the firs part of the series if you missed it: &#8220;<a title="Essential Plugins for every WordPress Install – Part I: Security &amp; Database" href="http://www.skatdesign.com/essential-plugins-for-every-wordpress-install-part-i-security-and-database">Essential Plugins for every WordPress Install – Part I: Security &amp; Database</a>&#8221;</p>
<h2>WordPress Anti Spam Plugins</h2>
<p>Blog commenting spam is an enormous problem for all bloggers, but fortunately spam protection is available and all you need to do is to install a few anti spam plugins. Check out below for a list of some of the most important anti spam plugins a WordPress blog should have installed.</p>
<h3><a href="http://akismet.com/wordpress/" target="_blank" rel="noopener">Akismet</a></h3>
<p>Akismet will greatly reduce or even completely eliminate the comment and trackback spam you get on your blog. Akismet is a default plugin that comes with the WordPress installation package. All you need to do is to activate it and insert your Akismet API Key after you previously registered, for free, at <a href="https://akismet.com/signup/" target="_blank" rel="noopener">Akismet.com</a>.</p>
<p>Requires any WordPress version.</p>
<p><a href="http://akismet.com/wordpress/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  decoding="async" class="aligncenter size-full wp-image-552" title="akismet anti spam plugin" src="http://skat.tf/wp-content/uploads/2011/02/akismet-anti-spam-plugin.jpg" alt="akismet anti spam plugin" width="604" height="298" srcset="https://skat.tf/wp-content/uploads/2011/02/akismet-anti-spam-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/akismet-anti-spam-plugin-300x148.jpg 300w" sizes="(max-width: 604px) 100vw, 604px" /></a></p>
<h3><a href="http://wordpress.org/extend/plugins/wp-recaptcha/" target="_blank" rel="noopener">WP-reCAPTCHA</a></h3>
<p>This is a great plugin that integrates reCAPTCHA anti-spam methods with WordPress including comment, registration, and email spam protection. reCAPTCHA has earned a very prestigious reputation among the various CAPTCHA systems available and is used by such sites as Facebook, Twitter, StumbleUpon etc.</p>
<p>Requires WordPress 2.5+.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-recaptcha/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-554" title="recaptcha antispam plugin" src="http://skat.tf/wp-content/uploads/2011/02/recaptcha-antispam-plugin.jpg" alt="http://www.youtube.com/watch?v=_c7BYBD-jRI" width="604" height="243" srcset="https://skat.tf/wp-content/uploads/2011/02/recaptcha-antispam-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/recaptcha-antispam-plugin-300x120.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>WordPress SEO Plugins</h3>
<p>Even with great content on your blog it is unlikely you&#8217;ll have many readers without good SEO (search engine optimization). Luckily the WordPress community developed a number of plugins to help you with your SEO efforts.</p>
<h3><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank" rel="noopener">All in One SEO Pack</a></h3>
<p>All in One SEO Pack is one of the most popular SEO plugins. It is easy to set up and some of its functionalities include: title optimization, dynamic generation of keywords and automatically generation of meta tags.</p>
<p>Requires WordPress 2.8+.</p>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-556" title="all in one seo pack plugin" src="http://skat.tf/wp-content/uploads/2011/02/all-in-one-seo-pack-plugin.jpg" alt="all in one seo pack plugin" width="604" height="269" srcset="https://skat.tf/wp-content/uploads/2011/02/all-in-one-seo-pack-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/all-in-one-seo-pack-plugin-300x133.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank" rel="noopener">Google XML Sitemaps</a></h3>
<p>Google XML Sitemaps generates an XML sitemap in .xml or .gz format, supported by most search engines. It also notifies the search engines every time you publish a new post and even pings a list of popular websites using the Ping-o-Matic service.</p>
<p>Requires WordPress 2.1+.</p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-557" title="google xml sitemaps generator plugin" src="http://skat.tf/wp-content/uploads/2011/02/google-xml-sitemaps-generator-plugin.jpg" alt="google xml sitemaps generator plugin" width="604" height="304" srcset="https://skat.tf/wp-content/uploads/2011/02/google-xml-sitemaps-generator-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/google-xml-sitemaps-generator-plugin-300x150.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank" rel="noopener">Dagon Design Sitemap Generator</a></h3>
<p>Sitemap Generator creates a custom sitemap of your blog. Unlike an XML sitemap, this plugin creates a sitemap for the visitors of your blog and not for the search engines.</p>
<p>Requires WordPress 2.1+.</p>
<p><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-560" title="dagon design sitemap generator plugin" src="http://skat.tf/wp-content/uploads/2011/02/dagon-design-sitemap-generator-plugin.jpg" alt="dagon design sitemap generator plugin" width="604" height="329" srcset="https://skat.tf/wp-content/uploads/2011/02/dagon-design-sitemap-generator-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/dagon-design-sitemap-generator-plugin-300x163.jpg 300w, https://skat.tf/wp-content/uploads/2011/02/dagon-design-sitemap-generator-plugin-460x250.jpg 460w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3><a href="http://wordpress.org/extend/plugins/robots-meta/" target="_blank" rel="noopener">Robots Meta</a></h3>
<p>The Robots Meta plugin is the most simple solution to add robots meta tags. This plugin makes it easy to add the appropriate meta robots tags to your pages, disable unused archives, nofollow unnecessary links and more.</p>
<p>Requires WordPress 2.8+.</p>
<p><a href="http://wordpress.org/extend/plugins/robots-meta/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-562" title="robots meta plugin" src="http://skat.tf/wp-content/uploads/2011/02/robots-meta-plugin.jpg" alt="robots meta plugin" width="604" height="274" srcset="https://skat.tf/wp-content/uploads/2011/02/robots-meta-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/robots-meta-plugin-300x136.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>This is the end of the second part of my &#8220;Essential Plugins for every WordPress Install&#8221; series. Hope these plugins will help you with your WordPress blog.</p>
<p>Next: Essential Plugins for every WordPress Install – Part III: Efficiency and Social. Stay close for the last part!</p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/essential-plugins-for-every-wordpress-install-part-ii-anti-spam-and-seo/">Essential Plugins for every WordPress Install – Part II: Anti spam and SEO</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Received Today: The Smashing Book #2</title>
		<link>https://skat.tf/received-today-the-smashing-book-2/</link>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 20:24:17 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[web dev]]></category>
		<category><![CDATA[books]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=538</guid>

					<description><![CDATA[<p>I have just received today my &#8220;Smashing Book #2&#8220;. I&#8217;ve pre-ordered it in January and was expecting it in February (as the Smashing Team announced) but not so fast on 1st of February. So, I guess the overlong shipping times of the first edition of the book have gone. I have received the book in [&#8230;]</p>
The post <a href="https://skat.tf/received-today-the-smashing-book-2/">Received Today: The Smashing Book #2</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></description>
										<content:encoded><![CDATA[<p>I have just received today my &#8220;<a href="http://www.smashingmagazine.com/2011/02/01/smashing-book-2/">Smashing Book #2</a>&#8220;. I&#8217;ve pre-ordered it in January and was expecting it in February (as the Smashing Team announced) but not so fast on 1st of February. So, I guess the overlong shipping times of the first edition of the book have gone.<span id="more-538"></span></p>
<p>I have received the book in a nice &#8220;Smashing Book #2&#8221; branded box and couldn&#8217;t wait to look inside. The book looks awesome. The poor quality of the binding is gone and the &#8220;Smashing Book #2&#8221; has &#8220;hardcovers with stitched binding, improved typography and a handsome bookmark&#8221; &#8211; quote from the preface. It has more pages than the first one and covers more interesting topics.</p>
<figure id="attachment_540" aria-describedby="caption-attachment-540" style="width: 604px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-540" title="smashing book 2 and cover" src="http://skat.tf/wp-content/uploads/2011/02/smashing-book-2-and-cover.jpg" alt="smashing book 2 and cover" width="604" height="279" srcset="https://skat.tf/wp-content/uploads/2011/02/smashing-book-2-and-cover.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/smashing-book-2-and-cover-300x138.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /><figcaption id="caption-attachment-540" class="wp-caption-text">The Smashing Book #2 &amp; Cover</figcaption></figure>
<p>If you bought the &#8220;Smashing Book #2&#8221; don&#8217;t forget about the bonus chapters that they didn&#8217;t include in the book because of the size limitations. They&#8217;ve released these chapters as &#8220;The Lost Files&#8221; included in a free bonus eBook available for the buyers of the &#8220;Smashing Book #2&#8221;.</p>
<figure id="attachment_543" aria-describedby="caption-attachment-543" style="width: 604px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-543" title="smashing book #2" src="http://skat.tf/wp-content/uploads/2011/02/smashing-book-2.jpg" alt="smashing book #2" width="604" height="274" srcset="https://skat.tf/wp-content/uploads/2011/02/smashing-book-2.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/smashing-book-2-300x136.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /><figcaption id="caption-attachment-543" class="wp-caption-text">Smashing Book #2</figcaption></figure>
<p>Overall, the book looks and feels awesome. If the content has the same quality &#8211; and I doubt it hasn&#8217;t- this will become a great resource for every web designer out there and not only.</p>
<p>I will come up with a honest review after I read it. Stay close!</p>The post <a href="https://skat.tf/received-today-the-smashing-book-2/">Received Today: The Smashing Book #2</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Essential Plugins for every WordPress Install &#8211; Part I: Security &#038; Database</title>
		<link>https://skat.tf/essential-plugins-for-every-wordpress-install-part-i-security-and-database/</link>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Mon, 31 Jan 2011 23:31:20 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[essentials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=515</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Securing a WordPress blog is something that many bloggers don’t pay enough attention to. Being the most popular blogging platform in the world, WordPress is getting more attention by hackers and spammers. If you think that you&#8217;re chances to get hacked are very low, you&#8217;d better think again. If you don&#8217;t take precautions in time, sooner or later you’re going to have problems.<span id="more-515"></span></p>
<p>Being free, easily usable and safe, plugins is the best way to secure your WordPress blog whether you&#8217;re an advance coder or a simple user. In the first part of the &#8220;Essential Plugins for every WordPress Install&#8221; series I will cover a list with essential plugins to secure your blog and optimize your databases.</p>
<h2>Security &amp; Hacking Prevention</h2>
<h3><a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank" rel="noopener">Login LockDown</a></h3>
<p>This plugin keeps account of the IP addresses and time-stamps of the failed log in attempts. Login Lockdown then disables the log in function if it detects a lot of attempts within a short period of time from the same IP range. This helps to prevent brute force password discovery.</p>
<p>Requires WordPress 2.5+.</p>
<p><a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-516" title="login lockdown security plugin" src="http://skat.tf/wp-content/uploads/2011/01/login-lockdown-security-plugin.jpg" alt="login lockdown security plugin" width="604" height="297" srcset="https://skat.tf/wp-content/uploads/2011/01/login-lockdown-security-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/login-lockdown-security-plugin-300x147.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3><a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank" rel="noopener">WP Security Scan</a></h3>
<p>WP Security Scan is a very good plugin that checks the WordPress installation for security vulnerabilities and suggests corrective actions.</p>
<p>Requires WordPress 2.5+.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-518" title="wp security scan plugin" src="http://skat.tf/wp-content/uploads/2011/01/wp-security-scan-plugin.jpg" alt="wp security scan plugin" width="604" height="218" srcset="https://skat.tf/wp-content/uploads/2011/01/wp-security-scan-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/wp-security-scan-plugin-300x108.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3><a href="http://wordpress.org/extend/plugins/askapache-password-protect/" target="_blank" rel="noopener">AskApache Password Protect</a></h3>
<p>This plugin adds multiple layers of security to your blog. It is nice that it doesn&#8217;t control WordPress or mess with your database. AskApache Password Protect is specifically designed and regularly updated specifically to stop automated and unskilled attackers attempts to exploit vulnerabilities on your blog resulting in a hacked site.</p>
<p>Requires WordPress 2.7+.</p>
<p><a href="http://wordpress.org/extend/plugins/askapache-password-protect/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-523" title="askapache password protect plugin" src="http://skat.tf/wp-content/uploads/2011/01/askapache-password-protect-plugin.jpg" alt="askapache password protect plugin" width="604" height="287" srcset="https://skat.tf/wp-content/uploads/2011/01/askapache-password-protect-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/askapache-password-protect-plugin-300x142.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>Database Backup and Optimization</h3>
<p>Another very important thing to do to keep your blog secure is backing up your databases on a regular basis. Keeping backups of your blog ensures you that even in the worse case scenarios you can get up and run again in no time. Be sure to keep your backups in a safe place.</p>
<h3><a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank" rel="noopener">WP-DB-Backup</a></h3>
<p>WP-DB-Backup allows you easily to back up your core WordPress database tables and save the files on your server, download to your computer or send them to your e-mail.</p>
<p>Reguires WordPress 2.0.3+.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-528" title="wp db backup plugin" src="http://skat.tf/wp-content/uploads/2011/01/wp-db-backup-plugin.jpg" alt="wp db backup plugin" width="604" height="243" srcset="https://skat.tf/wp-content/uploads/2011/01/wp-db-backup-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/wp-db-backup-plugin-300x120.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3><a href="http://wordpress.org/extend/plugins/wp-optimize/" target="_blank" rel="noopener">WP-Optimize</a></h3>
<p>WP-Optimize is a database cleanup and optimization tool. It allows you to remove post revisions, comments in the spam queue, unapproved comments within few clicks without the need of phpMyAdmin. Additionally you can rename any user name to another user name too.</p>
<p>Requires WordPress 2.7+.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-optimize/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-531" title="wp optimize plugin" src="http://skat.tf/wp-content/uploads/2011/02/wp-optimize-plugin.jpg" alt="wp optimize plugin" width="604" height="272" srcset="https://skat.tf/wp-content/uploads/2011/02/wp-optimize-plugin.jpg 604w, https://skat.tf/wp-content/uploads/2011/02/wp-optimize-plugin-300x135.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Hope you make good use of these plugins and always remember to secure and backup your WordPress install.</p>
<p>Check out &#8220;<a title="Essential Plugins for every WordPress Install - Part II: Anti spam and SEO" href="http://www.skatdesign.com/essential-plugins-for-every-wordpress-install-part-i-security-and-database">Essential Plugins for every WordPress Install &#8211; Part II: Anti spam and SEO</a>&#8220;.</p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/essential-plugins-for-every-wordpress-install-part-i-security-and-database/">Essential Plugins for every WordPress Install – Part I: Security & Database</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Three Easy Steps to Post to Your WordPress Blog by Sms</title>
		<link>https://skat.tf/three-easy-steps-to-post-to-your-wordpress-blog-by-sms/</link>
					<comments>https://skat.tf/three-easy-steps-to-post-to-your-wordpress-blog-by-sms/#comments</comments>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Sat, 29 Jan 2011 01:19:34 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[sms]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=489</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>You know that WordPress allows you to update your blog by simply sending an e-mail to a secret address. Well, how about adding a blog post by sms?</p>
<p>Updating your WordPress blog by sending a text message is very easy, you just have to tweak your blog’s settings a little. I will show you how to do it in just 3 easy steps.<span id="more-489"></span></p>
<p>So, let’s begin.</p>
<h3>1. Create a new user.</h3>
<p>Go to your WordPress admin panel and create a new user with administrator or author role. Assign to this user your mobile phones specific e-mail address i.e. 1234567890@messaging.sprintpcs.com. You can set this user to show up just like if you post the message with your original one.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-495" title="wordpress username" src="http://skat.tf/wp-content/uploads/2011/01/wordpress-username.jpg" alt="wordpress username" width="604" height="152" srcset="https://skat.tf/wp-content/uploads/2011/01/wordpress-username.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/wordpress-username-300x75.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></p>
<h3>2. Tweak settings.</h3>
<p>Now that you have set up the new user go to Dashboard &gt; Settings &gt; Write and go down to “Post via e-mail” option. Set up your secret e-mail account and fill it in along with the servers settings, password and the category assigned to the post (I would suggest a new category named “Mobile”).</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-493" title="wordpress post by sms" src="http://skat.tf/wp-content/uploads/2011/01/wordpress-post-by-sms.jpg" alt="wordpress post by sms" width="604" height="236" srcset="https://skat.tf/wp-content/uploads/2011/01/wordpress-post-by-sms.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/wordpress-post-by-sms-300x117.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></p>
<p><span style="color: #fe0000;">Note:</span> be sure to check with your e-mail hosting provider for the correct incoming e-mail server settings.</p>
<h3>3. Send test sms.</h3>
<p>Send a test message to your secret e-mail address. If you successfully sent the sms you must tell WordPress to check the e-mail. Piece of cake. Just go to the address: http://www.yourdomain.com/wp-mail.php</p>
<p><span style="color: #fe0000;">Note:</span> if you don’t have WordPress installed in the root folder, change the address according to your installation path i.e. http://www.yourdomain.com/wordpresspath/wp-mail.php</p>
<p>Now, go to your blog and hit refresh. If everything went well you should have a new blog post added by sms.</p>
<p><span style="color: #fe0000;">Note:</span> If you don’t have an Internet connection or want to automate the WordPress e-mail check process add this code to your theme’s functions.php file:</p>
<pre><code>
add_action('shutdown', 'retrieve_post_via_mail');
function retrieve_post_via_mail() {
	flush(); // Display the page before the mail fetching begins
	if(get_transient('retrieve_post_via_mail')) {
		return; // The mail has been checked recently; don't check again
	} else { // The mail has not been checked in more than 15 minutes
		$mail = wp_remote_get(get_bloginfo('wpurl').'/wp-mail.php');
		if(!is_wp_error($mail)) { // If retrieve succeeded
			set_transient('retrieve_post_via_mail', 1, 60 * 15); // check again in 15 minutes.
		} else {
			set_transient('retrieve_post_via_mail', 1, 60 * 5); // check again in 5 minutes; we don't want to overload the server
		}
	}
}
</code></pre>
<p>That’s it. You now have the ability to <strong>post by sms to your WordPress</strong> blog.</p>
<p>Source: <a href="http://blog.echothat.com/add-a-blog-post-by-sms-50" target="_blank" rel="noopener">Add a Blog Post by Sms</a></p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/three-easy-steps-to-post-to-your-wordpress-blog-by-sms/">Three Easy Steps to Post to Your WordPress Blog by Sms</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
					<wfw:commentRss>https://skat.tf/three-easy-steps-to-post-to-your-wordpress-blog-by-sms/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>29 First-Class Css Design Galleries for your Inspiration</title>
		<link>https://skat.tf/29-first-class-css-design-galleries-for-your-inspiration/</link>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 23:21:29 +0000</pubDate>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[galleries]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=433</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><strong>CSS galleries</strong> have been around for some time but most of them tend to share the same content originally showcased on the larger and most known ones first. Still, css design galleries are a great source of inspiration and are often the first places to look for that little impulse when you lack creativity.<span id="more-433"></span></p>
<p>If you&#8217;re sick and tired of looking for your own ones, I&#8217;ve created a great list with some of the <strong>best CSS galleries</strong> around, frequently updated that showcase astonishing website designs. And of course why not submit your own artwork to these galleries.</p>
<h2>1. <a href="http://www.cssmania.com/" target="_blank" rel="noopener">CSS Mania</a></h2>
<p>A 7 years old css gallery that showcase over 16,000 sites, CSS Mania is one of the best galleries around.</p>
<p><a href="http://www.cssmania.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-434" title="css mania" src="http://skat.tf/wp-content/uploads/2011/01/css-mania.jpg" alt="css mania" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-mania.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-mania-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>2. <a href="http://www.cssdrive.com/" target="_blank" rel="noopener">CSS Drive</a></h3>
<p>This is a very nice css gallery that allows you to rate the designs and, most important, you can see the color palette of the designs.</p>
<p><a href="http://www.cssdrive.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-436" title="css drive" src="http://skat.tf/wp-content/uploads/2011/01/css-drive.jpg" alt="css drive" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-drive.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-drive-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>3. <a href="http://designshack.co.uk/gallery" target="_blank" rel="noopener">Design Shack</a></h3>
<p>Design Shack allows you to search by color, layout or category. They also showcase logo and interface designs.</p>
<p><a href="http://designshack.co.uk/gallery" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-439" title="design shack" src="http://skat.tf/wp-content/uploads/2011/01/design-shack.jpg" alt="design shack" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/design-shack.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/design-shack-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>4. <a href="http://www.csselite.com/" target="_blank" rel="noopener">CSS Elite</a></h3>
<p>Another large css gallery that showcases beautiful designs that you can rate and comment.</p>
<p><a href="http://www.csselite.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-441" title="css elite" src="http://skat.tf/wp-content/uploads/2011/01/css-elite.jpg" alt="css elite" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-elite.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-elite-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>5. <a href="http://www.divinecss.com/" target="_blank" rel="noopener">Divine CSS</a></h3>
<p>Divine CSS is a css and flash gallery that claim to showcase just the crème de-la crème designs.</p>
<p><a href="http://www.divinecss.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-444" title="divine css" src="http://skat.tf/wp-content/uploads/2011/01/divine-css.jpg" alt="divine css" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/divine-css.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/divine-css-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>6. <a href="http://www.unmatchedstyle.com/" target="_blank" rel="noopener">Unmatched Style</a></h3>
<p>Unmatched Style is not just another CSS design gallery. They want to foster constructive design criticism as well as provide inspiration.</p>
<p><a href="http://www.unmatchedstyle.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-446" title="unmatched style" src="http://skat.tf/wp-content/uploads/2011/01/unmatched-style.jpg" alt="unmatched style" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/unmatched-style.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/unmatched-style-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>7. <a href="http://www.cssperk.com/" target="_blank" rel="noopener">CSS Perk</a></h3>
<p>This design gallery is dedicated to bringing you the best designed websites from around the world. It features css and also flash designs.</p>
<p><a href="http://www.cssperk.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-447" title="css perk" src="http://skat.tf/wp-content/uploads/2011/01/css-perk.jpg" alt="css perk" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-perk.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-perk-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>8. <a href="http://cssbased.com/" target="_blank" rel="noopener">CSS Based</a></h3>
<p>Another nice gallery with a lot of good designs from all over the world.</p>
<p><a href="http://cssbased.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-450" title="css based" src="http://skat.tf/wp-content/uploads/2011/01/css-based.jpg" alt="css based" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-based.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-based-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>9. <a href="http://www.cssdance.com/" target="_blank" rel="noopener">CSS Dance</a></h3>
<p>A gallery focused on providing its visitors with a wide range of beautiful CSS designs and standards-compliant websites.</p>
<p><a href="http://www.cssdance.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-451" title="css dance" src="http://skat.tf/wp-content/uploads/2011/01/css-dance.jpg" alt="css dance" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-dance.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-dance-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>10. <a href="http://www.cssclip.com/" target="_blank" rel="noopener">CSS Clip</a></h3>
<p>A Great collection of beautiful website designs and web design news.</p>
<p><a href="http://www.cssclip.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-454" title="css clip" src="http://skat.tf/wp-content/uploads/2011/01/css-clip.jpg" alt="css clip" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-clip.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-clip-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>11. <a href="http://csscreme.com/" target="_blank" rel="noopener">CSS Creme</a></h3>
<p>A gallery with over 7000 designs from 120 countries.</p>
<p><a href="http://csscreme.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-455" title="css creme" src="http://skat.tf/wp-content/uploads/2011/01/css-creme.jpg" alt="css creme" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-creme.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-creme-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>12. <a href="http://www.css-design-yorkshire.com/" target="_blank" rel="noopener">CSS Design Yorkshire</a></h3>
<p>Beautiful css gallery with 5000+ designs from Yorkshire, England and the rest of the world.</p>
<p><a href="http://www.css-design-yorkshire.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-456" title="css design yorkshire" src="http://skat.tf/wp-content/uploads/2011/01/css-design-yorkshire.jpg" alt="css design yorkshire" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-design-yorkshire.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-design-yorkshire-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>13. <a href="http://www.cssstyle.me/gallery/" target="_blank" rel="noopener">CSS Style</a></h3>
<p>A permanent growing css gallery / css showcase with a lot of good designs. They also have a blog and a news section.</p>
<p><a href="http://www.cssstyle.me/gallery/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-459" title="css style" src="http://skat.tf/wp-content/uploads/2011/01/css-style.jpg" alt="css style" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-style.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-style-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>14. <a href="http://mabucplus.com/" target="_blank" rel="noopener">Mabucplus</a></h3>
<p>Great collection of website designs frequently updated.</p>
<p><a href="http://mabucplus.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-460" title="mabucplus" src="http://skat.tf/wp-content/uploads/2011/01/mabucplus.jpg" alt="mabucplus" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/mabucplus.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/mabucplus-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>15. <a href="http://www.thepixery.com/" target="_blank" rel="noopener">The Pixery</a></h3>
<p>CSS &amp; Web Design gallery showcasing the best designs on the interwebs. Rate, comment and review showcased designs.</p>
<p><a href="http://www.thepixery.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-462" title="the pixery" src="http://skat.tf/wp-content/uploads/2011/01/the-pixery.jpg" alt="the pixery" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/the-pixery.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/the-pixery-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>16. <a href="http://www.edustyle.net/" target="_blank" rel="noopener">eduStyle</a></h3>
<p>eduStyle is a web design gallery dedicated to higher education websites and powered by higher education web design professionals.</p>
<p><a href="http://www.edustyle.net/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-465" title="edustyle" src="http://skat.tf/wp-content/uploads/2011/01/edustyle.jpg" alt="edustyle" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/edustyle.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/edustyle-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>17. <a href="http://www.cssmoon.com/" target="_blank" rel="noopener">CSS Moon</a></h3>
<p>Very nice CSS gallery site with the ability to rate whether the designs are cool or not.</p>
<p><a href="http://www.cssmoon.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-467" title="css moon" src="http://skat.tf/wp-content/uploads/2011/01/css-moon.jpg" alt="css moon" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-moon.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-moon-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>18. <a href="http://csscollection.com/" target="_blank" rel="noopener">CSS Collection</a></h3>
<p>Many css libraries and collections. They’re fancier, interactive and well-done.</p>
<p><a href="http://csscollection.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-468" title="css collection" src="http://skat.tf/wp-content/uploads/2011/01/css-collection.jpg" alt="css collection" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-collection.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-collection-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>19. <a href="http://www.cssflavor.com/" target="_blank" rel="noopener">CSS Flavour</a></h3>
<p>CSS Flavor is css Gallery and css showcase focused on providing its audience with a wide range database of well designed best css based &amp; standard compliant websites from around the world.</p>
<p><a href="http://www.cssflavor.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-469" title="css flavour" src="http://skat.tf/wp-content/uploads/2011/01/css-flavour.jpg" alt="css flavour" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-flavour.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-flavour-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>20. <a href="http://www.cssarts.com/" target="_blank" rel="noopener">CSS Arts</a></h3>
<p>A web design inspiration portal presents only well designed websites made using css and xhtml.</p>
<p><a href="http://www.cssarts.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-470" title="css arts" src="http://skat.tf/wp-content/uploads/2011/01/css-arts.jpg" alt="css arts" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-arts.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-arts-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>21. <a href="http://www.cssmix.nl/" target="_blank" rel="noopener">CSS Mix</a></h3>
<p>Good css gallery featuring many creative web site designs. Available also in Dutch.</p>
<p><a href="http://www.cssmix.nl/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-471" title="css mix" src="http://skat.tf/wp-content/uploads/2011/01/css-mix.jpg" alt="css mix" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-mix.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-mix-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>22. <a href="http://www.thebestdesigns.com/" target="_blank" rel="noopener">The Best Designs</a></h3>
<p>The Best Designs recognizes the best flash and css web sites from around the world. Websites are categorized by css or flash and also by elements of the design. TBD is usually updated every weekday, with the exception of holidays.</p>
<p><a href="http://www.thebestdesigns.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-472" title="the best designs" src="http://skat.tf/wp-content/uploads/2011/01/the-best-designs.jpg" alt="the best designs" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/the-best-designs.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/the-best-designs-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>23. <a href="http://cssremix.com/" target="_blank" rel="noopener">CSS Remix</a></h3>
<p>A gallery that features a lot of great designs from all over the world.</p>
<p><a href="http://cssremix.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-473" title="css remix" src="http://skat.tf/wp-content/uploads/2011/01/css-remix.jpg" alt="css remix" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-remix.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-remix-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>24. <a href="http://www.webcreme.com/" target="_blank" rel="noopener">Web Creme</a></h3>
<p>Amazing collection of css designs updated a few times a week.</p>
<p><a href="http://www.webcreme.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-474" title="web creme" src="http://skat.tf/wp-content/uploads/2011/01/web-creme.jpg" alt="web creme" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/web-creme.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/web-creme-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>25. <a href="http://bestwebgallery.com/" target="_blank" rel="noopener">Best Web Gallery</a></h3>
<p>Best Web Gallery is an inspirational gallery site where they collect a wide range of quality css and flash design websites.</p>
<p><a href="http://bestwebgallery.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-475" title="best web gallery" src="http://skat.tf/wp-content/uploads/2011/01/best-web-gallery.jpg" alt="best web gallery" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/best-web-gallery.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/best-web-gallery-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>26. <a href="http://cssnature.org/" target="_blank" rel="noopener">CSS Nature</a></h3>
<p>Amazing gallery of incredible web site designs to take your inspiration from.</p>
<p><a href="http://cssnature.org/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-478" title="css nature" src="http://skat.tf/wp-content/uploads/2011/01/css-nature.jpg" alt="css nature" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-nature.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-nature-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>27. <a href="http://www.cssworld.de/" target="_blank" rel="noopener">CSS World</a></h3>
<p>This css gallery contains a showcase of finely selected samples of innovative and creative uses of web standards.</p>
<p><a href="http://www.cssworld.de/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-479" title="css world" src="http://skat.tf/wp-content/uploads/2011/01/css-world.jpg" alt="css world" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-world.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-world-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>28. <a href="http://rgbgarden.com/" target="_blank" rel="noopener">RGB Garden | Pixel Inspiration</a></h3>
<p>RGB Garden | pixel inspiration is a css and flash inspiration gallery that recognize the web design by giving an award.</p>
<p><a href="http://rgbgarden.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-480" title="rgb garden | pixel inspiration" src="http://skat.tf/wp-content/uploads/2011/01/rgb-garden-pixel-inspiration.jpg" alt="rgb garden | pixel inspiration" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/rgb-garden-pixel-inspiration.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/rgb-garden-pixel-inspiration-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<h3>29. <a href="http://www.cssleak.com/" target="_blank" rel="noopener">CSS Leak</a></h3>
<p>Css Leak is a css gallery that feature the best website designs around the world. The designs are ordered by web design trends and popularity.</p>
<p><a href="http://www.cssleak.com/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-481" title="css leak" src="http://skat.tf/wp-content/uploads/2011/01/css-leak.jpg" alt="css leak" width="604" height="360" srcset="https://skat.tf/wp-content/uploads/2011/01/css-leak.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/css-leak-300x180.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Well, it looks you&#8217;ve made it to the end. Hope these css galleries stimulated your creativity and put your imagination at work.</p>
<p>If you have other web design galleries that you usually follow don&#8217;t hesitate to let everybody know about them by posting in the comments section.</p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/29-first-class-css-design-galleries-for-your-inspiration/">29 First-Class Css Design Galleries for your Inspiration</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>15+ Creative, Funny and Unusual 404 Error Pages</title>
		<link>https://skat.tf/15-creative-funny-unusual-404-error-pages/</link>
		
		<dc:creator><![CDATA[skat]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 23:16:05 +0000</pubDate>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[error]]></category>
		<guid isPermaLink="false">http://www.skatdesign.com/?p=361</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="jas-container"><div class="vc_row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>404 error pages were overlooked in the past. As the web designers and web developers figured out that a good, creative and helpful 404 error page can increase the user experience, thousands of beautifully crafted 404 pages were born.</p>
<p>Here is a list of 15+ creative, funny and unusual 404 error pages that, I hope, will inspire you.<span id="more-361"></span></p>
<p>This is a nice one from <a href="http://graphicriver.net?ref=ginaalessia" target="_blank" rel="noopener">Envato Marketplace &#8211; Graphicriver</a></p>
<p><a href="http://graphicriver.net/item/comical-404-error-page-with-bonus-html/126940?ref=ginaalessia" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-362" title="envato 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/envato-404-error-page.jpg" alt="envato 404 error page" width="604" height="509" srcset="https://skat.tf/wp-content/uploads/2011/01/envato-404-error-page.jpg 605w, https://skat.tf/wp-content/uploads/2011/01/envato-404-error-page-300x252.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Comic strips.</p>
<p><a href="http://www.userfocus.co.uk/404.html" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-365" title="comic strips 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/comic-strips-404-error-page.jpg" alt="comic strips 404 error page" width="604" height="329" srcset="https://skat.tf/wp-content/uploads/2011/01/comic-strips-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/comic-strips-404-error-page-300x163.jpg 300w, https://skat.tf/wp-content/uploads/2011/01/comic-strips-404-error-page-460x250.jpg 460w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Funny Eskimo.</p>
<p><a href="http://www.nicecubedesign.com/notfound.php" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-368" title="eskimo 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/eskimo-404-error-page.jpg" alt="eskimo 404 error page" width="604" height="402" srcset="https://skat.tf/wp-content/uploads/2011/01/eskimo-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/eskimo-404-error-page-300x199.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Hot one <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><a href="http://www.buzzhunt.co.uk/error404" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-370" title="hot 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/hot-404-error-page.jpg" alt="hot 404 error page" width="604" height="866" srcset="https://skat.tf/wp-content/uploads/2011/01/hot-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/hot-404-error-page-209x300.jpg 209w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Monkey 404.</p>
<p><a href="http://www.stoneykins.com/404/404.html" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-372" title="monkey 404 error-page" src="http://skat.tf/wp-content/uploads/2011/01/monkey-404-error-page.jpg" alt="monkey 404 error-page" width="604" height="709" srcset="https://skat.tf/wp-content/uploads/2011/01/monkey-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/monkey-404-error-page-255x300.jpg 255w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Very creative one from Blizzard.</p>
<p><a href="http://us.blizzard.com/en-us/i404" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-374" title="blizzard 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/blizzard-404-error-page.jpg" alt="blizzard 404 error page" width="605" height="250" srcset="https://skat.tf/wp-content/uploads/2011/01/blizzard-404-error-page.jpg 605w, https://skat.tf/wp-content/uploads/2011/01/blizzard-404-error-page-300x123.jpg 300w" sizes="auto, (max-width: 605px) 100vw, 605px" /></a></p>
<p>Another funny 404 error page.</p>
<p><a href="http://www.kitedigital.co.uk/404" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-376" title="funny 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/funny-404-error-page.jpg" alt="funny 404 error page" width="604" height="441" srcset="https://skat.tf/wp-content/uploads/2011/01/funny-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/funny-404-error-page-300x219.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Creative error page from a mobile related website.</p>
<p><a href="http://www.refinedmobile.com/404" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-378" title="mobile 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/mobile-404-error-page.jpg" alt="mobile 404 error page" width="604" height="494" srcset="https://skat.tf/wp-content/uploads/2011/01/mobile-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/mobile-404-error-page-300x245.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Funny illustration.</p>
<p><a href="http://www.aniboom.com/Resources/Pages/Error404.aspx?aspxerrorpath=/pages/application/News/Fin/2359.aspx" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-380" title="funny anime 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/funny-anime-404-error-page.jpg" alt="funny anime 404 error page" width="605" height="451" srcset="https://skat.tf/wp-content/uploads/2011/01/funny-anime-404-error-page.jpg 605w, https://skat.tf/wp-content/uploads/2011/01/funny-anime-404-error-page-300x223.jpg 300w" sizes="auto, (max-width: 605px) 100vw, 605px" /></a></p>
<p>404 UFO Abducted.</p>
<p><a href="http://www.officialsponsor.com/applications/error" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-382" title="ufo 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/ufo-404-error-page.jpg" alt="ufo 404 error page" width="604" height="450" srcset="https://skat.tf/wp-content/uploads/2011/01/ufo-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/ufo-404-error-page-300x223.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Hoo Ha &#8211; Ninja.</p>
<p><a href="http://huwshimi.com/404/" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-384" title="ninja 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/ninja-404-error-page.jpg" alt="ninja 404 error page" width="604" height="602" srcset="https://skat.tf/wp-content/uploads/2011/01/ninja-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/ninja-404-error-page-150x150.jpg 150w, https://skat.tf/wp-content/uploads/2011/01/ninja-404-error-page-300x300.jpg 300w, https://skat.tf/wp-content/uploads/2011/01/ninja-404-error-page-189x189.jpg 189w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>No broadcasting.</p>
<p><a href="http://freetubetv.net/404" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-385" title="no broadcast 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/broadcast-404-error-page.jpg" alt="no broadcast 404 error page" width="604" height="206" srcset="https://skat.tf/wp-content/uploads/2011/01/broadcast-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/broadcast-404-error-page-300x102.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>No 404 error page.</p>
<p><a href="http://www.psonisma.com/123" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-387" title="no 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/no-404-error-page.jpg" alt="no 404 error page" width="604" height="275" srcset="https://skat.tf/wp-content/uploads/2011/01/no-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/no-404-error-page-300x136.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Dr. House.</p>
<p><a href="http://www.gowatv.com/error-404.php" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-389" title="dr house 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/dr-house-404-error-page.jpg" alt="dr house 404 error page" width="604" height="425" srcset="https://skat.tf/wp-content/uploads/2011/01/dr-house-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/dr-house-404-error-page-300x211.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Ketchup?</p>
<p><a href="http://www.heinz.com/404.aspx" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-391" title="heinz anime 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/heinz-anime-404-error-page.jpg" alt="heinz anime 404 error page" width="604" height="528" srcset="https://skat.tf/wp-content/uploads/2011/01/heinz-anime-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/heinz-anime-404-error-page-300x262.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>Ah Jeez.</p>
<p><a href="http://www.retechtv.com/uhoh" target="_blank" rel="noopener"><img style=' display: block; margin-right: auto; margin-left: auto;'  loading="lazy" decoding="async" class="aligncenter size-full wp-image-392" title="tv 404 error page" src="http://skat.tf/wp-content/uploads/2011/01/tv-404-error-page.jpg" alt="tv 404 error page" width="604" height="299" srcset="https://skat.tf/wp-content/uploads/2011/01/tv-404-error-page.jpg 604w, https://skat.tf/wp-content/uploads/2011/01/tv-404-error-page-300x148.jpg 300w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></p>
<p>What do you say? Do you know more? Share them with us!</p>

		</div>
	</div>
</div></div></div></div></div>
</div>The post <a href="https://skat.tf/15-creative-funny-unusual-404-error-pages/">15+ Creative, Funny and Unusual 404 Error Pages</a> first appeared on <a href="https://skat.tf">Skat Design</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
